<?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>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/comment-page-1/#comment-149292</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726#comment-149292</guid>
		<description>What a great idea!  Thanks so much for this.  This was a big help to me.  I&#039;m an Excel user of moderate skill, but thanks to you my skillset is increasing.

THANKS!</description>
		<content:encoded><![CDATA[<p>What a great idea!  Thanks so much for this.  This was a big help to me.  I&#8217;m an Excel user of moderate skill, but thanks to you my skillset is increasing.</p>
<p>THANKS!</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-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>
</channel>
</rss>

