L
Louise
Hi again!
I have created a nested IF function to calculate student
scores. For example, if they achieve a score of 80+, they
get an A, between 70 and 80 = B etc. Unfortunately, for
some reason, the formula I have created doesn't work
properly. The only scores they are returning are either
A or B but there are clearly some low scores.
Can you please have a look at my IF function below and
tell me where I'm going wrong. This is the first nested
IF Function I have ever created.
=IF(I3>=80,"a",IF(I3<80>70,"B",IF(I3<70>60,"C",IF
(I3<60>40,"D",IF(H3<40,"U")))))
Thanks.
I have created a nested IF function to calculate student
scores. For example, if they achieve a score of 80+, they
get an A, between 70 and 80 = B etc. Unfortunately, for
some reason, the formula I have created doesn't work
properly. The only scores they are returning are either
A or B but there are clearly some low scores.
Can you please have a look at my IF function below and
tell me where I'm going wrong. This is the first nested
IF Function I have ever created.
=IF(I3>=80,"a",IF(I3<80>70,"B",IF(I3<70>60,"C",IF
(I3<60>40,"D",IF(H3<40,"U")))))
Thanks.