Conditional Formatting - Is this possible?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I want to be able to change the format, background colour and font, of
a cell dependent on the manually entered content of that cell. I am
aware of Conditional Formatting, but this only gives me three options,
whereas I need three groups of three, i.e. if contents = A or B or C,
apply format 1, if contents + D or E or F apply format 2 etc, otherwise
leave as is.

Can I make this work using the built in CF function? If so how?

Or do can I do this via a formula? If so how?

I've not got much experience of this aspect of Excel, so any help
offered would be gratefully received.
 
Use the 'Formula is' option in CF and something like:-

=OR(A1="A",A1="B",A1="C") as your formula perhaps
 

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