Ok --- Brain Freeze
I know how the standard "Grading a Test" nested statement works --
=IF (B4<=44,"F", IF(B4<=54,"D", IF(B4<=74,"C", IF(B4<=89,"B" ,"A" ))))
What I am trying to do is nest a group of if(and statements
Is this possible even??
This -- =IF(AND(E17="Business"...