Conditional Formatting

A

ANDYPAND

I am trying to apply a condional format to a range of cells in a
column.
I want the cells to turn green when a cell in an adjacent column = 5.
Presumably this can be done by a formula in conditional formatting?
Can anyone adsvise?
 
K

KL

Hi Andy,

You are right. If you format the range [A2:A10] then:

1) select the range [A2:A10] (make sure [A2] remains active)
2) go to menu Format>Conditional Formatting
3) In condition 1 choose 'Formula is' from the 1st dropdown
4) put the following formula into the formula box: =B2=5
5) presss the Format button and select your prefered formats
6) press OK,OK
7) try entering 5 into any cell in the range [B2:B10]

Regards,
KL
 

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

Similar Threads

Excel Conditional Formatting Removal 7
Excel VBA 1
Conditional Formatting with VBA 4
Excel conditional formatting with Weeknum 4
Excel Conditional Formatting 1
Excel Highlighting duplicates 0
Excel Named Ranges and Conditional Format 3
Conditional formatting 2

Top