Conditional Formatting Formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need to highlight A1 if B1 contains "1", "2", "3", or is empty.

What formula can help me do this?
 
Maybe just use a formula like:

=OR(B1=1,B1=2,B1=3,B1="")

(I used numbers--not text for 1, 2, and 3.)
 

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