Is there a maximum number of constraints...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

....that I can put in an IF formula?
I have a chart with age bands (i.e 20-24, 25-29, 30-35, etc. and
corresponding amounts for those age bands (247.84, 256.69, 274.39,
respectively).

My current formula reads:

=IF(I116<25,247.84,IF(I116<30,256.69,IF(I116<35,274.39,IF(I116<40,295.63,IF(I116<45,322.21,IF(I116<50,354.08,IF(I116<55,404.51,IF(I116<60,490.7,IF(I116<65,652.03,IF(I116>=65,884.34,N/A))))))))

Excel is giving me an error message at the IF where IF(I116<65,652.03....

I've double checked to make sure there are no spaces, and when I remove that
constraint and the ones that follow, the formula works.

Help?
 
I didn't answer your original question;

There is a limit of 7 nested functions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top