<?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>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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: 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>
	<item>
		<title>By: Martin Luxhøj</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-18622</link>
		<dc:creator>Martin Luxhøj</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-18622</guid>
		<description>Jon – 

Thank you very much. But I just can’t get it to work. My problem is how I have to handle the data for the hidden columns. Should these data be a part of the total share?

What I want to do is show a column chart which includes for example turnover, GM, GM% and maybe avg. sales price (x-axis). These are parameters with a large variance in scale so the panel chart with different scales would be perfect for this. Sadly I’m having problems implementing the data for the hidden columns.

Could you please give me a pointer as to how to handle the “hidden data”?

Thank you in advance.

Martin\</description>
		<content:encoded><![CDATA[<p>Jon – </p>
<p>Thank you very much. But I just can’t get it to work. My problem is how I have to handle the data for the hidden columns. Should these data be a part of the total share?</p>
<p>What I want to do is show a column chart which includes for example turnover, GM, GM% and maybe avg. sales price (x-axis). These are parameters with a large variance in scale so the panel chart with different scales would be perfect for this. Sadly I’m having problems implementing the data for the hidden columns.</p>
<p>Could you please give me a pointer as to how to handle the “hidden data”?</p>
<p>Thank you in advance.</p>
<p>Martin\</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-18431</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-18431</guid>
		<description>Martin -

This can be applied to other chart types, such as area and column charts. You need to include hidden area or column series to make the area or column data float within the appropriate panel. This technique is shown in &lt;a href=&quot;http://peltiertech.com/Excel/Charts/StackedCharts.html&quot; rel=&quot;nofollow&quot;&gt;Stacked Charts With Vertical Separation&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Martin -</p>
<p>This can be applied to other chart types, such as area and column charts. You need to include hidden area or column series to make the area or column data float within the appropriate panel. This technique is shown in <a href="http://peltiertech.com/Excel/Charts/StackedCharts.html" rel="nofollow">Stacked Charts With Vertical Separation</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Luxhøj</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-18415</link>
		<dc:creator>Martin Luxhøj</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-18415</guid>
		<description>Hi Jon,

I have a question regarding the tutorial Excel Panel Charts with Different Scales. Is it possible to aply this technique to different charttypes ie. other than a line chart. For excample 2 linecharts and a column?

Thank you for a very comprehensive homepage! It has been very helpfull for me many times.

Greetings from Denmark.

Martin</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I have a question regarding the tutorial Excel Panel Charts with Different Scales. Is it possible to aply this technique to different charttypes ie. other than a line chart. For excample 2 linecharts and a column?</p>
<p>Thank you for a very comprehensive homepage! It has been very helpfull for me many times.</p>
<p>Greetings from Denmark.</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greeknl</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-16828</link>
		<dc:creator>Greeknl</dc:creator>
		<pubDate>Wed, 29 Jul 2009 07:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-16828</guid>
		<description>First of all thank you for the shared knowledge on this site. I would like to make a contribution. I used your tutorials to create my own graph and would like your comments.
The graph shows for five Companies (C_1) four Key Performance Indicators (KPI). Also the performance of the previous month and last year is shown for comparison on the services provided.

&lt;p align=center&gt;&lt;a href=&quot;http://public.fotki.com/greeknl/charts/chart.html&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://peltiertech.com/images/2009-07/greekni2x2panel.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all thank you for the shared knowledge on this site. I would like to make a contribution. I used your tutorials to create my own graph and would like your comments.<br />
The graph shows for five Companies (C_1) four Key Performance Indicators (KPI). Also the performance of the previous month and last year is shown for comparison on the services provided.</p>
<p align=center><a href="http://public.fotki.com/greeknl/charts/chart.html" rel="nofollow"><img src="http://peltiertech.com/images/2009-07/greekni2x2panel.jpg" /></a></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-14273</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 21 May 2009 16:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-14273</guid>
		<description>So 8 years of quarterly values provides only 7 growth calculations? You just need to provide for a blank to fill space in the chart.

(Or did I miss your meaning?)</description>
		<content:encoded><![CDATA[<p>So 8 years of quarterly values provides only 7 growth calculations? You just need to provide for a blank to fill space in the chart.</p>
<p>(Or did I miss your meaning?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odette</title>
		<link>http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/comment-page-1/#comment-14267</link>
		<dc:creator>odette</dc:creator>
		<pubDate>Thu, 21 May 2009 13:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-14267</guid>
		<description>I always visit your tutorials and have a great time trying the charts outs. I have a little question, when applying your chart to growth rate data and comparing quarters between two years, resulting in both negative and positive growth. The problem is I do not manage to calculate the &quot;blanks&quot; to get growth rates nicely aligned. Do you have any advice about what else to try? Thank you very much</description>
		<content:encoded><![CDATA[<p>I always visit your tutorials and have a great time trying the charts outs. I have a little question, when applying your chart to growth rate data and comparing quarters between two years, resulting in both negative and positive growth. The problem is I do not manage to calculate the &#8220;blanks&#8221; to get growth rates nicely aligned. Do you have any advice about what else to try? Thank you very much</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-6355</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1051#comment-6355</guid>
		<description>There are some panel charts which would not let you get away without showing lines between the panels. See for example the two I linked to in the comment above yours. As soon as alignment of line segments is crucial, separate charts does not cut it, unless you are willing to write VBA code to keep them aligned (I&#039;ve done it, and it&#039;s neither fun nor reliable).</description>
		<content:encoded><![CDATA[<p>There are some panel charts which would not let you get away without showing lines between the panels. See for example the two I linked to in the comment above yours. As soon as alignment of line segments is crucial, separate charts does not cut it, unless you are willing to write VBA code to keep them aligned (I&#8217;ve done it, and it&#8217;s neither fun nor reliable).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
