Hi
I'm trying to create an IF function where I want to achieve a result if in D3
0 to 18 = A
19 to 27 = B
28 to 36 = C
36 and over = D
Obviously the following function is not correct - can anyone help please.
IF(D3>0,D3<=18,A,IF(AND(D3>18,D3<=27,B,IF(AND(D3>0,D3<=18,C,IF(AND(D3>36,D,)))))))
Bookmarks