ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can i get a minus number to appear as a 0? (https://www.excelbanter.com/excel-worksheet-functions/8237-how-can-i-get-minus-number-appear-0-a.html)

greg071190

How can i get a minus number to appear as a 0?
 
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

Don Guillett

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




Peo Sjoblom

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


[email protected]

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.


Bernd Plumhoff

Apply a number format like #,##0.00;"0"

HTH,
Bernd



Brett

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



All times are GMT +1. The time now is 07:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com