<?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: Two Color XY-Area Combo Chart &#8211; Guest Post</title>
	<atom:link href="http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/</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: David Montgomery</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20613</link>
		<dc:creator>David Montgomery</dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20613</guid>
		<description>Thanks Andy!  I don&#039;t actually understand how my blog works sometimes, I thought I had told it to allow anonymous comments but I probably forgot to save the settings.  It should work now.</description>
		<content:encoded><![CDATA[<p>Thanks Andy!  I don&#8217;t actually understand how my blog works sometimes, I thought I had told it to allow anonymous comments but I probably forgot to save the settings.  It should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20366</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 10 Oct 2009 05:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20366</guid>
		<description>Andy -

Thanks for your comments. I left a comment on David&#039;s blog, but I have a WordPress account and signed in using it. Maybe that&#039;s the kind of account it wants?</description>
		<content:encoded><![CDATA[<p>Andy -</p>
<p>Thanks for your comments. I left a comment on David&#8217;s blog, but I have a WordPress account and signed in using it. Maybe that&#8217;s the kind of account it wants?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Holaday</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20359</link>
		<dc:creator>Andy Holaday</dc:creator>
		<pubDate>Sat, 10 Oct 2009 01:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20359</guid>
		<description>Great tips from David and I enjoyed his blog as well. Call me stupid but I can&#039;t seem to comment on his blog directly... I get asked to &quot;Please choose a profile&quot; but none is available.</description>
		<content:encoded><![CDATA[<p>Great tips from David and I enjoyed his blog as well. Call me stupid but I can&#8217;t seem to comment on his blog directly&#8230; I get asked to &#8220;Please choose a profile&#8221; but none is available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20267</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20267</guid>
		<description>KC - Thanks. I&#039;ve noticed this as well. I&#039;ll have to see what&#039;s going on.</description>
		<content:encoded><![CDATA[<p>KC &#8211; Thanks. I&#8217;ve noticed this as well. I&#8217;ll have to see what&#8217;s going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Montgomery</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20263</link>
		<dc:creator>David Montgomery</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20263</guid>
		<description>Hi Bob,

I think the first thing that would break the model is changing the size of the primary x-axis.  In the workbook I was using, cell D4 has the formula:

=INT(1000*A4/15+0.5)

15 is the maximum value for the primary x-axis, so when your axis gets longer this number needs to be updated for all of column D.  That should keep the lines and the areas lined up.

Other than that, just make sure you keep the book ends (first and last 2 rows) on columns G:J.  For column G, it should begin with 0, end with 1,000, and the first and last real values should repeat.  All 3 area series just need to begin and end with two zero cells.

Hope that helps.

-David</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>I think the first thing that would break the model is changing the size of the primary x-axis.  In the workbook I was using, cell D4 has the formula:</p>
<p>=INT(1000*A4/15+0.5)</p>
<p>15 is the maximum value for the primary x-axis, so when your axis gets longer this number needs to be updated for all of column D.  That should keep the lines and the areas lined up.</p>
<p>Other than that, just make sure you keep the book ends (first and last 2 rows) on columns G:J.  For column G, it should begin with 0, end with 1,000, and the first and last real values should repeat.  All 3 area series just need to begin and end with two zero cells.</p>
<p>Hope that helps.</p>
<p>-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20261</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20261</guid>
		<description>Hi David,

Greatly appreciate this post as I have a use for this type of chart straight away...
My question is how to add additional rows of data without breaking the model.

Thanks

Bob</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Greatly appreciate this post as I have a use for this type of chart straight away&#8230;<br />
My question is how to add additional rows of data without breaking the model.</p>
<p>Thanks</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KC</title>
		<link>http://peltiertech.com/WordPress/two-color-xy-area-combo-chart-guest-post/comment-page-1/#comment-20252</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2490#comment-20252</guid>
		<description>Hi Jon

Perhaps you should be notified that all recent PST Blog I received via email, do not show graphs or tables. Not sure if it is my browser&#039;s fault.</description>
		<content:encoded><![CDATA[<p>Hi Jon</p>
<p>Perhaps you should be notified that all recent PST Blog I received via email, do not show graphs or tables. Not sure if it is my browser&#8217;s fault.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
