E
entreri
I am having difficulty in entering a formula in excel with multiple
embedded "if" statements. The formula will work correctly if I only
enter up to 8 of these statements. As soon as the ninth one is
entered I recieve a "statement error" message. Is there a maximum
number of times "if" can be entered into a formula? Any tips or
suggestions would be greatly appreciated.
Regards
PS- here is an formula which I am referring to:
+IF($D$18>=$AA$14,AA15*$D$9,IF($D$18>=$Z$14,Z15*$D$9,IF($D$18>=$Y$14,Y15*$D$9,IF($D$18>=$X$14,X15*$D$9,IF($D$18>=$W$14,W15*$D$9,IF($D$18>=$V$14,V15*$D$9,IF($D$18>=$U$14,U15*$D$9,IF($D$18>=$T$14,T15*$D$9,
THIS IS WHERE I WOULD RECIEVE MY ERROR...
embedded "if" statements. The formula will work correctly if I only
enter up to 8 of these statements. As soon as the ninth one is
entered I recieve a "statement error" message. Is there a maximum
number of times "if" can be entered into a formula? Any tips or
suggestions would be greatly appreciated.
Regards
PS- here is an formula which I am referring to:
+IF($D$18>=$AA$14,AA15*$D$9,IF($D$18>=$Z$14,Z15*$D$9,IF($D$18>=$Y$14,Y15*$D$9,IF($D$18>=$X$14,X15*$D$9,IF($D$18>=$W$14,W15*$D$9,IF($D$18>=$V$14,V15*$D$9,IF($D$18>=$U$14,U15*$D$9,IF($D$18>=$T$14,T15*$D$9,
THIS IS WHERE I WOULD RECIEVE MY ERROR...