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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top