how do i set a conditional format

G

Guest

I looked at some of the post and KEVIN answered most of my question in a post
to another person but I'm having some trouble, in the formula box in the
conditional format I put OR=($B$2="C") and I then set the conditions and it
worked great but how do I get the condition to b3, b4, b5 and so on without
having to put the above formula in every cell in column A. I need A1 to meet
condition in B1, A2 to meet the condition in B2 and so on. My conditional
formating is in column A
 
S

Sandy

Select the range of cell that you want to have a conditional format.
Write the format as you normally would. Make sure to use relative
instead of absolute ie, $B$2 absolute, B2 relative.
 
B

Bob Phillips

Select B2:Bn and use a formula of

=(B2="C")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Guest

Thanks for the help it works fine now.

Bob Phillips said:
Select B2:Bn and use a formula of

=(B2="C")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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