Forcing Negatives to display as zero

A

Andy B

Habanero

A couple of ways:
Use a custom format.
Enclose your formula in a MAX function:
=MAX(yourformula,0)

Andy.
 
J

J.E. McGimpsey

If you just want it to display as zero:

Format/Cells/Number/Custom General;"0";0;@
 
Top