Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
In a spreadsheet i keep getting minus numbers and i want them to appear as
0's as this will make my sum's work Please help if you can! THANKS |
#2
![]() |
|||
|
|||
![]()
why not just use
=SUMIF(C:C,"0") -- Don Guillett SalesAid Software "greg071190" wrote in message ... In a spreadsheet i keep getting minus numbers and i want them to appear as 0's as this will make my sum's work Please help if you can! THANKS |
#3
![]() |
|||
|
|||
![]()
It is not clear to me what you mean, from where do you get minus numbers?
Formulas? =MAX(0,formula) will return zero if the formula returns negative numbers Regards, Peo Sjoblom "greg071190" wrote: In a spreadsheet i keep getting minus numbers and i want them to appear as 0's as this will make my sum's work Please help if you can! THANKS |
#4
![]() |
|||
|
|||
![]()
greg071190 wrote...
In a spreadsheet i keep getting minus numbers and i want them to appear as 0's as this will make my sum's work Perhaps these negative numbers are an indication that something is very, very wrong in your workbook and that you need to fix things so that these cells don't return negatives? On the other hand, if these negatives are legitimate, then you either need to include them or sum positive and negative values separately. |
#6
![]() |
|||
|
|||
![]()
If(formula<0,0,formula)
"greg071190" wrote: In a spreadsheet i keep getting minus numbers and i want them to appear as 0's as this will make my sum's work Please help if you can! THANKS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
multiply by actual number in cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |