I'm trying to test a cell for a range of values and based on the cell values insert the appropriate text response in the tested cell.
The same cell is to be tested for all the tests below:
IF (F14) <30 then text value "Unclassified"
IF (F14) >= 30 but < 55 then text value "Pass"
IF (F14) >55 but <70 then text value "Very Good"
IF (F14) >= 70 but <85 then text value "Excellent
IF (F14) >85 then text value "Outstanding"
Thanks
Simon
The same cell is to be tested for all the tests below:
IF (F14) <30 then text value "Unclassified"
IF (F14) >= 30 but < 55 then text value "Pass"
IF (F14) >55 but <70 then text value "Very Good"
IF (F14) >= 70 but <85 then text value "Excellent
IF (F14) >85 then text value "Outstanding"
Thanks
Simon
Last edited: