<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Interactive Charts with Checkboxes and Formulas</title>
	<atom:link href="http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:19:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-14635</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 28 May 2009 14:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-14635</guid>
		<description>Malcolm - This can be done using VBA, but not through formulas and worksheet tricks. If you set the sheet up so that you can hide a row using an autofilter, then by default data in the hidden cells will be hidden from the chart, but this means that the chart series after the hidden one will assume the formatting of the hidden series.</description>
		<content:encoded><![CDATA[<p>Malcolm &#8211; This can be done using VBA, but not through formulas and worksheet tricks. If you set the sheet up so that you can hide a row using an autofilter, then by default data in the hidden cells will be hidden from the chart, but this means that the chart series after the hidden one will assume the formatting of the hidden series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-14633</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Thu, 28 May 2009 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-14633</guid>
		<description>I have been able to have the legend names appear/disappear if based on the state of the checkboxes; is there a way to also have the legend colors do the same?  For example, where you state, &quot;Using a custom number format of “0;;;”, we can suppress the display of any label except positive numbers (and errors).&quot;, can the Series B orange box also disappear?</description>
		<content:encoded><![CDATA[<p>I have been able to have the legend names appear/disappear if based on the state of the checkboxes; is there a way to also have the legend colors do the same?  For example, where you state, &#8220;Using a custom number format of “0;;;”, we can suppress the display of any label except positive numbers (and errors).&#8221;, can the Series B orange box also disappear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12973</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Thu, 09 Apr 2009 07:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12973</guid>
		<description>Jon,

Thanks a lot. The inclusion of the Sheet Name did the trick when defining the Data Series on the chart. 

I will keep the second hint in mind as well for future. Thanks, you&#039;re a legend!</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Thanks a lot. The inclusion of the Sheet Name did the trick when defining the Data Series on the chart. </p>
<p>I will keep the second hint in mind as well for future. Thanks, you&#8217;re a legend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12875</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 07 Apr 2009 10:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12875</guid>
		<description>Leonardo -

This is still supported. Two hints:

Make sure you qualify the name with the worksheet name. I find the easiest way to get this right is to create my chart with regular data, so the values range is represented by something like =&#039;Data Sheet&#039;!$B$2:$B$100, and replace everything after the exclamation point with the name.

In Excel 2007, there are problems if the name of the named range begins with &quot;Chart&quot;. For example, you can&#039;t name a range ChartData, but you can name it ChtData.</description>
		<content:encoded><![CDATA[<p>Leonardo -</p>
<p>This is still supported. Two hints:</p>
<p>Make sure you qualify the name with the worksheet name. I find the easiest way to get this right is to create my chart with regular data, so the values range is represented by something like =&#8217;Data Sheet&#8217;!$B$2:$B$100, and replace everything after the exclamation point with the name.</p>
<p>In Excel 2007, there are problems if the name of the named range begins with &#8220;Chart&#8221;. For example, you can&#8217;t name a range ChartData, but you can name it ChtData.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12850</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12850</guid>
		<description>Hi Jon,

Dynamic Charts are great. I however have a problem currently where the Data Series doesn&#039;t allow me to enter a named range in Excel 2007.  I even tried to put it in with VBA but still no joy as well as in the SERIES function. The named ranges are correct, it just seems like Excel 2007 doesn&#039;t support it any more? Does it possibly have something to do with SP&#039;s that I need to install?</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Dynamic Charts are great. I however have a problem currently where the Data Series doesn&#8217;t allow me to enter a named range in Excel 2007.  I even tried to put it in with VBA but still no joy as well as in the SERIES function. The named ranges are correct, it just seems like Excel 2007 doesn&#8217;t support it any more? Does it possibly have something to do with SP&#8217;s that I need to install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12731</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12731</guid>
		<description>Tim: Next time you will.</description>
		<content:encoded><![CDATA[<p>Tim: Next time you will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Mayes</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12725</link>
		<dc:creator>Tim Mayes</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12725</guid>
		<description>Thanks Jon, the data label is the perfect solution. I should have thought of that.</description>
		<content:encoded><![CDATA[<p>Thanks Jon, the data label is the perfect solution. I should have thought of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12709</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 02 Apr 2009 10:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12709</guid>
		<description>Tim -

To change the legend, other than the text shown in the legend entry), you need more than worksheet formulas. You either have to do it manually or using VBA.

You could apply a data label to each series, and when the series isn&#039;t visible, neither is the label. This approach eliminates the need for a legend.</description>
		<content:encoded><![CDATA[<p>Tim -</p>
<p>To change the legend, other than the text shown in the legend entry), you need more than worksheet formulas. You either have to do it manually or using VBA.</p>
<p>You could apply a data label to each series, and when the series isn&#8217;t visible, neither is the label. This approach eliminates the need for a legend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Mayes</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12701</link>
		<dc:creator>Tim Mayes</dc:creator>
		<pubDate>Thu, 02 Apr 2009 05:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12701</guid>
		<description>Jon, I&#039;ve been playing around with something very similar to this for awhile now. I&#039;ve been using defined names for the ranges, where the name is either the range that contains the data, or a blank column. The choice is made depending on the value of the cell link from the checkbox. Works great, except, as you mention, the legend entry remains.

For this project, I&#039;m trying very hard to avoid using VBA so I&#039;d rather not use your clever technique from the next post. Is there any non-VBA method of making the legend entry appear or disappear? I can&#039;t think of anything short of just not showing a legend, or deleting the entry for the one series that I want to toggle on or off. That will work for me, but it isn&#039;t ideal and I may just give up and use VBA.</description>
		<content:encoded><![CDATA[<p>Jon, I&#8217;ve been playing around with something very similar to this for awhile now. I&#8217;ve been using defined names for the ranges, where the name is either the range that contains the data, or a blank column. The choice is made depending on the value of the cell link from the checkbox. Works great, except, as you mention, the legend entry remains.</p>
<p>For this project, I&#8217;m trying very hard to avoid using VBA so I&#8217;d rather not use your clever technique from the next post. Is there any non-VBA method of making the legend entry appear or disappear? I can&#8217;t think of anything short of just not showing a legend, or deleting the entry for the one series that I want to toggle on or off. That will work for me, but it isn&#8217;t ideal and I may just give up and use VBA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard Lebelle</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-12662</link>
		<dc:creator>Bernard Lebelle</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-12662</guid>
		<description>Another brilliant way of tweeking Excel. Look forward for a practical implementation on a real dashboard</description>
		<content:encoded><![CDATA[<p>Another brilliant way of tweeking Excel. Look forward for a practical implementation on a real dashboard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
