G
Guest
I wouldlike to know if there is a better way to setup this equation to evaluate marks entered and convert to an alpha grade. Also on a fail mark they have the oportunity to rewrite hence the last.
IF(C4>96.9,"A+",IF(C4>93.9,"A",IF(C4>89.9,"A-",IF(C4>84.9,"B+",IF(C4>79.9,"B",IF(C4>74.9,"B-",IF(C4>69.9,"C","F",IF(OR(C4<69.9,C6>69.9,"B
+","F")))))))))
Thanking you all in advance for any advice you might be able to give.
Regards
Bill
IF(C4>96.9,"A+",IF(C4>93.9,"A",IF(C4>89.9,"A-",IF(C4>84.9,"B+",IF(C4>79.9,"B",IF(C4>74.9,"B-",IF(C4>69.9,"C","F",IF(OR(C4<69.9,C6>69.9,"B
+","F")))))))))
Thanking you all in advance for any advice you might be able to give.
Regards
Bill