Conditional Formatting

C

Colette

How can I get a cell to automatically format when data is placed in an
adjacent cell.
 
G

Gary''s Student

Yes...say we want B1 to display a background color once A1 has data in it.

Use Formula Is:

=$A$1<>""

and then pick the format.
 
Top