Conditional formatting Q

  • Thread starter Thread starter Seanie
  • Start date Start date
S

Seanie

I know C.F. can have only 3 entries, but is it possible to enter 4
conditions within one line?

Eg. where "cell value =" A OR B OR C OR D, then format Red etc
 
say you have yr data in A1, then in conditional formatting window
select FormulaIs and insert:

=OR(A1="a",A1="b",A1="c",A1="d")

choose red color

then copy, paste formats
 
say you have yr data in A1, then in conditional formatting window
select FormulaIs and insert:

=OR(A1="a",A1="b",A1="c",A1="d")

choose red color

then copy, paste formats

Works a treat, thanks
 

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