Possible conditional formatting?

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

Guest

cell A1="new"
cell B1="new"
cell C1="new"
cell D1="comp"
cell E1="ABCDE"

Within conditional formatting, how do I go about filling
E1 in green if any or all of the A1:D1 range is populated
with "comp", keeping the narrative in E1 "ABCDE"

All help much appreciated

Thanks,
Gary
 
Under CF, choose Formula Is and use:

=COUNTIF($A1:$D1,"comp")>0

HTH
Jason
Atlanta, GA
 

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