D
Donna
I need to add another level (if over 600,000 then 900) to this formula and
when I do I get an error that the formula is over the level of nesting
allowed. Got any ideas?
=IF(E13>550000,800,IF(E13>500000,700,IF(E13>450000,600,IF(E13>400000,500,IF(E13>350000,400,IF(E13>300000,300,IF(E13>250000,200,IF(E13>200000,100,0))))))))
when I do I get an error that the formula is over the level of nesting
allowed. Got any ideas?
=IF(E13>550000,800,IF(E13>500000,700,IF(E13>450000,600,IF(E13>400000,500,IF(E13>350000,400,IF(E13>300000,300,IF(E13>250000,200,IF(E13>200000,100,0))))))))