=IF(J2>75,"3",IF(J2>65,"2",IF(J2>50,"1",IF(ISBLANK(J2),"none","0"))))
J2 column holds the scores to a conditional test. Not everyone was given the test so there are some blank cells. IF the cell is blank them "none" belongs in the column if the cell has a number in it then the first IF statement applies.
When I use the formula above a "3" is returned for the blank cells. I cannot figure out why.
Thank you in advance for your help!
J2 column holds the scores to a conditional test. Not everyone was given the test so there are some blank cells. IF the cell is blank them "none" belongs in the column if the cell has a number in it then the first IF statement applies.
When I use the formula above a "3" is returned for the blank cells. I cannot figure out why.
Thank you in advance for your help!