Thread: Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Roger Whitehead[_5_] Roger Whitehead[_5_] is offline
external usenet poster
 
Posts: 3
Default Formula

If I understand the question, I think you need:

=IF(((O20-C8)*Growth)-(H20+K20+L20+M20)<0,0,IF(O20=C20,((O20-C8)*Growth)-(H
20+K20+L20+M20),0))

--
HTH
Roger
Shaftesbury (UK)


"John P" wrote in message
...
=IF(R20=C20,((R20-C8)*Growth)-(H20+K20+N20+Q20),0)

I have this formula that runs well but I would like it to show zero IF the
result is negative?

Can anyone help please???

Thanks


John P
North Yorkshire UK