Conditionally format one cell for contents of another?

B

Basher Bates

I need to format cells in one column depending on the contents of
corresponding cells in another column. Any suggestions?
 
B

bpeltzer

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.
 
Top