J
jrg167
I have seen this asked a few places and some answers, but nothing that
works. I want to simply alternate the color of a col so blocks of
identical values have the same color. Thus
A black
A black
B blue
C black
C black
A blue
B black
C blue
C blue
C blue
If you could get the cell color in a formula you could do it painfully
as in a formula for black and a formula for blue applied to all but
the first row. So the formulas would be along the lines of
if x!=above cell and above cell is blue or x==above and above cell is
black -> format black
if x!=above cell and above cell is black or x == above cell and above
cell is blue -> format blue
But extracting the color of a cell in a formula does not seem to be
available.
Excel 2008 for Mac version 12.1.1
works. I want to simply alternate the color of a col so blocks of
identical values have the same color. Thus
A black
A black
B blue
C black
C black
A blue
B black
C blue
C blue
C blue
If you could get the cell color in a formula you could do it painfully
as in a formula for black and a formula for blue applied to all but
the first row. So the formulas would be along the lines of
if x!=above cell and above cell is blue or x==above and above cell is
black -> format black
if x!=above cell and above cell is black or x == above cell and above
cell is blue -> format blue
But extracting the color of a cell in a formula does not seem to be
available.
Excel 2008 for Mac version 12.1.1