PC Review


Reply
Thread Tools Rate Thread

Column Chart Conditional Formatting

 
 
adambush4242@hotmail.com
Guest
Posts: n/a
 
      2nd Jun 2010
I have a column chart that compares 2 y values against a common x value. I
want to compare the second y value to the first, if it is greater then make
that bar green, if less then red, if same grey. Any ideas on how to go about
this?

Thanks

Adam Bush
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      2nd Jun 2010
You'll need to do this by manipulating the actual data.

Setup 3 dummy series, first with a static value of 10. On the chart, format
these green, red, and grey respectively. Now, go back and change the static
values to formulas similar to this:

=IF(B2>A2,B2,NA())

=IF(B2<A2,B2,NA())

=IF(B2=A2,B2,NA())

If your chart has a legend, you can remove the dummy series by
single-clicking twice on the entry, and then press delete.

--
Best Regards,

Luke M
"(E-Mail Removed)"
<(E-Mail Removed)> wrote in message
news:4E4EE9DE-4F65-4266-8335-(E-Mail Removed)...
>I have a column chart that compares 2 y values against a common x value. I
> want to compare the second y value to the first, if it is greater then
> make
> that bar green, if less then red, if same grey. Any ideas on how to go
> about
> this?
>
> Thanks
>
> Adam Bush



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formatting of columns in a column chart Nikhil Microsoft Excel Charting 0 22nd May 2009 04:51 PM
Chart Conditional Formatting Formatting Microsoft Excel Charting 1 1st Apr 2009 10:23 PM
Conditional Formatting for a Column Chart and Auto Shape Amanda Microsoft Excel Misc 8 10th Jun 2008 03:23 PM
Formatting cells in a column with conditional formatting? shamor Microsoft Excel Misc 8 19th May 2008 10:11 PM
column to column conditional formatting won't work, need formula =?Utf-8?B?cnJ1cHA=?= Microsoft Excel Worksheet Functions 1 23rd Aug 2005 10:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:38 AM.