Need an If:Then statement help

R

RGT

I need to create some kind of If:Then statement in an excell page.

Basically, it needs to be that if the value is less than zero it shows
zero, else show the value.

any suggestions??

Russell
 
C

CLR

Assuming your value of interest is in cell A1, put this formula where you
wish the result.........

=MAX(0,A1)

Vaya con Dios
Chuck, CABGx3
 
Top