Conditional Formating

G

Guest

Hi,

I have a list of data. It is 4 columns by 100 rows. Cells A2:D102

If the last column in the row is = "D" I want to highlight that row.
So for example

If Cell D2 = "D" then highlight Cells A2:D2

Is there any way to do this using conditional formating, I was trying but it
would not highlight the other cells - I could highlight cell D2, but not
cells A2:C2, based on the value of cell D2.
 
G

Guest

In the conditional formatting box (Formatting->"Conditional Formatting"),
Choose "Formula Is" from the dropdown box, and enter this formula (verbatim)
in each cell in row 2, choose your formatting, then drag down:

=$D$2="D"
 
G

Guest

Hi,

Starting with A2, select the entire data (i.e., A2...D102) , and under
Conditional Formatting,
'Formula Is' =$D2 = "D" and format to shade the row(s).

Regards,
B. R. Ramachandran
 

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