常常會出現錯誤訊息型態錯誤,請問VBA 假設 Cells(4, 26)為N/A , 要用什方式by pass &濾掉。

If Cells(Y, 58) > Cells(Y, 26) Then
If Cells(Y, 57) > Cells(Y, 26) Then
If (Cells(Y, 8) - Cells(Y, 26)) / Cells(Y, 26) > 0.025 Then
Cells(Y, 26).Interior.ColorIndex = 2
Else
Cells(Y, 26).Interior.ColorIndex = 18
End If