Freshy-ZN
Executive Member
Please help if you can:
Have a cell formated as a percentage. Lets say this is in A1
Need to do a logical test. If the percentage value in A1 is 90% or greater show PASS if <90% show FAIL.
IF(A1 >=90,"PASS,"FAIL") : Doesnt work
IF(A1 >=90%,"PASS,"FAIL") : Doesnt work
IF(A1 >="90%","PASS,"FAIL") : Doesnt work
Formula is in a different cell lets say B1. This is where result needs to be written.
Have a cell formated as a percentage. Lets say this is in A1
Need to do a logical test. If the percentage value in A1 is 90% or greater show PASS if <90% show FAIL.
IF(A1 >=90,"PASS,"FAIL") : Doesnt work
IF(A1 >=90%,"PASS,"FAIL") : Doesnt work
IF(A1 >="90%","PASS,"FAIL") : Doesnt work
Formula is in a different cell lets say B1. This is where result needs to be written.
Last edited: