Can I calculate negative numbers to = zero in excel?

H

HeyTriciaC

When I do an autosum some of the numbers are equally negative numbers. But I
want them to just SHOW zero instead. Is this possible?
 
M

Mike

In a new column run something like
=IF(a1<0,0,a1)
Once the first cell is done, highlight it and hold down the shift key and
tap down arrow or page down keys then hit control d (copys down).
 
Top