How to do a conditional formatting based on an adjacent cell

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

Guest

I want to conditionally format a cell if a different cell has contains
certain data. I only know how to do this based on the selected cells
contents. Can anyone help?
 
Format / CF / Change 'Cell Value is' to 'Formula is' and then use normal
formulas with cell references.
 
To CF A1 when B1 is equal to "confused".......

Select A1 then Format>CF>Formula is:

=B1="confused"

Pick a format and OK your way out.

Gord Dibben Excel MVP
 

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