Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to generate a formual with a condition condition that if the formula
returns a negative number the resulting answer should be zero? Can anyone help -- Thanks SSG Devine |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SSG
=IF(your formula<0,0,your formula) Beege "SSG Devine" wrote in message ... I need to generate a formual with a condition condition that if the formula returns a negative number the resulting answer should be zero? Can anyone help -- Thanks SSG Devine |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Where you currently have =formula, use =if((formula)<0,0,formula)
"SSG Devine" wrote: I need to generate a formual with a condition condition that if the formula returns a negative number the resulting answer should be zero? Can anyone help -- Thanks SSG Devine |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
=MAX(your_formula,0) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "SSG Devine" wrote: I need to generate a formual with a condition condition that if the formula returns a negative number the resulting answer should be zero? Can anyone help -- Thanks SSG Devine |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Calculation based on a condition | Excel Worksheet Functions | |||
Multiple Condition Sumif Formula | Excel Worksheet Functions | |||
Add condition to formula | Excel Worksheet Functions |