View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Need help with formula...

your conditions all have true / false correctly set -- in other words the
final MAX() function returns when all tests are false.

replacing this with zero would do what you need... but i guess your formula
is there for a reason? have you missed another test?

"Alberta Rose" wrote in message
...
=IF(AND(K53=0,N53=0),0,IF(M53<(R53*0.1),MAX(K53,N5 3,K53*AD53),
IF(V53<U53,AA53*AH53,MAX(K53,N53,AA53*AH53))))

If none of the conditions in the above formula are met, I would like to
return a value of zero. I'm unsure of how to do this. Help please :)

Thanks...Laurie