I need help on my Excel sheet. How can I declare the following IF
condition properly?
if A1 = "n/a" then C1 = B1
else if A1 != "n/a" or has value(int) then C1 = A1*B1
I need help on my Excel sheet. How can I declare the following IF
condition properly?
if A1 = "n/a" then C1 = B1
else if A1 != "n/a" or has value(int) then C1 = A1*B1