W
wtamustudentmc
Help - nested IF statement not bringing back correct value
Cell A18=85 (result/value is SUM of other cells)
Cell
A19=IF(A18>93,"A",IF(A18>88,"AB",IF(A18>83,"B",IF(A18>78,"BC",IF(A18>73,"C",IF(A18>68,"CD",IF(A18>63,"D","F")))))))
Unfortunately cell A19 is bringing back A .... not the correct value of B.
Can anyone tell me what's wrong?
Cell A18=85 (result/value is SUM of other cells)
Cell
A19=IF(A18>93,"A",IF(A18>88,"AB",IF(A18>83,"B",IF(A18>78,"BC",IF(A18>73,"C",IF(A18>68,"CD",IF(A18>63,"D","F")))))))
Unfortunately cell A19 is bringing back A .... not the correct value of B.
Can anyone tell me what's wrong?