if functions with positive and negative numbers

R

Ronnie

Could anyone help with this problem?

I want to use an if function to display some text if a
number falls between the range negative 1 to positive 1.

Thanks

Ronnie
 
R

Ron Rosenfeld

Could anyone help with this problem?

I want to use an if function to display some text if a
number falls between the range negative 1 to positive 1.

Thanks

Ronnie

=IF(ABS(A1<=1),"some text")


--ron
 

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