Conditional Formatting

  • Thread starter Thread starter kelleyz3
  • Start date Start date
K

kelleyz3

How would I set it up where a data in a cell would be red unless it wa
equal to N, O or P
 
Hi
use the following formula in the conditional format dialog:
=AND(A1<>"N",A1<>"O",A1<>"P")
 

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