View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mr_concrete mr_concrete is offline
external usenet poster
 
Posts: 2
Default IF(AND) error message

Here is the formula I started, I need to be able to go quite a bit more like
this:

=IF(AND(D34.1,E3=100),40,IF(AND(D34.1,E3=95),30 ,IF(AND(D34.1,E3=90),25,IF(AND(D34.1,E3=85),20 ,IF(AND(D34.1,E3=80),19,IF(AND(D34,E3=100),30,I F(AND(D34,E3=95),25,IF(AND(D34,E3=90),19,IF(AN D(D34,E3=85),18,IF(AND(D34,E3=80),17,0)))))))) ))

Please advise.

"Dave F" wrote:

Excel has a limit of 7 nested functions. Post the formula you would like to
use and someone can come up with an alternative that avoids this limit.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"mr_concrete" wrote:

I am getting an error message on the 8th time I use IF(AND) in the same
formula. Is there a maximum number of times you can use this combonation in a
singular formula?? If so, how do I end the first part of the formula but
start a second part ??