Function

J

Javster095

If my result is a negative number, how can I setup the function to display a
zero as suppose to a negative number. Example, if 2- 3= -1, but I would
rather have my cell to display a zero as suppose to a negative number?

Thanks.
 
B

Bob Umlas

to DISPLAY 0 (but calc as -1), use Format/Cells, select Custom, and enter:
General;"0"
To CALCULATE as 0, change the formula to be =MAX(0,yourcurrentformula)
 
Top