OK...here is what I have:
example.png
The formula I used is:
=IF(AO11<=.5999,F,IF(AND(AO11>.5999,AO11<=.6999),D,IF(AND(AO11>.6999,AO11<=.7999),C,IF(AND(AO11>.7999,AO11<=.8999),B,IF(AND(AO11>.8999,AO11<=1.000),A)))))
I am trying to attach a letter grade to a percentage (A = 100-90, B = 89.99-80, C = 79.99-70, D = 69.99-60, F = 59.99-0)
It tells me there is an error and highlights the "C" but I don't understand why it is an error.
Bookmarks