Consitional Formatin '97

H

Hoot

I am trying to format column A to red font when anything is entered in any
column in that row. Conditional formating works for the first column
adjacent to cell "A" but not the rest of the row. How do I get around this?
I am using the 'select window' and draging across the row and I do get the
range I want - ie; $B$6:$Q$6
but the conditional formating only works when something is entered in B6 and
seems to have no effect on the remainder of the row. Can anyone help me out?
 
D

Dave Peterson

Select your range (A6:A99, say).

And with A6 the activecell
Format|conditional formatting
formula is
=counta($b3:$q3)>0
and format nicely.
 

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