Thread: big formula?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default big formula?

=IF(P7<3,0,MAX(IF(P7=30,IF(P7365,P7*G7*0.07,P7*G 7*0.07),IF(P716,P7*G7*0.0
6,IF(P7=15,P7*G7*0.05,"btwn 3 & <15"))),3))


Put in whatever calculation should be used for ,"btwn 3 & <15"

or restated what the conditions are.

--
Regards,
Tom Ogilvy



"antonov" wrote in message
.. .
I have a question about a formula:
cell AC7 has to have a formula that sound roughly like this:
if P7 <=3 then 0 else if P7 4 but =15 then P7*(G7*0.05), if P7 =16 but
<=30 then P7*(G7*0.06), if P7 =30 but <=365 then P7*(G7*0.07), P7 365

then
P7*(G7*0.07). In all cases (but if P7<=3) the minimum value must be 3
I have tried all I knew (which isn't much) but without success.... any
ideas?

Thank again for any help