<?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: Dynamic Chart with Multiple Series</title>
	<atom:link href="http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-104851</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 16 Jun 2011 11:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-104851</guid>
		<description>Schatzii -

That&#039;s a problem. Using named formulas (named ranges) you can dynamically change the number of points in a series. To dynamically change the number of series in a chart, however, cannot be done using formulas. You need to use VBA, perhaps using an approach like that in &lt;a href=&quot;http://peltiertech.com/WordPress/dynamic-chart-source-data/&quot; title=&quot;Dynamic Chart Source Data&quot; rel=&quot;nofollow&quot;&gt;Dynamic Chart Source Data&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Schatzii -</p>
<p>That&#8217;s a problem. Using named formulas (named ranges) you can dynamically change the number of points in a series. To dynamically change the number of series in a chart, however, cannot be done using formulas. You need to use VBA, perhaps using an approach like that in <a href="http://peltiertech.com/WordPress/dynamic-chart-source-data/" title="Dynamic Chart Source Data" rel="nofollow">Dynamic Chart Source Data</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schatzii</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-104800</link>
		<dc:creator>Schatzii</dc:creator>
		<pubDate>Thu, 16 Jun 2011 06:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-104800</guid>
		<description>Hi, Very Helpful forum,
could you please also tell us how to dynamically add series to the chart without using macros?</description>
		<content:encoded><![CDATA[<p>Hi, Very Helpful forum,<br />
could you please also tell us how to dynamically add series to the chart without using macros?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-94080</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 06 May 2011 18:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-94080</guid>
		<description>Jon,

Is there a way to make the charts dynamic without editing each individual series?  I have to reproduce 18 charts each with a minimum of 7 series each.  As you can see, this would a monstrous undertaking.

Thank you,
Alex</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Is there a way to make the charts dynamic without editing each individual series?  I have to reproduce 18 charts each with a minimum of 7 series each.  As you can see, this would a monstrous undertaking.</p>
<p>Thank you,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-89128</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 22 Apr 2011 19:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-89128</guid>
		<description>Paul -

If you plotted the data by row and you had expanding rows (i.e., adding more columns), you could adjust the OFFSET formula to count columns and stretch the named range widthwise.

You can&#039;t use this technique to add series to a chart when a range increases in size. But you can use the VBA technique in &lt;a href=&quot;http://peltiertech.com/WordPress/dynamic-chart-source-data/&quot; title=&quot;Dynamic Chart Source Data&quot; rel=&quot;nofollow&quot;&gt;Dynamic Chart Source Data&lt;/a&gt; to do this.</description>
		<content:encoded><![CDATA[<p>Paul -</p>
<p>If you plotted the data by row and you had expanding rows (i.e., adding more columns), you could adjust the OFFSET formula to count columns and stretch the named range widthwise.</p>
<p>You can&#8217;t use this technique to add series to a chart when a range increases in size. But you can use the VBA technique in <a href="http://peltiertech.com/WordPress/dynamic-chart-source-data/" title="Dynamic Chart Source Data" rel="nofollow">Dynamic Chart Source Data</a> to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Beck</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-89070</link>
		<dc:creator>Paul Beck</dc:creator>
		<pubDate>Fri, 22 Apr 2011 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-89070</guid>
		<description>Hi 
very useful example - but I have 1 thing I can&#039;t seem to do. I want to reverse the categories - ie have alpha beta etc displayed  on the x axis. Column A is still the column I want to dynamically increase. Hope this makes sense.
thanks
Paul</description>
		<content:encoded><![CDATA[<p>Hi<br />
very useful example &#8211; but I have 1 thing I can&#8217;t seem to do. I want to reverse the categories &#8211; ie have alpha beta etc displayed  on the x axis. Column A is still the column I want to dynamically increase. Hope this makes sense.<br />
thanks<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/comment-page-1/#comment-25305</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408#comment-25305</guid>
		<description>Josh -

I don&#039;t know anything about Mac Excel. I do know Excel 2008 is the Mac version of Excel 2007. Excel 2007 had some major issues with using names as chart data ranges, and the issues didn&#039;t get mostly fixed until SP2. 

To use the SERIES function, you have to select either a series, the plot area, or the chart area. It won&#039;t work in a cell or in the Define Names dialog.</description>
		<content:encoded><![CDATA[<p>Josh -</p>
<p>I don&#8217;t know anything about Mac Excel. I do know Excel 2008 is the Mac version of Excel 2007. Excel 2007 had some major issues with using names as chart data ranges, and the issues didn&#8217;t get mostly fixed until SP2. </p>
<p>To use the SERIES function, you have to select either a series, the plot area, or the chart area. It won&#8217;t work in a cell or in the Define Names dialog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

