<?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: Conditional XY Charts Without VBA</title>
	<atom:link href="http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 22 May 2012 11:00:35 +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: JIJO THOMAS</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-208700</link>
		<dc:creator>JIJO THOMAS</dc:creator>
		<pubDate>Sun, 15 Apr 2012 17:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-208700</guid>
		<description>Hi Jon,,

need Urgent Help.

I work as a Media Planner in an advertising Firm, therefore my entire day is spent on Excels n Ppt&#039;s.

I am facing a situation here, where in I have to plot a 4 quadrant Graph With only 2 columns .
Column A being BRAND Spends 
Column B being GRP&#039;s.

I am aware of the fact that we use a XY scatter graph to plot the same, but for that I need values In a range of -10 to 10 for eg.

But in my case the Spends can never be Negative and hence I am facing a Problem  of plotting the graph in the suitable manner.

The Idea is to show relative Brand Spends in a category Vs the GRP&#039;s acheived ( Viewership on TV), the X -axis being High Spends &amp; low Spends 
whereas the Y axis being HIGH GRP&#039;s &amp; LOW GRP&#039;s.

For eg  brand A Spends 200 Million &amp; acheives 1500 GRP&#039;s to be plotted as Brand With Low Spend- High Grp&#039;s
whereas Brand B spending 600 Million &amp; Acheives 900 GRPs to be Plotted under the Quadrant High Spends-Low GRP&#039;s...

The Problem is how to Fix the range??</description>
		<content:encoded><![CDATA[<p>Hi Jon,,</p>
<p>need Urgent Help.</p>
<p>I work as a Media Planner in an advertising Firm, therefore my entire day is spent on Excels n Ppt&#8217;s.</p>
<p>I am facing a situation here, where in I have to plot a 4 quadrant Graph With only 2 columns .<br />
Column A being BRAND Spends<br />
Column B being GRP&#8217;s.</p>
<p>I am aware of the fact that we use a XY scatter graph to plot the same, but for that I need values In a range of -10 to 10 for eg.</p>
<p>But in my case the Spends can never be Negative and hence I am facing a Problem  of plotting the graph in the suitable manner.</p>
<p>The Idea is to show relative Brand Spends in a category Vs the GRP&#8217;s acheived ( Viewership on TV), the X -axis being High Spends &amp; low Spends<br />
whereas the Y axis being HIGH GRP&#8217;s &amp; LOW GRP&#8217;s.</p>
<p>For eg  brand A Spends 200 Million &amp; acheives 1500 GRP&#8217;s to be plotted as Brand With Low Spend- High Grp&#8217;s<br />
whereas Brand B spending 600 Million &amp; Acheives 900 GRPs to be Plotted under the Quadrant High Spends-Low GRP&#8217;s&#8230;</p>
<p>The Problem is how to Fix the range??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Healy</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-30219</link>
		<dc:creator>Matt Healy</dc:creator>
		<pubDate>Tue, 06 Apr 2010 01:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-30219</guid>
		<description>I&#039;ve cooked up an interactive spreadsheet that demonstrates some of these and other tricks; in my work I do this a lot but of course I cannot use proprietary data for a public blog so for this example I used some international population data from the US Census website: http://mdhealy.home.sprynet.com/WorldPopulationInteractiveEstimates.xls

Have fun, you can do whatever you want with this but drop me a line (mdhealy at sprynet.com) to let me know what you think.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve cooked up an interactive spreadsheet that demonstrates some of these and other tricks; in my work I do this a lot but of course I cannot use proprietary data for a public blog so for this example I used some international population data from the US Census website: <a href="http://mdhealy.home.sprynet.com/WorldPopulationInteractiveEstimates.xls" rel="nofollow">http://mdhealy.home.sprynet.com/WorldPopulationInteractiveEstimates.xls</a></p>
<p>Have fun, you can do whatever you want with this but drop me a line (mdhealy at sprynet.com) to let me know what you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-26535</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 05 Feb 2010 12:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-26535</guid>
		<description>Frederik -

I used a series with one point, whose coordinates are the X and Y mean values. The point has custom error bars with values calculated to extend to the limits of the plot area.</description>
		<content:encoded><![CDATA[<p>Frederik -</p>
<p>I used a series with one point, whose coordinates are the X and Y mean values. The point has custom error bars with values calculated to extend to the limits of the plot area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frederikf</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-26525</link>
		<dc:creator>frederikf</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-26525</guid>
		<description>How did you add the mean values as a &quot;crosshair&quot; in the center of the x y scatter chart?</description>
		<content:encoded><![CDATA[<p>How did you add the mean values as a &#8220;crosshair&#8221; in the center of the x y scatter chart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-25756</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-25756</guid>
		<description>And he often goes on the famous Excel crash diet!</description>
		<content:encoded><![CDATA[<p>And he often goes on the famous Excel crash diet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://peltiertech.com/WordPress/conditional-xy-charts-without-vba/comment-page-1/#comment-25754</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2962#comment-25754</guid>
		<description>Jon is like Elvis Presley of Excel. The King...</description>
		<content:encoded><![CDATA[<p>Jon is like Elvis Presley of Excel. The King&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

