Hello,
I have created the below formula but excel (2010 version) is telling me that I used too many arguments.
When I had it for "L" only it accepted the argument. So right now I'm facing with one option and that is spliting up "L" and "S" between two target cells. Is there a way I can make this formula work so It can be under one taget cell? ... I though under excell 2010 you can seed up tp 64 if formulas.
=IF(AND(A9="L",D9>=70),0,IF(AND(A9="L",D9>50),12.5,IF(AND(A9="L",D9>30),10,IF(AND(A9="L",D9<=30),15,0,IF(AND(A9="S",D9>=70),15,IF(AND(A9="S",D9>50),10,IF(AND(A9="S",D9>30),12.5,IF(AND(A9="S",D9<=30),0,0))))))))
I appreciate any and all input!
I have created the below formula but excel (2010 version) is telling me that I used too many arguments.
When I had it for "L" only it accepted the argument. So right now I'm facing with one option and that is spliting up "L" and "S" between two target cells. Is there a way I can make this formula work so It can be under one taget cell? ... I though under excell 2010 you can seed up tp 64 if formulas.
=IF(AND(A9="L",D9>=70),0,IF(AND(A9="L",D9>50),12.5,IF(AND(A9="L",D9>30),10,IF(AND(A9="L",D9<=30),15,0,IF(AND(A9="S",D9>=70),15,IF(AND(A9="S",D9>50),10,IF(AND(A9="S",D9>30),12.5,IF(AND(A9="S",D9<=30),0,0))))))))
I appreciate any and all input!