Conditional color fill whole line...

  • Thread starter Thread starter miwarren
  • Start date Start date
M

miwarren

I was wondering if there was a way to set up and conditional format s
that when it recognizes a name that it will fill that entire line wit
a color.

EX. Everytime it sees the name Mike I want it to color that entir
line blue. I can get it fill the cell with the name Mike but I can'
figure how to get to to fill the rest of the cells in line with th
name Mike. Is it possible
 
if all of the mikes are in one column you can use conditonal formating and
formula is.
if they could be in different cells, the easiest way to do it would depend
 
Select the entire row -> Conditional Formatting

Formula is =IF($A1="Mike",1,0)
 

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