Conditional Formula - Need Help

E

Eduardo

Hello,
I would like some help in evaluating the value of a cell that falls within a
certain range.
For example:
If A2 is less than 1 and greater than 10 "TRUE"

Your help is appreciated.

Ed
 
J

JulieD

Hi Eduardo

do you mean if A2 is less than 1 OR greater than 10???

if so
format / conditional formatting
formula is
=OR($A2<1,$A2>10)

or if you mean greater than 1 and less than 10
=AND($B1>1,$B1<10)

Cheers
JulieD
 

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