Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hopefully your numbers are generated by formulas. Then you can modify them
to read =IF(your_formula<0,0,your_formula) or =IF(your_forumula,your_formula,0) or your_formula*(your_formula0) Or, if it is only for appearance and no further calculations are involved, use a custom format like #,"0","0" best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "Jon" wrote in message ... I have a summary sheet for a month's worth of data and I need the negative's that appear to come out as zero's -- Jon |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, I've tried these and they just come back blank. In other cells when
they are zero's they come back as a zero value. -- Jon "Bernard Liengme" wrote: Hopefully your numbers are generated by formulas. Then you can modify them to read =IF(your_formula<0,0,your_formula) or =IF(your_forumula,your_formula,0) or your_formula*(your_formula0) Or, if it is only for appearance and no further calculations are involved, use a custom format like #,"0","0" best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "Jon" wrote in message ... I have a summary sheet for a month's worth of data and I need the negative's that appear to come out as zero's -- Jon . |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jon, I am not sure whether you have tried the suggestion of custom formatting
the cells to General;"0";0 (This will display 0 for -ve values and 0's) General;"0";"" (The above will display 0 for -ve values and blank for 0's) -- Jacob (MVP - Excel) "Jon" wrote: Thanks, I've tried these and they just come back blank. In other cells when they are zero's they come back as a zero value. -- Jon "Bernard Liengme" wrote: Hopefully your numbers are generated by formulas. Then you can modify them to read =IF(your_formula<0,0,your_formula) or =IF(your_forumula,your_formula,0) or your_formula*(your_formula0) Or, if it is only for appearance and no further calculations are involved, use a custom format like #,"0","0" best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "Jon" wrote in message ... I have a summary sheet for a month's worth of data and I need the negative's that appear to come out as zero's -- Jon . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing color of negative bar when using Invert if negative | Charts and Charting in Excel | |||
I want to get negative hours if subtraction of hours is negative | Excel Worksheet Functions | |||
Set negative numbers to zero. Do not calculate with negative valu | Excel Discussion (Misc queries) | |||
Formula to make Negative Values Positive & Positive Values Negative? | Excel Discussion (Misc queries) | |||
2003= negative number&2004= negative number How Do I Calculate gro | Excel Worksheet Functions |