Conditional Formatting

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

Guest

I am trying to create a conditional format which will highlight the specific
cell red when it brings up an error.

If column O is filled in without column M having the text "offer" in it, I
want it to turn red. I want this if an option has been chosen in column O,
not if column O is blank.

Any ideas?
 
Click on Format, Conditional Format, select Formula is and enter the following:
=AND($O2<>"",$M2<>"Offer"), select Format, Patterns and Red, OK out.

Obviously change row numbers to suit
 
Thanks Kassie, I should of mentioned I had three seperare conditions in
column M which begun with "offer", but I was able to use your help with the
=and, I came up with this.

=AND($O10<>"",(LEFT(M10,5)<>"Offer"))
 

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