PC Review


Reply
Thread Tools Rate Thread

conditional color fill of bar graphs

 
 
jwats
Guest
Posts: n/a
 
      2nd Apr 2009
I would like to set the color of individual bars on a bar graph based on the
value of the cell on the corresponding excel 2007 spreadsheet. I want to use
traffic light colors - red, yellow and green depending on the numeric value
in the cell it is tied to.
 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      2nd Apr 2009
Jon has very useful instructions at
http://peltiertech.com/Excel/Charts/...nalChart1.html
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"jwats" <(E-Mail Removed)> wrote in message
news:0F73ED7D-9B1D-473E-B090-(E-Mail Removed)...
>I would like to set the color of individual bars on a bar graph based on
>the
> value of the cell on the corresponding excel 2007 spreadsheet. I want to
> use
> traffic light colors - red, yellow and green depending on the numeric
> value
> in the cell it is tied to.



 
Reply With Quote
 
New Member
Join Date: Sep 2011
Posts: 3
 
      7th Jan 2012
The basis of a chart like this is to make another chart area and us the Excel Function of NA() to hide columns that are not the desired outcome. Excel does not plot #N/A values which is a result of NA().

Your formula might look like the following:

=if(cell>=Average,cell,NA())

then change the color of this column to Green. Only above average columns will be colored green.

Do the opposite for Red columns.

Here is a video tutorial on making conditional column chart where each column is colored red or green if it is below or above an average line:

http://www.exceldashboardtemplates.com/?p=891

Good luck!
 
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 color fill Monte Microsoft Excel Misc 3 26th Jul 2007 04:58 PM
Conditional color fill =?Utf-8?B?RXJpYw==?= Microsoft Excel Misc 4 11th Jul 2007 11:46 AM
conditional for fill color? jdifrancesco1@gmail.com Microsoft Excel Programming 2 19th Mar 2007 05:21 PM
Conditional color fill whole line... miwarren Microsoft Excel Worksheet Functions 3 27th Jul 2005 08:16 PM
Conditional color fill Prof Szembor Microsoft Excel Worksheet Functions 4 28th Sep 2003 02:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:31 AM.