S
Sharon R
How do I convert exam marks into grades using spcified grade boundaries?
9 where C5:C9 holds 0,40.60,80,90 and
9 holds E,D,C,B,A. This table can be read as "if the marks are between
9 where C5:C9 holds 0,40.60,80,90 and
9 holds E,D,C,B,A. This table can be read as "if the marks are between....Teethless mama said:Get rid off IF()
=LOOKUP(A1,{0,40,60,70,80},{"FAIL","D","C","B","A"})
produces FAIL. Probably closer to the OP's intent to use100, TRUE/FALSE, text) may but produce correct results. Blank
....Teethless mama said:Get rid off IF()
=LOOKUP(A1,{0,40,60,70,80},{"FAIL","D","C","B","A"})
produces FAIL. Probably closer to the OP's intent to use100, TRUE/FALSE, text) may but produce correct results. Blank