Conditional Formatting Help

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Howdy All,


I want to format CELLS B1 thru H1 to highlight light gray if A1 equals YES,
or highlight green if A1 equals STARTED.
I also want to be able to copy this down thru successive rows (i.e., if A2
equals YES, then B2 thru H2 highlight light gray).

Thanks,
Brian
 
Select B1:Hxx.
And with the activecell on Row 1:

Format|conditional formatting:
formula is: =$A1="YES"
select a nice format (using the patterns tab)

Click add
formula is: =$a$1="Started"
select a nice format
 
Thanks Dave.

Exactly what I needed!


Dave Peterson said:
Select B1:Hxx.
And with the activecell on Row 1:

Format|conditional formatting:
formula is: =$A1="YES"
select a nice format (using the patterns tab)

Click add
formula is: =$a$1="Started"
select a nice 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