I created a bar chart that has 14 variables. I changed the color of 2 bars to
yellow, 5 bars to blue, and 6 bars to red. When new data is ploted and sorted
in a desending order. the colored bars don't follow the variable, they stay
in their original location. I have to manualy change the colors to match my
ledgend.
Hi,
The columns will not be sorted along with you data.
You will be to change the colour of the columns after the sorting.
You can do this manually or with code or with the use of formula and
multiple data series.
For the formula/multi series approach see this explanation by Jon
Peltier on dynamic charting.
http://peltiertech.com/Excel/Charts/...nalChart1.html
If you need to use code then post back with the conditions used to
determine what columns get which colours.
Cheers
Andy
Frankgjr wrote:
> I created a bar chart that has 14 variables. I changed the color of 2 bars to
> yellow, 5 bars to blue, and 6 bars to red. When new data is ploted and sorted
> in a desending order. the colored bars don't follow the variable, they stay
> in their original location. I have to manualy change the colors to match my
> ledgend.
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
I have code at the end of this article that explains how to vary colors in a
chart according to category label:
http://pubs.logicalexpressions.com/P...cle.asp?ID=390
find the "Color by Category Label (Conditional Formatting)" section.
The article's about pie charts, but the code works in column charts too. If
the colors vary based on other criteria, you need to adjust the code
accordingly.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
"Andy Pope" <andy@andypope.info> wrote in message
news:OQKeb2tGGHA.648@TK2MSFTNGP14.phx.gbl...
> Hi,
>
> The columns will not be sorted along with you data.
> You will be to change the colour of the columns after the sorting.
>
> You can do this manually or with code or with the use of formula and
> multiple data series.
> For the formula/multi series approach see this explanation by Jon Peltier
> on dynamic charting.
> http://peltiertech.com/Excel/Charts/...nalChart1.html
>
> If you need to use code then post back with the conditions used to
> determine what columns get which colours.
>
> Cheers
> Andy
>
> Frankgjr wrote:
>> I created a bar chart that has 14 variables. I changed the color of 2
>> bars to yellow, 5 bars to blue, and 6 bars to red. When new data is
>> ploted and sorted in a desending order. the colored bars don't follow the
>> variable, they stay in their original location. I have to manualy change
>> the colors to match my ledgend.
>
> --
>
> Andy Pope, Microsoft MVP - Excel
> http://www.andypope.info
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks