Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am working with fomulas that have diminishing values. I want the dimishing
values to stop at zero (not turn negative). Problem is, I'm getting negative values that invalidate my data. Anyway way to "zero out" negative numbers? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(G5,0)
"Excel Headache" wrote: I am working with fomulas that have diminishing values. I want the dimishing values to stop at zero (not turn negative). Problem is, I'm getting negative values that invalidate my data. Anyway way to "zero out" negative numbers? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(formula<0,0,formula)
"Excel Headache" wrote: I am working with fomulas that have diminishing values. I want the dimishing values to stop at zero (not turn negative). Problem is, I'm getting negative values that invalidate my data. Anyway way to "zero out" negative numbers? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Depends upon your formulae. Post them.
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Excel Headache" <Excel wrote in message ... I am working with fomulas that have diminishing values. I want the dimishing values to stop at zero (not turn negative). Problem is, I'm getting negative values that invalidate my data. Anyway way to "zero out" negative numbers? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try something like =IF([your calculation]<0,0,[your calculation]).
Dave -- Brevity is the soul of wit. "Excel Headache" wrote: I am working with fomulas that have diminishing values. I want the dimishing values to stop at zero (not turn negative). Problem is, I'm getting negative values that invalidate my data. Anyway way to "zero out" negative numbers? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting positive numbers to negative numbers | Excel Worksheet Functions | |||
converting text to negative numbers! | Excel Worksheet Functions | |||
Formula to ignore negative numbers in a column? | Excel Worksheet Functions | |||
How to make negative numbers look like 0 | Excel Discussion (Misc queries) | |||
Negative Numbers | Excel Discussion (Misc queries) |