Conditional Formating

  • Thread starter Thread starter Albert Mulder
  • Start date Start date
A

Albert Mulder

how can I have a cell change color if a cell within a group has the value of
"1" and then revert back it the value changes.

A3 (Cell to change color)

B1:E10 need to see if any cell returnes "1" if so need to change A3 to a color

Else need to change it to another color.
 
Hi,

select A3 then
format|Conditions format|Formula is
paste in this formula
=COUNTIF(B1:B10,1)>0
Select a colour
OK

Mike
 

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 VBA 1
Conditinal Formatting 2
i need help on a program i am writing 3
How to code macro for worksheet? 4
Need urgent help 0
Excel conditional formatting with Weeknum 4
Change Color of cell 3
Font Color 2

Back
Top