G
GollyJer
I like to use custom cell formatting for simple cell coloring of positive
and negative numbers (leaving conditional formatting for more intensive
tasks). In Excel 2003 you could use [ColorXX], where XX is a number
corresponding to a color in the color palette of the active workbook.
Determining what number resulted in a specific color was straight forward as
it matched the layout of the color palette. In Excel 2007 I can't seem to
determine how the number used corresponds to a color palette somewhere.
An example of a format string I'm using is:
_(* #,##0.00_);[Color25]_(* (#,##0.00);_(* "-"??_);_(@_)
where color 25 is a blue color. Any negative numbers will be Color25.
Changing to Color24 and Color26 doesn't reveal a corresponding color pattern
that I recognize which makes it difficult if I want to change to <desired
color>. I'm sure it's not random. Anyone have figured it out for 2007?
Thanks,
Jeremy
and negative numbers (leaving conditional formatting for more intensive
tasks). In Excel 2003 you could use [ColorXX], where XX is a number
corresponding to a color in the color palette of the active workbook.
Determining what number resulted in a specific color was straight forward as
it matched the layout of the color palette. In Excel 2007 I can't seem to
determine how the number used corresponds to a color palette somewhere.
An example of a format string I'm using is:
_(* #,##0.00_);[Color25]_(* (#,##0.00);_(* "-"??_);_(@_)
where color 25 is a blue color. Any negative numbers will be Color25.
Changing to Color24 and Color26 doesn't reveal a corresponding color pattern
that I recognize which makes it difficult if I want to change to <desired
color>. I'm sure it's not random. Anyone have figured it out for 2007?
Thanks,
Jeremy