How to change an entire row using conditional formating

G

Guest

Hi..
I am trying to make the text of an entire row go a different colour (light
grey) when a specified cell is equal to a given value (in my case the letter
‘Y’)

I can easily do something similar using the ‘equal to’ condition in the
‘Conditional Formatting’ functions, but this will only work on the one cell
and not an entire row..

Can anyone write me the function or correct Conditional Formatting for this
to work ..?

Thanks in advance ..J
 
F

Frank Kabel

Hi
- select your row (lets say row 1)
- goto the conditional format dialog
- choose 'formula is'
- enter something like
=$A1="Y"
- choose your format
 
G

Guest

Something like this would do it:
=$B16=50

Where Row 16 is the row in question and B16 is the specified cell and 50 the
target value. Make sure you switch to Formula is.

tj
 

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

Top