How to return zero for an equation = < 0/

J

JRTardif

What modifications do I need to make to a formula to return zero when the
answer is 0 or < 0?
 
P

Paul B

JRTardif., maybe =IF(A1<=0,0,"more than 0")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
P

Paul B

=IF(A1<=0,0,A1)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Top