I am trying to do an IF statement that simpy shows from a % score either an A, B, or a C.
I have the below formula working but it only works with A and B. If i add C at the end i get " Too many arguments error" Is it not possible to do this?
=IF(AND(B14<101,B14>71,B14>12),"A","B" ) Works
=IF(AND(B14<101,B14>71,B14>12),"A","B","C" ) Doesnt Work
I have the below formula working but it only works with A and B. If i add C at the end i get " Too many arguments error" Is it not possible to do this?

=IF(AND(B14<101,B14>71,B14>12),"A","B" ) Works
=IF(AND(B14<101,B14>71,B14>12),"A","B","C" ) Doesnt Work