Can I use 'or' in conditional formatting?

  • Thread starter Thread starter Father Guido
  • Start date Start date
F

Father Guido

I'd like to have 4 conditions, Red, Yellow, and Green. But I have two
conditions for green, without using two conditions for green is there
a way to use OR somehow to beat the limit?

Thanks,

Norm

PS Win2000 + XL2002
 
Sure ... just click on "Formula Is", and you can use "OR" for more then two
conditions.

For example:

=OR(A1=2,A1=4,A1="good",A1="bad")

Will trigger the set format if "any" of the above equate to "True".
 
Thanks, that'll make my conditions easier to spot.

ØSure ... just click on "Formula Is", and you can use "OR" for more
then two
Øconditions.
Ø
ØFor example:
Ø
Ø=OR(A1=2,A1=4,A1="good",A1="bad")
Ø
ØWill trigger the set format if "any" of the above equate to "True".
 

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

Back
Top