Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 37
Default Link chart format to a cell

I want to create a chart that changes format depending on value in a special
cell.
For exemple a bar chart that for one value have blue bars (the whole chart)
and for another value red bars?
Please anyone?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default Link chart format to a cell

On Thu, 26 Jun 2008, in microsoft.public.excel.charting,
vito said:
I want to create a chart that changes format depending on value in a special
For exemple a bar chart that for one value have blue bars (the whole chart)
and for another value red bars?


You can't, it's not possible in Excel. But you can have two series, one
which is always zero, except when the other one is zero. Then it looks
exactly like a bar that changed color.

--
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.
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 100
Default Link chart format to a cell

Hi,

Suppose your data series is in A2:A11. Enter the word red in A1. Create
another data series next to it using, for instance, in B2,

=IF($A$1="red",B2,NA())

and copy down.

Add both series to a column/bar chart, format one red and the other blue,
and set the overlap to 100%.

Then depending whether or not A1 contains the word "red", the chart will be
either red or blue.

You can tart it up a little with a checkbox, radio button, drop down list
etc to toggle the contents in A1.

Hope this helps.

Dave

url:http://www.ureader.com/msg/10296299.aspx
  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 37
Default Link chart format to a cell

Thanks for the info. I see if its possible to work this way even if I have to
use more colors.

"Dave Curtis" skrev:

Hi,

Suppose your data series is in A2:A11. Enter the word red in A1. Create
another data series next to it using, for instance, in B2,

=IF($A$1="red",B2,NA())

and copy down.

Add both series to a column/bar chart, format one red and the other blue,
and set the overlap to 100%.

Then depending whether or not A1 contains the word "red", the chart will be
either red or blue.

You can tart it up a little with a checkbox, radio button, drop down list
etc to toggle the contents in A1.

Hope this helps.

Dave

url:http://www.ureader.com/msg/10296299.aspx

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
how do I link chart title & keep the number format in a heading Raj Charts and Charting in Excel 1 April 22nd 08 07:46 PM
how do I link the format of another cell Kazuki Excel Discussion (Misc queries) 0 January 19th 07 08:22 PM
how do I link the format of another cell Prasadkakarla Excel Discussion (Misc queries) 0 January 19th 07 08:15 PM
Can Excel 2003 cell link carry with it the source cell format? tom Excel Discussion (Misc queries) 2 July 14th 06 06:14 AM
Link the format of one cell to another's Fabiano Excel Worksheet Functions 1 December 6th 05 04:49 PM


All times are GMT +1. The time now is 07:39 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"