<?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 Build a 2&#215;2 Panel Chart</title>
	<atom:link href="http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/</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: Marion</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-220756</link>
		<dc:creator>Marion</dc:creator>
		<pubDate>Thu, 17 May 2012 17:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-220756</guid>
		<description>OK, nevermind, all is well. Thanks for the details in this piece, it&#039;s a real skill builder</description>
		<content:encoded><![CDATA[<p>OK, nevermind, all is well. Thanks for the details in this piece, it&#8217;s a real skill builder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marion</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-219562</link>
		<dc:creator>Marion</dc:creator>
		<pubDate>Tue, 15 May 2012 01:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-219562</guid>
		<description>Jon, I like the sleek look a lot but I am having one (very basic) problem. I can&#039;t seem to get Excel 2010 to plot the XY graph with an X value axis. As a result, the labels are placed at Hours (1, 0.85) and (E1, 0.85); and Profit (E2, 1.85) and (M1, 1.85).

Everything goes as you outline until I plot the second set of data, the bars appear the same as your demonstration chart, but they are not outlined in red. On the next step I have a distorted &quot;Z&quot; pattern. Thanks for the tutorial.</description>
		<content:encoded><![CDATA[<p>Jon, I like the sleek look a lot but I am having one (very basic) problem. I can&#8217;t seem to get Excel 2010 to plot the XY graph with an X value axis. As a result, the labels are placed at Hours (1, 0.85) and (E1, 0.85); and Profit (E2, 1.85) and (M1, 1.85).</p>
<p>Everything goes as you outline until I plot the second set of data, the bars appear the same as your demonstration chart, but they are not outlined in red. On the next step I have a distorted &#8220;Z&#8221; pattern. Thanks for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Bluford</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-71495</link>
		<dc:creator>Bobby Bluford</dc:creator>
		<pubDate>Wed, 23 Feb 2011 00:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-71495</guid>
		<description>I love this tutorial, Jon.  I&#039;m always looking for ways to quickly show my team- other executives and business thinkers- quick ways to look at their business.  They don&#039;t always have or want to spend the time to figure things out.  Pictures and graphs are always better.  In this case, the 2x2 allows you to present a lot of information in a small amount of space.  I&#039;ll definitely try it.  If I&#039;m able to work it out and learn it, I&#039;ll share it (along with credit to you, of course) on my blog.</description>
		<content:encoded><![CDATA[<p>I love this tutorial, Jon.  I&#8217;m always looking for ways to quickly show my team- other executives and business thinkers- quick ways to look at their business.  They don&#8217;t always have or want to spend the time to figure things out.  Pictures and graphs are always better.  In this case, the 2&#215;2 allows you to present a lot of information in a small amount of space.  I&#8217;ll definitely try it.  If I&#8217;m able to work it out and learn it, I&#8217;ll share it (along with credit to you, of course) on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-20380</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 10 Oct 2009 12:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-20380</guid>
		<description>Dale -

Good point about the formatting. When I make a template for a client, I apply some typical formatting to the worksheet. Any cells requiring input are generally colored light yellow or light green. These will be the only unlocked cells in the sheet, and the worksheet will be protected, usually without a password, so that these are the only cells the user can alter. The rest of the cells stay white background, with simple borders to help guide the user&#039;s thought process. I try to put intermediate calculations off to the side, then I hide all rows and columns outside of the display area (including the calculations). I also lock any charts, but provide buttons that call code to export them to PowerPoint or Word.

In my tutorials, I shade cells to show the function of the data. In this post, for example, I have different colors for series names, category labels (X values), and Y values, etc.</description>
		<content:encoded><![CDATA[<p>Dale -</p>
<p>Good point about the formatting. When I make a template for a client, I apply some typical formatting to the worksheet. Any cells requiring input are generally colored light yellow or light green. These will be the only unlocked cells in the sheet, and the worksheet will be protected, usually without a password, so that these are the only cells the user can alter. The rest of the cells stay white background, with simple borders to help guide the user&#8217;s thought process. I try to put intermediate calculations off to the side, then I hide all rows and columns outside of the display area (including the calculations). I also lock any charts, but provide buttons that call code to export them to PowerPoint or Word.</p>
<p>In my tutorials, I shade cells to show the function of the data. In this post, for example, I have different colors for series names, category labels (X values), and Y values, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaleW</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-20367</link>
		<dc:creator>DaleW</dc:creator>
		<pubDate>Sat, 10 Oct 2009 05:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-20367</guid>
		<description>Very cool, Jon.  Perhaps Office 2020 will support panel charts without Herculean efforts?

One tangential question:  your impressive &quot;templates&quot; typically don&#039;t make it drop-dead obvious which cells are user inputs and which cells are calculations and which cells are ad hoc workarounds,  through color scheme or labels or segregation or arrows.    Granted, it wasn&#039;t too hard to figure out even for your involved example here, as the inputs logically were all at the top.  For reusable workbooks like this which accomplish a task based on the inputs, do you think making the inputs really obvious by some color scheme (etc.) would be worthwhile and practical?  Or are inputs best found by examining the F5 [Go To] Special Constants for likely candidates?</description>
		<content:encoded><![CDATA[<p>Very cool, Jon.  Perhaps Office 2020 will support panel charts without Herculean efforts?</p>
<p>One tangential question:  your impressive &#8220;templates&#8221; typically don&#8217;t make it drop-dead obvious which cells are user inputs and which cells are calculations and which cells are ad hoc workarounds,  through color scheme or labels or segregation or arrows.    Granted, it wasn&#8217;t too hard to figure out even for your involved example here, as the inputs logically were all at the top.  For reusable workbooks like this which accomplish a task based on the inputs, do you think making the inputs really obvious by some color scheme (etc.) would be worthwhile and practical?  Or are inputs best found by examining the F5 [Go To] Special Constants for likely candidates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-18626</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-18626</guid>
		<description>Martin -

The visible and hidden columns are all stacked. The visible columns are based on scaled values, so for the scale, the calculated values range from 0 to 1. Since the columns are all less than 1 in height, the hidden columns have a calculated height that when added to the lower value produces a total of 1. The upper columns then stack on this value.</description>
		<content:encoded><![CDATA[<p>Martin -</p>
<p>The visible and hidden columns are all stacked. The visible columns are based on scaled values, so for the scale, the calculated values range from 0 to 1. Since the columns are all less than 1 in height, the hidden columns have a calculated height that when added to the lower value produces a total of 1. The upper columns then stack on this value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

