Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
one way:
=IF(R20=C20,MAX((R20-C8)*Growth-(H20+K20+N20+Q20),0),0) or, slightly shorter: =MAX((R20-C8)*Growth-(H20+K20+N20+Q20),0)*(R20=C20) In article , "John P" wrote: =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??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |