Conditional Formatting Formula

C

Cachod1

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

What formula can help me do this?
 
D

Dave Peterson

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

Top