Row Formatting

  • Thread starter Thread starter Chance
  • Start date Start date
C

Chance

How can you have the text in every cell of a row change to
a certain color based on the value of the first cell in
the row?

Example; IF A1= Rentals then the whole row's text would be
in red and if A1 = Boats then it would be in Blue.

Thanks,
Chance
 
Hi
try the following:
- select row 1
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="Rentals"
- choose your format
 

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