T
tw
Is there any way to nest more than functions in an IF
statment.
Example: 90-100 = A etc. can be written as =IF
(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF
(A2>59,"D","F")))). I would like to break the grades down
farther to A+, A, A-, but this requires more than seven IF
statements.
statment.
Example: 90-100 = A etc. can be written as =IF
(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF
(A2>59,"D","F")))). I would like to break the grades down
farther to A+, A, A-, but this requires more than seven IF
statements.