Conditionally format one cell for contents of another?

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

Guest

I need to format cells in one column depending on the contents of
corresponding cells in another column. Any suggestions?
 
Use conditional formatting (format > conditional formatting) but change the
first drop-down to read 'Formula Is' (instead of 'Cell Value Is'). Then
create a formula that returns TRUE when you want the format applied, ex:
=b1=2 would set the format (in the cell in which you apply the conditional
format) when the value in cell B2 is 2.
 

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

Help needed 0
Excel VBA 1
conditional formatting update issue 5
Excel Conditional Formatting 1
Excel conditional formatting with Weeknum 4
Excel Highlighting duplicates 0
Excel 2 into 1 6
Format a cell based on incremental numbers 3

Back
Top