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", G17="Home",((I17-H17)>9.4)), ((I17-H17)-9.4)*1.609, (I17-H17)*1.609) works __Horray
BUT ... I need to mess with the E17 and G17 cells and the (I17-H17) calculation
so .. I have three scenarios
1) if Business & Home & Greater than 9.4 then total less 9.4 or else just total
2) If Business & Home & Less than 9.4 then Zero or else zero
3) If Home & Business & Less than 9.4 then Zero or else zero
And would like them into one cell calculation.
Many Thanks in Advance
<Do I need A Signature or will an X do?>
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", G17="Home",((I17-H17)>9.4)), ((I17-H17)-9.4)*1.609, (I17-H17)*1.609) works __Horray
BUT ... I need to mess with the E17 and G17 cells and the (I17-H17) calculation
so .. I have three scenarios
1) if Business & Home & Greater than 9.4 then total less 9.4 or else just total
2) If Business & Home & Less than 9.4 then Zero or else zero
3) If Home & Business & Less than 9.4 then Zero or else zero
And would like them into one cell calculation.
Many Thanks in Advance
<Do I need A Signature or will an X do?>