Conditional Formatting based on multiple criteria

  • Thread starter Thread starter twlove
  • Start date Start date
T

twlove

I want to conditionally format blank cells in column B to blue when the
value in corresponding cells in column A contain the word "Custom".
However, once I place a value in a blank highlighted cell in column B I
then want the formatting removed.

Example:

Row 2 - - Cell A = "Custom" - - Cell B is blank - - therefore cell B2
turns blue

Then

Row 2 - - I enter a value in cell B2 - - the blue formatting goes away.
 
Use a formula of

=AND(B2="",A2="Custom")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

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