Conditional formating

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

Guest

I have 7 values ie a, f, p, s ,t n and sl which are used within the
worksheet, i want to apply a pattern colour to the cell which a,f and p use
whilst a different colour for t,n and sl and another for n. As conditional
formatting gives only 3 conditionals I can not use cell values ="a" etc. I
have tried formulas such as OR but can not get to work. Any ideas please.
 
OR should work fine

Try something like this as the CF's "Formula is"

Select col A, then apply it as

Cond1:
=OR(A1="a",A1="f",A1="p")
Format: Green

Cond2:
=OR(A1="t",A1="n",A1="sl")
Format: Red

Similarly for cond3
 

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

Similar Threads


Back
Top