Conditional formatting

P

Phillip Bruce

Can I format a cell based on the "filled" color of another cell?

Also, how could add up all the cells that are formatting with a certain color?
 
P

Phillip Bruce

This method does not work. You are telling me to perform a conditional
format based on the "value" of a cell, not the fill colour of the cell.
 
D

Debra Dalgleish

There's no built-in feature that will format a cell based on the colour
of another cell. Chip Pearson has information on using colours in
functions. Maybe it will help you get started:

http://www.cpearson.com/excel/colors.htm

You could use the CellColorIndex function in a hidden cell, to return
the colour of the first cell, and base the second cell's conditional
formatting on that.
 
P

Phillip Bruce

I have seen this link from Chip Pearson before and I cannot make heads or
tails of it. I have no idea what a VBA function is.
 
Top