Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to create a simple formula...=(F40*F28)+F30
F30 is a calculated cell. Sometimes it may contain a negative value. When F30 does contain a negative value I want the formula I am trying to create to ignor it or use a zero. Thanks for your help, Donald Thomas |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way
=(F40*F28)+MAX(F30,0) -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com Portland, Oregon "Donald Thomas" <Donald wrote in message ... I am trying to create a simple formula...=(F40*F28)+F30 F30 is a calculated cell. Sometimes it may contain a negative value. When F30 does contain a negative value I want the formula I am trying to create to ignor it or use a zero. Thanks for your help, Donald Thomas |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Peo Sjoblom, That was FAST and it worked! Thank you very much, Donald |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible? | Excel Worksheet Functions | |||
Formula to ignore negative numbers in a column? | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
formula returns (correctly) a negative value | Excel Discussion (Misc queries) |