G
Guest
This may just be a simplification of a previous question but I am still having problems. I am using the following IF statement atempting, if the statement is true, to get a calculation out, however I am getting only text
IF(A1-30>0,"A1-30","0"
Assuming A1 is 32 than I get (A1-30) instead of the desired value (2)
IF(A1-30>0,"A1-30","0"
Assuming A1 is 32 than I get (A1-30) instead of the desired value (2)