Whole Row Cond. Format

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

Guest

I have an entire row, from A - Q, that hinges on the value in cell B.

Is there a way to have conditional formatting hightlight all cells the the
row, A-Q, when the value of cell B meets the criteria?
 
Select your range to apply the conditional formatting (say A2:Q999) and with A2
the activecell, just make sure you "anchor" the formula to column B by using $B2
in the formula:

=and($b2>5,$b2<100)

for instance.
 
Worked Great!

I highlighted and wrote the formula and WHAMO! It worked perfectly.


--
Thanks As Always
Rip


Dave Peterson said:
Select your range to apply the conditional formatting (say A2:Q999) and with A2
the activecell, just make sure you "anchor" the formula to column B by using $B2
in the formula:

=and($b2>5,$b2<100)

for instance.
 

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