#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10
Default Stacked charts

Hi

I want to to create a chart where the colour changes when ever a value is
reached. Ex. I have a mashine that produces 1000 it's goal is 2000. The chart
should then show a column that is red because it is under the goal. I also
have a maschine that produces 3000 and the goal is 2000. The coloum should
then change to green. Is it possible to make a chart like this in excel?

Regards
Ticotion
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 235
Default Stacked charts

Take a look at Jon's site (via the link below) under "Conditional Charts".
The examples of formula references should help you create the chart.

http://peltiertech.com/Excel/Charts/ChartIndex.html

--
John Mansfield
http://cellmatrix.net





"Ticotion" wrote:

Hi

I want to to create a chart where the colour changes when ever a value is
reached. Ex. I have a mashine that produces 1000 it's goal is 2000. The chart
should then show a column that is red because it is under the goal. I also
have a maschine that produces 3000 and the goal is 2000. The coloum should
then change to green. Is it possible to make a chart like this in excel?

Regards
Ticotion

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Stacked charts

On Thu, 21 Jun 2007, in microsoft.public.excel.charting,
Ticotion said:
I want to to create a chart where the colour changes when ever a value is
reached. Ex. I have a mashine that produces 1000 it's goal is 2000. The chart
should then show a column that is red because it is under the goal. I also
have a maschine that produces 3000 and the goal is 2000. The coloum should
then change to green. Is it possible to make a chart like this in excel?


Yes. Have two columns. One (the red one) has the production value if the
production value is under the goal, and zero if it is over. The other
(the green one) has zero if the production value is under the goal, and
the production value if it is over.

=IF(value<production,value,0)
=IF(value<production,0,value)

If you plot them together, they will never appear at the same time, but
will seem to be one column that changes colour!

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stacked charts HarryAdney Charts and Charting in Excel 5 April 13th 07 10:28 PM
interactive charts for stacked bar charts [email protected] Charts and Charting in Excel 4 December 28th 06 09:58 PM
Stacked 3D Bar Charts jmoon Charts and Charting in Excel 1 October 22nd 05 10:23 AM
Stacked Pie Charts Athalie Charts and Charting in Excel 1 February 28th 05 04:34 AM
Stacked Bar Charts Steve Elliott Excel Worksheet Functions 0 November 18th 04 11:29 PM


All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"