Adding colour to a range of cells based on one of the cells v...

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

Guest

I wish to highlight all the data in a row in a particular colour depending on
the value of one of the cells i.e. if cell c3 says 'confirmed' I would like
all the entries in row 3 to be green, if it says 'released', then red, etc.
So far I can change the word 'confirmed' in c3 to green, or to red for
'released', but can't work out how to change the rest of the row based on
this value. Any help very welcome.
 
select the cell(s) you want to be formatted

In conditional formatting
choose formula and enter
=A3="confirmed"

choose the color you want.

this is limited

-----Original Message-----
I wish to highlight all the data in a row in a particular colour depending on
the value of one of the cells i.e. if cell c3 says 'confirmed' I would like
all the entries in row 3 to be green, if it
says 'released', then red, etc.
 
In CF

select the whole
change condition 1 to Formula is
add a formula of =$c3="Confirmed"
set the colour as normal

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Many thanks

Bob Phillips said:
In CF

select the whole
change condition 1 to Formula is
add a formula of =$c3="Confirmed"
set the colour as normal

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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