<?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: How to Edit Series Formulas</title>
	<atom:link href="http://peltiertech.com/WordPress/how-to-edit-series-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:03:15 +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: aras</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-25171</link>
		<dc:creator>aras</dc:creator>
		<pubDate>Sun, 10 Jan 2010 01:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-25171</guid>
		<description>Hallo,

In excel 2003 to Define Name I write

Names in workbook: Values
Refers to: =Sheet1!$B$7:$C$7-Sheet1!$B$3:$C$3

and to SERIES formula I write

=SERIES(;;Book1!Values;1)

It works perfect in excel 2003, but doesn&#039;t work in excel 2007.

Also other function
=SUM(Sheet1!$B$2:$D$8)
or
=AVERAGE(Sheet1!$B$2:$D$8)
or
=MAX(Sheet1!$B$2:$D$8)
or another function

and create Chart with SERIES formula:
=SERIES(;;Book1!Name;1)

It works perfect in excel 2003, but doesn&#039;t work in excel 2007.
Why?
Maybe it is excel 2007 bug or anything else?

Thanks</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>In excel 2003 to Define Name I write</p>
<p>Names in workbook: Values<br />
Refers to: =Sheet1!$B$7:$C$7-Sheet1!$B$3:$C$3</p>
<p>and to SERIES formula I write</p>
<p>=SERIES(;;Book1!Values;1)</p>
<p>It works perfect in excel 2003, but doesn&#8217;t work in excel 2007.</p>
<p>Also other function<br />
=SUM(Sheet1!$B$2:$D$8)<br />
or<br />
=AVERAGE(Sheet1!$B$2:$D$8)<br />
or<br />
=MAX(Sheet1!$B$2:$D$8)<br />
or another function</p>
<p>and create Chart with SERIES formula:<br />
=SERIES(;;Book1!Name;1)</p>
<p>It works perfect in excel 2003, but doesn&#8217;t work in excel 2007.<br />
Why?<br />
Maybe it is excel 2007 bug or anything else?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N J Moore</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-21873</link>
		<dc:creator>N J Moore</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-21873</guid>
		<description>Hey John,

Just used your macro, works a treat and I can now happily copy 12 charts 10 times with new data with minimum fuss.

Thanks a lot.

Noel.</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Just used your macro, works a treat and I can now happily copy 12 charts 10 times with new data with minimum fuss.</p>
<p>Thanks a lot.</p>
<p>Noel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-21870</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-21870</guid>
		<description>Ari -

My utility only works for the ranges in the Series tab of the dialog, which are reflected in the series formulas. Whether the Data Range tab shows a range or not is immaterial.

What do your series formulas look like? What are you using for the Change From and Change To strings?</description>
		<content:encoded><![CDATA[<p>Ari -</p>
<p>My utility only works for the ranges in the Series tab of the dialog, which are reflected in the series formulas. Whether the Data Range tab shows a range or not is immaterial.</p>
<p>What do your series formulas look like? What are you using for the Change From and Change To strings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-21856</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-21856</guid>
		<description>Hey Jon, thanks for a great utility, it seemed to be JUST the thing I had been looking for. 

And it did work on some of graphs, but not most. Upon looking closer, I found that most of the graps have a blank Data range field in the &quot;Data Range&quot; tab of the Source Data dialog. At the bottom it says &quot;The Chart Data Range is too complex to be displayed...&quot;

Instead I have to switch tabs to &quot;Series&quot; and find the data ranges there, for each individual Series. But it seems your utility doesn&#039;t work for the ranges within the Series tab. Is there any way to fix this?

(by the way the graps are not very complicated, just a series or two and a date range)

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Jon, thanks for a great utility, it seemed to be JUST the thing I had been looking for. </p>
<p>And it did work on some of graphs, but not most. Upon looking closer, I found that most of the graps have a blank Data range field in the &#8220;Data Range&#8221; tab of the Source Data dialog. At the bottom it says &#8220;The Chart Data Range is too complex to be displayed&#8230;&#8221;</p>
<p>Instead I have to switch tabs to &#8220;Series&#8221; and find the data ranges there, for each individual Series. But it seems your utility doesn&#8217;t work for the ranges within the Series tab. Is there any way to fix this?</p>
<p>(by the way the graps are not very complicated, just a series or two and a date range)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nile</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-17574</link>
		<dc:creator>Nile</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-17574</guid>
		<description>I see, it is case sensitive...no problems.</description>
		<content:encoded><![CDATA[<p>I see, it is case sensitive&#8230;no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nile</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-17573</link>
		<dc:creator>Nile</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-17573</guid>
		<description>Mine worked once and then it stopped!  Using Excel 2003.</description>
		<content:encoded><![CDATA[<p>Mine worked once and then it stopped!  Using Excel 2003.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-16882</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-16882</guid>
		<description>Brilliant! This is just what I needed! Thank you!</description>
		<content:encoded><![CDATA[<p>Brilliant! This is just what I needed! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-15571</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-15571</guid>
		<description>Oh well, thanks anyway. Small &quot;price&quot; for me to pay for a very useful function. 

Stuart</description>
		<content:encoded><![CDATA[<p>Oh well, thanks anyway. Small &#8220;price&#8221; for me to pay for a very useful function. </p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-15563</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-15563</guid>
		<description>Stuart -

For such a simple utility, I did not build in the ability to remember where the user left the toolbar. It always comes up in the same place.</description>
		<content:encoded><![CDATA[<p>Stuart -</p>
<p>For such a simple utility, I did not build in the ability to remember where the user left the toolbar. It always comes up in the same place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://peltiertech.com/WordPress/how-to-edit-series-formulas/comment-page-1/#comment-15560</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1254#comment-15560</guid>
		<description>Thanks for the utility. Very useful. 

But, how do I get the floating menu that comes up when Excel starts to locate itself in the menu bars. I have to move it out of the way everytime. 

Thanks,

Stuart</description>
		<content:encoded><![CDATA[<p>Thanks for the utility. Very useful. </p>
<p>But, how do I get the floating menu that comes up when Excel starts to locate itself in the menu bars. I have to move it out of the way everytime. </p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
</channel>
</rss>
