<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Peltier Tech Blog</title>
	
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/peltiertech/EsrO" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="peltiertech/esro" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://peltiertech.com/WordPress/</link><url>http://peltiertech.com/WordPress/wp-content/PTSlogoSmall.png</url><title>Peltier Technical Services, Inc.</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">peltiertech/EsrO</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Fake Line Chart (Dummy XY Series for X Axis)</title>
		<link>http://peltiertech.com/WordPress/fake-line-chart-dummy-xy-series-for-x-axis/</link>
		<comments>http://peltiertech.com/WordPress/fake-line-chart-dummy-xy-series-for-x-axis/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:00:43 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Axes]]></category>
		<category><![CDATA[dummy series]]></category>
		<category><![CDATA[Line Chart]]></category>
		<category><![CDATA[xy chart]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3223</guid>
		<description>In Excel, the difference between Line charts and XY charts has nothing to do with formatting the data with or without lines, and everything to do with different behavior of the X axes in the charts. I&amp;#8217;ve written about these differences numerous times, in X Axis: Category or Value?, Scatter Chart or Line Chart?, Line-XY [...]</description>
			<content:encoded><![CDATA[<p>In Excel, the difference between Line charts and XY charts has nothing to do with formatting the data with or without lines, and everything to do with different behavior of the X axes in the charts. I&#8217;ve written about these differences numerous times, in <a title="X Axis: Category or Value?" href="http://peltiertech.com/Excel/ChartsHowTo/CatVsValueAxis.html">X Axis: Category or Value?</a>, <a title="Scatter Chart or Line Chart?" href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=190">Scatter Chart or Line Chart?</a>, <a title="Line-XY Combination Charts | Peltier Tech Blog | Excel Charts" href="http://peltiertech.com/WordPress/line-xy-combination-charts/">Line-XY Combination Charts</a>, and in innumerable forum and newsgroup posts.</p>
<h2>Comparison of Line Charts and XY Charts</h2>
<p>Essentially, the difference is that Line charts plot X values as nonnumerical categorical values, like {A, B, C}; XY charts treat X values as continuously varying numerical values. Here is a brief comparison of the two chart types:</p>
<table style="width: 100%;" border="0">
<tbody>
<tr valign="top">
<td width="48%"><strong><em>Line Charts</em></strong></td>
<td width="4%"></td>
<td width="48%"><strong><em>XY Charts</em></strong></td>
</tr>
<tr valign="top">
<td width="48%">Nice date scaling (e.g., first of each month)</td>
<td width="4%"></td>
<td width="48%">No special date scaling</td>
</tr>
<tr valign="top">
<td width="48%">Integer values only: Data plotted directly on category or on integer day numbers (midnight at start of each date)</td>
<td width="4%"></td>
<td width="48%">Continuous values: Data plotted anywhere along axis (e.g., any fractional time of day, not just midnight)</td>
</tr>
<tr valign="top">
<td width="48%">All series use same X values (same dates or categories)</td>
<td width="4%"></td>
<td width="48%">Each series uses independent X values</td>
</tr>
<tr valign="top">
<td width="48%"><em>Identical series formatting:<br />
 lines or no lines, markers or no markers</em></td>
<td width="4%"></td>
<td width="48%"><em>Identical series formatting:</em><br />
 <em>lines or no lines, markers or no markers</em></td>
</tr>
<tr valign="top">
<td width="48%">Only vertical (Y) error bars can be applied</td>
<td width="4%"></td>
<td width="48%">Vertical (Y) and horizontal (X) error bars may be applied</td>
</tr>
<tr valign="top">
<td width="48%"></td>
<td width="4%"></td>
<td width="48%"></td>
</tr>
</tbody>
</table>
<h2>A Typical Line Chart</h2>
<p>A user is simply trying to create an XY scatter plot in Excel where the X axis values as shown in the example below can be maintained as-is on the final graph&#8217;s X axis points:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/LineData01.png" alt="Line Chart Data" /></p>
<p>This data is perfectly suited for a line chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/LineChart01.png" alt="Line Chart" /></p>
<p>When you try to use the data in an XY chart, Excel ignores the non-numerical X values, and substitutes counting numbers, 1 for the first category, 2 for the second, etc.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYChart01.png" alt="XY Chart Step 1" /></p>
<p>For some reason, the user is insisting that a scatter plot is used, and all they want is the X axis to end up exactly as the line graph is formatted. I suspect this is due to a lack of understanding of the axis differences above, but I&#8217;ll never know, because this user is someone else&#8217;s client.</p>
<h2>Making an XY Chart Mimic a Line Chart</h2>
<p>An XY chart can be used to display this data, but it is a poor second choice. The tricks that are needed to make an XY chart display the nonnumeric labels like a line chart make the fake labels static, and they must be rebuilt if the amount of data expands, or if rows are inserted or deleted.</p>
<p>But I understand users, so here is the second option, which is what he thinks he wants, not what he needs.</p>
<p>We need to adjust the data. Since the Line chart X values are unsuited for an XY chart, we must insert a column of valid X values. To accommodate the Line chart style axis labels, we will use a dummy XY series along the X axis, which serves as placeholders for data labels which will look like the Line chart labels. The dummy series uses the column of zeros.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYData01.png" alt="XY Chart Data" /></p>
<p>Select the yellow shaded range, and make an XY chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYChart02.png" alt="XY Chart Step 2" /></p>
<p>Hide the standard X axis labels but maintain the margin beneath the axis by using custom number format of &#8221; &#8221; (space character). If you simply format the axis with no labels, the plot area will be too close to the bottom of the chart, without leaving room for the dummy labels.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYChart03.png" alt="XY Chart Step 3" /></p>
<p>﻿Use Rob Bovey&#8217;s <a title="Rob Bovey's Chart Labeler" href="http://appspro.com/Utilities/ChartLabeler.htm">Chart Labeler</a> (a free utility that is indispensable for creating and manipulating custom labels) to label the dummy series. Apply the labels in the first column of the data (not shaded yellow in my example) to the &#8220;Label&#8221; series.</p>
<p>Each label remains linked to its cell. If the chart stays at 4 points using the same range, the labels will update as these cells are changed. Stretching the range or inserting/deleting rows will force you to rebuild the axis.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYChart04.png" alt="XY Chart Step 4" /></p>
<p>Finally hide the &#8220;Label&#8221; series by formatting it without markers or lines.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/XYChart05.png" alt="XY Chart" /></p>
<p>That&#8217;s a long way to go to mimic a completely dynamic Line chart with an XY chart which may need subsequent maintenance if the data changes. The wrong wrench, as we say, to hammer in the wrong screw.</p>
<h2>Peltier Tech Update</h2>
<p>Last week I had the pleasure of attending the <a title="Juice Analytics" href="http://www.juiceanalytics.com/">Juice Analytics</a> <strong>Viva Visualization</strong> tour at the <a title="Juice Boston Tea Party" href="http://www.juiceanalytics.com/writing/juice-boston-tea-party/">Juice Boston Tea Party</a>. They served breakfast, then presented their take on data visualization. Basically, they remind us to send a message, keep the visualization simple, put it in context, and follow good design fundamentals. We&#8217;ve heard the message many times before, but it&#8217;s worth retelling, especially by these experts who build solutions for big clients. Among the takeaways are:</p>
<ul style="margin-left: 24pt;">
<li>Don&#8217;t let novelty obscure the data.</li>
<li>Don&#8217;t let visuals obscure the data.</li>
<li>Choose the right chart type.</li>
</ul>
<p>There is a lot of great content on the Juice web site and blog, including a guide for <a title="Chart Chooser" href="http://chartchooser.juiceanalytics.com/">choosing the right chart</a>.</p>
<p>The <strong>Learning As You Go</strong> blog has a nice article about plotting highly skewed data, at <a title="Graphing Highly Skewed Data - Learning as You Go" href="http://tomhopper.wordpress.com/2010/08/30/graphing-highly-skewed-data/">Graphing Highly Skewed Data</a>. The article covers use of secondary axes (a bad idea), breaks in the axis (also a bad idea), logarithmic axis scales (okay if users understand log scales), and multiple charts. This article is a response to a discussion started by <strong>Chandoo</strong> in <a title="How do you make charts when you have lots of small values but few extremely large values? Chandoo.org - Learn Microsoft Excel Online" href="http://chandoo.org/wp/2010/08/20/charts-with-small-and-large-values/">How do you make charts when you have lots of small values but few extremely large values?</a></p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=1374689"><IMG SRC="http://www.exceluser.com/images/info/pub/info_dash_c02.gif" ALT="Learn how to create Excel dashboards." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=1374689" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;bodytext=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;t=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;notes=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;annotation=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;t=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;submitHeadline=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;submitSummary=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Ffake-line-chart-dummy-xy-series-for-x-axis%2F&amp;t=Fake%20Line%20Chart%20%28Dummy%20XY%20Series%20for%20X%20Axis%29&amp;s=In%20Excel%2C%20the%20difference%20between%20Line%20charts%20and%20XY%20charts%20has%20nothing%20to%20do%20with%20formatting%20the%20data%20with%20or%20without%20lines%2C%20and%20everything%20to%20do%20with%20different%20behavior%20of%20the%20X%20axes%20in%20the%20charts.%20I%27ve%20written%20about%20these%20differences%20numerous%20times" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/uY0A9pvFgrW78_4S12-Ar9CjykA/0/da"><img src="http://feedads.g.doubleclick.net/~a/uY0A9pvFgrW78_4S12-Ar9CjykA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uY0A9pvFgrW78_4S12-Ar9CjykA/1/da"><img src="http://feedads.g.doubleclick.net/~a/uY0A9pvFgrW78_4S12-Ar9CjykA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=QHmjR-JVlfQ:WU2oWTIp3A8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/QHmjR-JVlfQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/fake-line-chart-dummy-xy-series-for-x-axis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Custom Error Bars in Excel Charts</title>
		<link>http://peltiertech.com/WordPress/custom-error-bars-in-excel-charts/</link>
		<comments>http://peltiertech.com/WordPress/custom-error-bars-in-excel-charts/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 07:00:18 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Charting Principles]]></category>
		<category><![CDATA[error bars]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3221</guid>
		<description>I&amp;#8217;ve written about Excel chart error bars in Error Bars in Excel Charts for Classic Excel and in Error Bars in Excel 2007 Charts for New Excel. Both articles contained instructions for adding custom error bar values for individual points, but judging from the emails I receive, a separate article on custom error bars is [...]</description>
			<content:encoded><![CDATA[<p>I&#8217;ve written about Excel chart error bars in <a title="Error Bars in Excel Charts" href="../../Excel/ChartsHowTo/ErrorBars.html">Error Bars in Excel Charts</a> for Classic Excel and in <a title="Error Bars in Excel 2007 Charts | Peltier Tech Blog | Excel Charts" href="../error-bars-in-excel-2007/">Error Bars in Excel 2007 Charts</a> for New Excel. Both articles contained instructions for adding custom error bar values for individual points, but judging from the emails I receive, a separate article on custom error bars is needed.</p>
<h2>Manually Defining Custom Error Bars</h2>
<h3>Sample Data and Charts</h3>
<p>Suppose we have the following data: X and Y values, plus extra columns with positive and negative error bar values for both X and Y directions.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/errbardata01.png" alt="Error Bar Data" /></p>
<p><span id="more-3221"></span>The chart itself is easy: create an XY chart using the data in columns A and B.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/errbarchart01.png" alt="XY Chart That Needs Error Bars" /></p>
<p>The protocols for adding custom error bars differ between Classic Excel and new Excel. After following the appropriate protocol below, the chart will have custom error bars on each data point, based on the additional columns of data.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/errbarchart02.png" alt="XY Chart With Error Bars" /></p>
<h3>New Excel (2007 and later)</h3>
<p>It is harder to apply error bars in Excel 2007 than in earlier versions. There is no convenient tab on the Format Series dialog. The Error Bar tab(s) as well as the tabs for Data Label, Up/Down Bars, High/Low Lines, and other features have been removed to make them more discoverable, at least that’s what we were told. To discover these features in Excel 2007, select the chart and navigate to the Chart Tools &gt; Layout contextual tab. Click on the Error Bars button, and scratch your head while you try to decipher the options.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007ribbon.png" alt="Error Bar Commands on the Ribbon" /></p>
<p>Finally, select the More Error Bars Options at the bottom of the list. X (if it’s an XY chart) and Y error bars with initial constant values of 1 are added to the chart series, with the Y error bars selected, and the Format Error Bars dialog is displayed with the Vertical Error Bars tab showing. (If the chart has more than one series, and you had not specifically selected one series, there is an intermediate dialog asking which series to work with.)</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007verrbars1.png" alt="" /></p>
<p>This dialog doesn’t look too unfamiliar. But there is no obvious way to switch to the horizontal error bars. We are used to having two tabs, one for the vertical error bars, and also one for the horizontal error bars. Remember that Microsoft made these chart formatting dialogs non-modal, so you can click on objects behind the dialogs. Click on the horizontal error bars to change the dialog.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007herrbars1.png" alt="" /></p>
<p>To assign custom values to the error bars, select the horizontal or vertical error bars, and on the Horizontal or Vertical Error Bars tab of the Format Error Bars dialog. Move the dialog so it does not cover the range containing your custom values, then click on the Custom option button, and click on Specify Value. A small child dialog appears with entry boxes for selection of the custom error bar values. (It was easier in 2003, where data entry took place directly on the main dialog, but we&#8217;re not talking about productivity today.)</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007custom.png" alt="Custom Error Bars dialog" /></p>
<p>By default, each field contains a one element array with the element value equal to one. You can enter another constant value, and you don’t need to type the equals sign or curly brackets; Excel will insert them. More likely you want to select a range. Make sure you delete the entire contents of the entry box before selecting a range, or at least select it all, or Excel will think you meant to enter something like the following, which will lead to an error message. The edit box is so narrow, you cannot see the entire expression at once, and it will be difficult to find this error.</p>
<pre class="vbasmall"><code>={1}+Sheet1!$D$5:$D$13</code></pre>
<p>If you want the value to be zero, enter zero. Don’t completely clear an entry box, because Excel will think you simply forgot and it will retain the previous value.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007customblank.png" alt="" /></p>
<h3>Classic Excel (2003 and earlier)</h3>
<p>It’s easy to add error bars in Excel 97 through 2003. Bring up the  Format Series dialog, by double clicking on the series, by right  clicking on the series and choosing Selected Object, by selecting the  series and choosing Selected Data Series from the Format menu, or by  selecting the series and clicking the shortcut, Ctrl+1 (numeral one).  The dialog has a tab for Y Error Bars, and if it’s an XY data series, there is also a tab for X error bars.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2003formatseries.png" alt="Classic Excel Format Series Error Bar Dialog" /></p>
<p>To define custom error bars, click in the + or &#8211; data entry box (no need to select the Custom option button, Classic Excel does this automatically), then select the range containing the custom error bar values using your mouse. If you need only one value for all of the points, you can select a single cell, or even type the value you want. This seems redundant, given the Fixed Value option, but this way you can use different positive and negative fixed values or a custom range for one direction and a constant for the other.</p>
<p>This is what the dialog looks like with ranges used to define the custom error bar values.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/err2003customeditboxes.png" alt="Defining Custom Error Bar Ranges in Classic Excel" /></p>
<p>If you want to leave an error bar off the chart, you can leave the data entry box blank.</p>
<h3>Notes</h3>
<p>The error bars overwhelm the data. To restore the importance of the  data itself, use a lighter color for the error bars. Lighten up the axes  while you&#8217;re at it.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/errbarchart03.png" alt="XY Chart With Error Bars" /></p>
<p>If any custom values are negative, the corresponding error bar will be drawn in the opposite direction: a positive error bar with a negative value will be drawn in the negative direction.</p>
<h2>Programmatically Defining Custom Error Bars</h2>
<p>The command to add error bars using Excel is:</p>
<pre class="vbasmall"><code><em>{Series}</em>.ErrorBar Direction:=<em>{xlX or xlY}</em>, Include:=xlBoth, Type:=xlCustom, _
    Amount:=<em>{positive values}</em>, MinusValues:=<em>{negative values}</em></code></pre>
<p>Values can be a single numerical value, for example, <tt class="tt">1</tt>, an comma-separated array of numerical values in curly braces, such as <tt class="tt">{1,2,3,4}</tt>, or a range address in R1C1 notation. For values in <tt class="tt">Sheet1!$G$2:$G$10</tt>, enter the address as <tt class="tt">Sheet1!R2C7:R10C7</tt>. Combine both plus and minus in the same command.</p>
<p>In Excel 2007, if you don&#8217;t want to show a particular error bar, you must enter a value of zero in this command. In 2003, you can enter a null string &#8220;&#8221;.</p>
<p>In Excel 2003, the range address must begin with an equals sign, <tt class="tt">=Sheet1!R2C7:R10C7</tt>; Excel 2007 accepts the address with or without the equals sign. Single values or arrays may be entered with or without the equals sign in either version of Excel.</p>
<h2>Error Bar Utility</h2>
<p>To make it easier to use error bars in Excel 2007 (and in Classic Excel), I’ve built a small utility, which you can download and use for free. It’s found in <a title="Excel Error Bar Utility" href="http://peltiertech.com/Excel/Zips/ErrorBars.zip">ErrorBars.zip</a>. This zip file contains two versions, ErrorBars.xls for Excel 97 through 2003, and ErrorBars.xlam for Excel 2007. Install this utility by following the instructions in <a title="Installing an Excel Add-In" href="http://peltiertech.com/WordPress/2008/06/07/installing-an-excel-add-in/">Installing an Excel Add-In</a> or in <a title="Installing an Add-In in Excel 2007" href="http://peltiertech.com/WordPress/2008/08/20/installing-an-add-in-in-excel-2007/">Installing an Add-In in Excel 2007</a>.</p>
<p>In Classic Excel, the utility places a new item, Add Error Bars, at the bottom of the chart series context menu. All you have to do is right click on the series and select Add Error Bars.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2003contextmenu.png" alt="Chart Series Context Menu Showing Add-Error-Bars Command" /></p>
<p>Despite all the assurances from Microsoft that context menus work the same in Excel 2007 as in earlier versions, you cannot add an item to an Excel 2007 chart-related context menu. What I’ve done instead is to add an Error Bars item to the end of each of the three Chart Tools contextual ribbon tabs. I know the new philosophy of Office is to place a command in only one place in the whole user interface. I prefer the old style philosophy, however, which is to place the command in every place it may be relevant. I never know where I may be when I want to use a command, and some people remember different hiding places than I do.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/err2007PTSribbon.png" alt="Chart Tools Ribbon Tab PTS-Tools/Error-Bars Command" /></p>
<p>Whether in Excel 2007 or in earlier versions, click on the added command, and the utility behaves the same. Up pops a simple dialog with four data entry boxes, for plus and minus Y error bars, and for plus and minus X error bars.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/errXYdialog1.png" alt="Error Bars Utility XY Chart Dialog" /></p>
<p>If the chart type is not XY, the X error bar entry boxes are disabled.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/errLinedialog.png" alt="Error Bars Utility Line Chart Dialog" /></p>
<p>You can select a range or enter a constant into the entry boxes. Leave a box blank to omit the corresponding error bars.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2008-12/errXYdialog2.png" alt="Error Bars Utility Populated Dialog" /></p>
<p>I hope that this tutorial and the associated utility will make your life easier when working with error bars in Excel 2007.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/ptschtbanner1.png" alt="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko" border="0" /></a></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Custom%20Error%20Bars%20in%20Excel%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;bodytext=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;t=Custom%20Error%20Bars%20in%20Excel%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;notes=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;annotation=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;title=Custom%20Error%20Bars%20in%20Excel%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;t=Custom%20Error%20Bars%20in%20Excel%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;submitHeadline=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;submitSummary=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcustom-error-bars-in-excel-charts%2F&amp;t=Custom%20Error%20Bars%20in%20Excel%20Charts&amp;s=I%27ve%20written%20about%20Excel%20chart%20error%20bars%20in%20Error%20Bars%20in%20Excel%20Charts%20for%20Classic%20Excel%20and%20in%20Error%20Bars%20in%20Excel%202007%20Charts%20for%20New%20Excel.%20Both%20articles%20contained%20instructions%20for%20adding%20custom%20error%20bar%20values%20for%20individual%20points%2C%20but%20judging" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/HtVRdl2a35efbekNTh6smToQ6V8/0/da"><img src="http://feedads.g.doubleclick.net/~a/HtVRdl2a35efbekNTh6smToQ6V8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HtVRdl2a35efbekNTh6smToQ6V8/1/da"><img src="http://feedads.g.doubleclick.net/~a/HtVRdl2a35efbekNTh6smToQ6V8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=0Dt5yml183M:TEVfQ0VDbiE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/0Dt5yml183M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/custom-error-bars-in-excel-charts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Box Plot of Values Against Limits</title>
		<link>http://peltiertech.com/WordPress/box-plot-of-values-against-limits/</link>
		<comments>http://peltiertech.com/WordPress/box-plot-of-values-against-limits/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:00:43 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Charting Principles]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3219</guid>
		<description>In Plotting Values Against Limits, I showed a few ways to compare some values (in this case, hourly wages) against recommended limits. In this post I&amp;#8217;ll show a Box Plot approach to displaying this same data. The box plot will include the familiar boxes for the inner quartiles and whiskers for the outer quartiles calculated [...]</description>
			<content:encoded><![CDATA[<p>In <a title="Plotting Values Against Limits" href="http://peltiertech.com/WordPress/plotting-values-against-limits/">Plotting Values Against Limits</a>, I showed a few ways to compare some values (in this case, hourly wages) against recommended limits. In this post I&#8217;ll show a <a title="Vertical Box and Whisker Plots" href="http://peltiertech.com/Excel/Charts/BoxWhiskerV.html">Box Plot</a> approach to displaying this same data. The box plot will include the familiar boxes for the inner quartiles and whiskers for the outer quartiles calculated from the actual data, and it will be embellished with the actual values and with recommended limits on the values.</p>
<h2>The Data</h2>
<p>The data is rearranged as shown below. The blue rectangle at the left contains the wages data; the column of 1.125 are the X values that set the position of all of the points. The gray box contains percentile data calculated from the wage values using the formula =PERCENTILE(range,percentile) or =PERCENTILE($B$2:$B$11,D2) with the percentile as a percentage or decimal fraction.The red highlighted range contains the recommended limits on the hourly wage; the column of 1.25 values are used to position these data points.</p>
<p><span id="more-3219"></span>The green area contains data for the boxes and whiskers. The first cell under Columns has the height of the bottom of the lower box, which is the value of the 25th percentile. The second cell has the height of the lower box, which is the value of the 50th percentile minus the value of the 25th. The third cell has the height of the upper box, which is the value of the 75th percentile minus the value of the 50th. The first cell under Errors has the length of the lower whisker (error bar), which is the value of the 25th percentile minus the value of the 0th. The third cell under Errors has the length of the upper whisker (error bar), which is the value of the 100th percentile minus the value of the 75th.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagedata3.png" alt="Wage Data: Actual and Recommended Min-Mid-Max" /></p>
<h2>Create the Box Plot</h2>
<p>Select the cell containing &#8220;Columns&#8221; and the three cells below that, and create a stacked column chart with series in rows. This produces the two inner quartile boxes, and a box (which will later be hidden) that floats these at the appropriate height.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot1.png" alt="Wage Box Plot - Step 1" /></p>
<p>Add a negative error bar to the bottom series using the first error bar value (2) to form the lower whisker. Add a positive error bar to the top series using the second error bar value (0.875) to form the upper whisker.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot2.png" alt="Wage Box Plot - Step 2" /></p>
<p>We&#8217;ll complete the formatting later.</p>
<h2>Add the Values</h2>
<p>Copy the two columns in the blue-outlined Wage values rectangle, select the chart, and use Paste Special to add the data as a new series, by columns, with series and category labels in the first row and column. These values are added as another set of stacked columns, and many novice chartsters would lose faith at this point. But you won&#8217;t, because you&#8217;re with me.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot3.png" alt="Wage Box Plot - Step 3" /></p>
<p>Change the chart type of the Wages series to XY (Scatter). The points become a series of vertically aligned markers, and Excel has added secondary axes to the top and right edges of the chart. We&#8217;ll fix that later.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot3a.png" alt="Wage Box Plot - Step 4" /></p>
<p>Copy the first two columns in the red-outlined Recommended values rectangle, select the chart, and use Paste Special to add the data as a new series, by columns, with series and category labels in the first row and column.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot4.png" alt="Wage Box Plot - Step 5" /></p>
<h2>Clean Up and Format</h2>
<p>Assign both the Wages and Recommended series to the primary axes. The X values should make sense now. The stacked columns are formatted with a 100% gap width. This means half of the one-category wide chart is columns and half is gap between columns. Categories in Excel charts have assumed X values of 1, 2, 3, etc., so the only category here has an X value of 1 and a width of 1. This means the left edge of the chart is at X=0.5, the right edge of the chart is at X=1.5, and the right edge of the boxes is at 1.25, where the Recommended data points lie. The Wage points are at X=1.125, between the whiskers and the right edge of the boxes.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot5.png" alt="Wage Box Plot - Step 6" /></p>
<p>Hide the bottom box by formatting it with no fill and no border. Format the other two boxes with no fill or white fill, and black borders. Hide the category (X) axis. Rescale and lighten up the Y axis. Label the Recommended points with the values in the third column of the red-outlined range. I used <a title="Rob Bovey's XY Chart Labeler" href="http://www.appspro.com/Utilities/ChartLabeler.htm">Rob Bovey&#8217;s Chart Labeler</a> for this. Add negative X error bars to the Recommended series using a constant value of 0.25. Use a medium gray for the Recommended labels and error bars, and hide the markers.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot6.png" alt="Wage Box Plot" /></p>
<p>I used arbitrary X values for the Wages and Recommended XY series. To adjust the chart&#8217;s appearance, you can change these values. In the alternative below, I used a two-column wide range when creating the Columns series, with zeros in the second column; the zeros in the second category allow extra room to the right of the box and whisker chart for the other features. I used X=1.6 for Wages and X=1.9 for Recommended, and the Recommended X error bars are 0.7 long.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wageplot7.png" alt="Wage Box Plot - Alternative" /></p>
<p>Showing the actual values, the (box and whisker) statistics based on the values, and the Recommended limits can be informative. In this case, it shows that the actual wages have been based only loosely on the recommendations.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=2474005"><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Box%20Plot%20of%20Values%20Against%20Limits%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits&amp;bodytext=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;t=Box%20Plot%20of%20Values%20Against%20Limits" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits&amp;notes=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits&amp;annotation=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;title=Box%20Plot%20of%20Values%20Against%20Limits" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;t=Box%20Plot%20of%20Values%20Against%20Limits" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Box%20Plot%20of%20Values%20Against%20Limits&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;submitHeadline=Box%20Plot%20of%20Values%20Against%20Limits&amp;submitSummary=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fbox-plot-of-values-against-limits%2F&amp;t=Box%20Plot%20of%20Values%20Against%20Limits&amp;s=In%20Plotting%20Values%20Against%20Limits%2C%20I%20showed%20a%20few%20ways%20to%20compare%20some%20values%20%28in%20this%20case%2C%20hourly%20wages%29%20against%20recommended%20limits.%20In%20this%20post%20I%27ll%20show%20a%20Box%20Plot%20approach%20to%20displaying%20this%20same%20data.%20The%20box%20plot%20will%20include%20the%20familiar%20box" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/Jaht7NWRJGmYA2WdgIYeCFcX30c/0/da"><img src="http://feedads.g.doubleclick.net/~a/Jaht7NWRJGmYA2WdgIYeCFcX30c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Jaht7NWRJGmYA2WdgIYeCFcX30c/1/da"><img src="http://feedads.g.doubleclick.net/~a/Jaht7NWRJGmYA2WdgIYeCFcX30c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=WXXxaZ38v8k:yGR38Ik8Pas:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/WXXxaZ38v8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/box-plot-of-values-against-limits/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plotting Values Against Limits</title>
		<link>http://peltiertech.com/WordPress/plotting-values-against-limits/</link>
		<comments>http://peltiertech.com/WordPress/plotting-values-against-limits/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 07:00:21 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Charting Principles]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3218</guid>
		<description>In a comment to another post, Lynn buttered me up a bit, then asked how to make a certain chart for her boss. Lynn has to plot ten employees&amp;#8217; hourly wages against recommended maximum, minimum, and medium wages. Only four actual wages fall within the recommended limits. I can think of many ways to plot [...]</description>
			<content:encoded><![CDATA[<p>In a comment to another post, Lynn buttered me up a bit, then asked how to make a certain chart for her boss. Lynn has to plot ten employees&#8217; hourly wages against recommended maximum, minimum, and medium wages. Only four actual wages fall within the recommended limits. I can think of many ways to plot actual values against limits, and I&#8217;ll show a few here. If you have any favorite approaches, tell us about them in the comments.</p>
<p>Lynn didn&#8217;t provide the actual values, so I constructed this little table.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagedata1.png" alt="Wage Data: Actual and Recommended Min-Mid-Max" /></p>
<p><span id="more-3218"></span>I&#8217;ve repeated the recommended values for each employee beneath the actual wage. I&#8217;ve also sorted employees in increasing order of hourly wage, which makes charts easier to understand.</p>
<h2>Simple Line Chart</h2>
<p>For the chart I used a simple line chart. I formatted the limits to show lines without markers and the actual wages as markers without lines.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagechart1.png" alt="Wage Data: Actual Points and Recommended Min-Mid-Max Lines" /></p>
<p>This is somewhat reminiscent of a <a title="Introducing Control Charts (Run Charts)" href="http://peltiertech.com/WordPress/introducing-control-charts-run-charts/">Run Chart</a>.</p>
<h2>Colored Bands</h2>
<p>That may be simple enough, but an alternative approach uses colored bands rather than lines to denote limits or regions within the data. To start constructing bands, I converted the limits from lines to columns.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagechart2a.png" alt="Wage Data: Actual Points and Construction of Recommended Min-Mid-Max Bands" /></p>
<p>At first the columns are clustered and non-overlapping, but I changed them to 100% overlapping. The white Min series blocks the bottom of the green Mid series, which blocks the bottom of the red Max series. I changed the gap width to 0% so the columns were all touching. Finally I removed the borders so the columns merged into bands.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagechart2.png" alt="Wage Data: Actual Points and Recommended Min-Mid-Max Bands" /></p>
<p>For a simple data set like this, the column chart is perfect. You could also use an area chart approach to construct <a title="Horizontal Bands in the Background of an Excel 2007 Chart | Peltier Tech Blog | Excel Charts" href="http://peltiertech.com/WordPress/horizontal-bands-in-background-of-excel-2007-chart/">Horizontal Bands in the Background of an Excel Chart</a>, and you are not limited to parallel horizontal bands: you can <a title="Show Uncertainty in Predictions with Shaded Bands | Peltier Tech Blog | Excel Charts" href="http://peltiertech.com/WordPress/show-uncertainty-in-predictions-with-shaded-bands/">Show Uncertainty in Predictions with Shaded Bands</a>.</p>
<h2>Number Line</h2>
<p>Another way to show data against limits is along a number line. The data is a little different. The Y values of 0.1 for the actual wages and -0.4 for the limits were arbitrarily chosen to align the chart features nicely with a Y axis scaled from -1 to +1.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagedata2.png" alt="Wage Data: Actual and Recommended Min-Mid-Max" /></p>
<p>Here are the data points. The Min, Mid, and Max points have data labels beneath the points and positive Y error bars of length 1.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagechart3a.png" alt="Wage Data: Actual Points and Construction of Recommended Min-Mid-Max Number Line" /></p>
<p>The Y axis is unnecessary, and a little formatting dresses up the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-08/wagechart3.png" alt="Wage Data: Actual Points and Recommended Min-Mid-Max Number Line" /></p>
<h2>Peltier Tech Update</h2>
<p>New posts on this blog have been few and far between for the last few months. It&#8217;s certainly not for lack of material. I keep saying I&#8217;ll start writing more, but things keep getting in the way.</p>
<p>I&#8217;ve had to spend hours on updates to my charting programs to account for differences in the way Classic Excel (up to 2003) and New Excel (2007 and later) handle different languages and regional settings. I&#8217;ve had a few unexpected issues in other projects that have sucked up time. And once momentum is lost, it becomes inertia.</p>
<p>My new hobby, learning guitar, is proceeding steadily but slowly. I am still pretty bad, but the things I&#8217;m bad now at much more difficult than what I was bad at last month. The theory (scales, chords, progressions) is coming easily, since it&#8217;s largely math, and I seem to have a pretty good ear. What&#8217;s more difficult is getting my sausage-like fingers into position on the right fret and the right string in a reasonable time. I&#8217;m toughening the skin of my fingertips and learning not to squeeze so hard that I get deep grooves after playing.</p>
<p>I spent a couple weeks on Cape Cod and a couple weekends on the coast of Maine. I&#8217;m not a beach kind of guy, but I bought a kayak (my other new hobby) and put on 60 or 70 miles. We stay next to a river on the cape which I never thought much of, but I&#8217;ve learned it&#8217;s an estuary with many convoluted side branches, supporting much wildlife, and subject to strong currents if you misjudge the tide.</p>
<p>Now the family is getting back to school as teacher or pupils, and the daughter who graduated from college is starting her new job and her career. So I&#8217;ll have fewer excuses and more opportunities to keep this blog current.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=1374689"><IMG SRC="http://www.exceluser.com/images/info/pub/info_dash_c02.gif" ALT="Learn how to create Excel dashboards." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=1374689" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Plotting%20Values%20Against%20Limits%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits&amp;bodytext=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;t=Plotting%20Values%20Against%20Limits" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits&amp;notes=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits&amp;annotation=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;title=Plotting%20Values%20Against%20Limits" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;t=Plotting%20Values%20Against%20Limits" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Plotting%20Values%20Against%20Limits&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;submitHeadline=Plotting%20Values%20Against%20Limits&amp;submitSummary=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fplotting-values-against-limits%2F&amp;t=Plotting%20Values%20Against%20Limits&amp;s=In%20a%20comment%20to%20another%20post%2C%20Lynn%20buttered%20me%20up%20a%20bit%2C%20then%20asked%20how%20to%20make%20a%20certain%20chart%20for%20her%20boss.%20Lynn%20has%20to%20plot%20ten%20employees%27%20hourly%20wages%20against%20recommended%20maximum%2C%20minimum%2C%20and%20medium%20wages.%20Only%20four%20actual%20wages%20fall%20within%20the%20" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/gnAeM4DxToq2AUPMp5WUVtul5jk/0/da"><img src="http://feedads.g.doubleclick.net/~a/gnAeM4DxToq2AUPMp5WUVtul5jk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gnAeM4DxToq2AUPMp5WUVtul5jk/1/da"><img src="http://feedads.g.doubleclick.net/~a/gnAeM4DxToq2AUPMp5WUVtul5jk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=reshxzis4vE:J-SuYPtLDoY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/reshxzis4vE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/plotting-values-against-limits/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Peltier Tech Chart Add-Ins Have Been Updated</title>
		<link>http://peltiertech.com/WordPress/peltier-tech-excel-chart-add-ins-updated/</link>
		<comments>http://peltiertech.com/WordPress/peltier-tech-excel-chart-add-ins-updated/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:21:49 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Add-ins]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3216</guid>
		<description>New and Improved
Announcing the new and improved Peltier Tech Chart Add-Ins for Microsoft Excel. They were pretty good to begin with, but there have been some changes. I&amp;#8217;ve updated all of the add-ins, plus tested them in umpteen versions and languages of Excel, repackaged them, and uploaded them.
If you have purchased one of these add-ins [...]</description>
			<content:encoded><![CDATA[<h2>New and Improved</h2>
<p>Announcing the new and improved <a title="Excel Chart Add-Ins by Peltier Technical Services" href="http://peltiertech.com/Utility/">Peltier Tech Chart Add-Ins</a> for Microsoft Excel. They were pretty good to begin with, but there have been some changes. I&#8217;ve updated all of the add-ins, plus tested them in umpteen versions and languages of Excel, repackaged them, and uploaded them.</p>
<p>If you have purchased one of these add-ins and are experiencing problems, let me know and I&#8217;ll send you a link to the new version as soon as I can.</p>
<p>If you&#8217;re not having problems, but want to use the newer version, let me know and I&#8217;ll shoot you a link, within a week.</p>
<h2>Excel 2010 Compatibility</h2>
<p>The charting add-ins already worked in Excel 2000 through 2007, and I recently had made the minor changes to the installer that detected and installed in Excel 2010. But that was the 32-bit version of Excel 2010.</p>
<p><span id="more-3216"></span>My first 64-bit customer bought one of my add-ins a week or so ago, and reported compile errors when Excel started. This is because the old Windows API calls had not been upgraded for the new operating system.</p>
<p>Thanks to the magic of conditional compilation, which I had never used before, I was able to compile the old working code for 32-bit Excel 2000 through 2010, while compiling the new API calls for 64-bit Excel 2010.</p>
<h2>Foreign Language Link Addresses</h2>
<p>This has become a favorite. I&#8217;ve written a blog post telling how to <a title="Link Chart Text to a Cell" href="http://peltiertech.com/WordPress/link-chart-text-to-a-cell/">Link Chart Text to a Cell</a>. Well, you can create these links in VBA also. But you can&#8217;t use the regular A1 style links, that is, <tt class="tt">=Sheet1!$A$1</tt>. You need to use R1C1 notation for these links, like <tt class="tt">=Sheet1!R1C1</tt>. Big deal, I can figure those out.</p>
<p>Now, there&#8217;s an issue with these links. R1C1 is spelled correctly in English, but in German, for example, row and column are <em>Zeile</em> and <em>Spalte</em>, so the equivalent German notation is Z1S1. So these links need to be of the form <tt class="tt">=Tabelle1!Z1S1</tt>.</p>
<p>Why am I waiting so long to fix this problem? Well, that&#8217;s what makes this one a favorite. See, in Excel 2003 and earlier, you can use the English R1C1 address for the link, and it will work fine, and in fact, the foreign link format will not work. So I never encountered a problem.</p>
<p>Then recently, I was doing some testing in Excel 2007, and the A1C1 links were not working. I ran a few trials, realized I needed the local link format, and updated all the code. I wondered why none of my foreign users had ever reported a problem.</p>
<p>Suddenly I got a bunch of error reports, from foreign users of Excel 2003. And I thought, Didn&#8217;t I just correct this problem? So I did a bunch of testing, and I asked some of users of non-English Excel to help with this testing, and we learned:</p>
<ul style="margin-left: 24pt;">
<li>Excel 2000-2003: R1C1 works in all languages, local address fails.</li>
<li>Excel 2007-2010: Local address works in all languages, R1C1 fails. But the A1 address now works, too. </li>
</ul>
<p>Interesting inconsistency. Really, Excel 2007 has corrected faulty behavior from Excel 2003. Unfortunately this discrepancy had broken my existing code. But it&#8217;s now fixed.</p>
<h2>Miscellaneous Fixes</h2>
<p>I took this opportunity to make some other minor but overdue changes.</p>
<ul style="margin-left: 24pt;">
<li>Dot Plot: Improved chart creation routine, which makes program quicker and more reliable.</li>
<li>Dot Plot: Fixed top border of chart in 2007 and plot area line color.</li>
<li>Cluster-Stack: Chart now appears at top of sheet, above data. You no longer have to scroll down a couple windows to find the chart.</li>
<li>All Utilities: brought ReadMe and EULA files up-to-date.</li>
<li>Small enhancements too numerous to mention.</li>
</ul>
<h2>Other Recent Improvements</h2>
<p>In the past few months I&#8217;ve made a number of other changes.</p>
<ul style="margin-left: 24pt;">
<li>All Utilities: Implemented <a title="Alternative to Excel's Flaky RefEdit Control" href="http://peltiertech.com/WordPress/refedit-control-alternative/">Alternative to Excel&#8217;s Flaky RefEdit Control</a>.</li>
<li>Cluster-Stack: Added option for Clustered-Stacked bars as well as columns.</li>
<li>Waterfall: Added option to create chart in the active worksheet instead of a new worksheet.</li>
<li>All Utilities: Streamlined the setup file operation and extended installation to Excel 2010.</li>
<li>All Utilities: Fixed issue that occurred when data worksheet name contained a hyphen.</li>
<li>And more, but my hardware is getting too soft to remember.</li>
</ul>
<h2>What Else?</h2>
<p>What features that you want to see are lacking? What functionality isn&#8217;t available? Keep in mind that I do have a few programs on the workbench, but I&#8217;m not averse to suggestion.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/ptschtbanner1.png" alt="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko" border="0" /></a></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;bodytext=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;t=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;notes=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;annotation=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;t=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;submitHeadline=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;submitSummary=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpeltier-tech-excel-chart-add-ins-updated%2F&amp;t=Peltier%20Tech%20Chart%20Add-Ins%20Have%20Been%20Updated&amp;s=New%20and%20Improved%0D%0A%0D%0AAnnouncing%20the%20new%20and%20improved%20Peltier%20Tech%20Chart%20Add-Ins%20for%20Microsoft%20Excel.%20They%20were%20pretty%20good%20to%20begin%20with%2C%20but%20there%20have%20been%20some%20changes.%20I%27ve%20updated%20all%20of%20the%20add-ins%2C%20plus%20tested%20them%20in%20umpteen%20versions%20and%20langu" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/9nR5oTIrbDmY7hJFfyGWKf_YpMI/0/da"><img src="http://feedads.g.doubleclick.net/~a/9nR5oTIrbDmY7hJFfyGWKf_YpMI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9nR5oTIrbDmY7hJFfyGWKf_YpMI/1/da"><img src="http://feedads.g.doubleclick.net/~a/9nR5oTIrbDmY7hJFfyGWKf_YpMI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=tLJEdb98Q98:Gt90SLwj1uY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/tLJEdb98Q98" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/peltier-tech-excel-chart-add-ins-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Downside of Working in a Cubicle</title>
		<link>http://peltiertech.com/WordPress/the-downside-of-working-in-a-cubicle/</link>
		<comments>http://peltiertech.com/WordPress/the-downside-of-working-in-a-cubicle/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 07:00:33 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Amusement]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3211</guid>
		<description>Last weekend I transferred my email to a new system in the cloud (did I really just say &amp;#8220;in the cloud&amp;#8221;??) and I came across an old email from my last &amp;#8220;real&amp;#8221; job. That was my only job ever where I worked in a cubicle, and it was awful for that and for so many [...]</description>
			<content:encoded><![CDATA[<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-07/cubicle.jpg" alt="There's no place like home" /></p>
<p>Last weekend I transferred my email to a new system in the cloud (did I really just say &#8220;in the cloud&#8221;??) and I came across an old email from my last &#8220;real&#8221; job. That was my only job ever where I worked in a cubicle, and it was awful for that and for so many other reasons.</p>
<p>Anyway, the email had a Top Ten list from David Letterman, from about September 2003. I hunted for the original list, and I found the list reposted many times, but not the original. And I decided I don&#8217;t like people who add a few more items to the list, because their items are never funny.</p>
<p>Without further ado, here&#8217;s&#8230;</p>
<h2>Top Ten Drawbacks to Working in a Cubicle</h2>
<p><span id="more-3211"></span>10. Being told to &#8220;think outside the box&#8221; when you&#8217;re in a freakin&#8217; box all day long.</p>
<p>9. Not being able to check e-mail attachments without turning around to see who&#8217;s behind you.</p>
<p>8. Cubicle walls do not offer much protection from any kind of gun fire.</p>
<p>7. That nagging feeling that if you press the right button, you&#8217;ll get a piece of cheese.</p>
<p>6. Lack of roof rafters for the noose.</p>
<p>5. The walls are too close together for the hammock to work right.</p>
<p>4. 23 power cords &#8211; 1 outlet.</p>
<p>3. Prison cells are not only bigger, they also have beds.</p>
<p>2. The carpet has been there since 1976 and shows more signs of life than your coworkers.</p>
<p>And&#8230; the number 1 drawback to working in a cubicle&#8230;.</p>
<p>1.  You can&#8217;t slam the door on your way out when you quit.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=2474005"><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=The%20Downside%20of%20Working%20in%20a%20Cubicle%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;bodytext=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;t=The%20Downside%20of%20Working%20in%20a%20Cubicle" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;notes=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;annotation=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;title=The%20Downside%20of%20Working%20in%20a%20Cubicle" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;t=The%20Downside%20of%20Working%20in%20a%20Cubicle" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;submitHeadline=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;submitSummary=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fthe-downside-of-working-in-a-cubicle%2F&amp;t=The%20Downside%20of%20Working%20in%20a%20Cubicle&amp;s=%0D%0A%0D%0ALast%20weekend%20I%20transferred%20my%20email%20to%20a%20new%20system%20in%20the%20cloud%20%28did%20I%20really%20just%20say%20%22in%20the%20cloud%22%3F%3F%29%20and%20I%20came%20across%20an%20old%20email%20from%20my%20last%20%22real%22%20job.%20That%20was%20my%20only%20job%20ever%20where%20I%20worked%20in%20a%20cubicle%2C%20and%20it%20was%20awful%20for%20that%20and" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/uITidyCcgTzRLMo6WtHMV-Vu5E8/0/da"><img src="http://feedads.g.doubleclick.net/~a/uITidyCcgTzRLMo6WtHMV-Vu5E8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uITidyCcgTzRLMo6WtHMV-Vu5E8/1/da"><img src="http://feedads.g.doubleclick.net/~a/uITidyCcgTzRLMo6WtHMV-Vu5E8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=xm9l8V6pbAw:J1PPk3J7hiU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/xm9l8V6pbAw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/the-downside-of-working-in-a-cubicle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy a Pivot Table and Pivot Chart and Link to New Data</title>
		<link>http://peltiertech.com/WordPress/copy-pivot-table-pivot-chart-link-to-new-data/</link>
		<comments>http://peltiertech.com/WordPress/copy-pivot-table-pivot-chart-link-to-new-data/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:00:14 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Data Techniques]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3212</guid>
		<description>A very common task you may have is to take a chart you&amp;#8217;ve painstakingly formatted and use it with new data. I described a few ways to handle this in Make a Copied Chart Link to New Data.
Most commonly you have a worksheet with a bunch of data and a corresponding chart, and you have [...]</description>
			<content:encoded><![CDATA[<p>A very common task you may have is to take a chart you&#8217;ve painstakingly formatted and use it with new data. I described a few ways to handle this in <a title="Make a Copied Chart Link to New Data | Peltier Tech Blog | Excel Charts" href="http://peltiertech.com/WordPress/make-a-copied-chart-link-to-new-data/">Make a Copied Chart Link to New Data</a>.</p>
<p>Most commonly you have a worksheet with a bunch of data and a corresponding chart, and you have another sheet of data you want to add a chart to. Copying and pasting the chart onto the new sheet requires you to change links in the chart, usually series by series. This is tedious and error-prone. But the article above describes an easier way:</p>
<ol style="margin-left: 24pt;">
<li>Make a copy of the worksheet with the old data and chart;</li>
<li>Copy the new data;</li>
<li>Paste the new data over the old data on the copied worksheet.</li>
</ol>
<p><span id="more-3212"></span>The chart on the new worksheet updates as soon as the new data is pasted into place. Works in Excel 2003 and earlier, and in Excel 2007 if you&#8217;ve installed the latest service packs.</p>
<p>What if the worksheet contains a pivot table and its sister pivot chart? Well, knowing the above protocol, you&#8217;d think you could copy the worksheet, change the data, and the chart would be fine. And in Excel 2003 this set of steps works great:</p>
<ol style="margin-left: 24pt;">
<li>Make a copy of the worksheet with the old pivot table and pivot chart;</li>
<li>Change the pivot table&#8217;s data source to the new range;</li>
<li>Refresh the pivot table.</li>
</ol>
<p>The new pivot chart (on the copied sheet) retains its link to the pivot table on its parent worksheet, so it updates as soon as the pivot table is refreshed.</p>
<p>But in Excel 2007, these steps  don&#8217;t work the same way. When you copy the worksheet with the pivot table and chart, not only does the new pivot table link to the same old data, the new chart also links to the old pivot table. You can easily enough change the data source of the new pivot table to the appropriate range; in fact, this is easier to do in Excel 2007 than in earlier versions. But the new chart cannot be linked to the new pivot table. It is permanently linked to the old pivot table.</p>
<p>My colleague Bill Manville wrote to me about this problem, citing an old forum post in which I doubted this could ever be solved. I&#8217;m glad to say that Bill has proved me wrong. He sent me a new protocol that makes this work.</p>
<ol style="margin-left: 24pt;">
<li>Make a copy of the worksheet with the old pivot table and pivot chart <em>in a different workbook</em>;</li>
<li>Move the copied worksheet back into the original workbook;</li>
<li>Change the new chart&#8217;s source data to the new pivot table;</li>
<li>Change the pivot table&#8217;s data source to the new range;</li>
<li>Refresh the pivot table.</li>
</ol>
<p>The difference is that the worksheet is copied into a new workbook (or another existing workbook) rather than within the original workbook. When this happens, the pivot table still links to the original data, but the chart becomes unlinked from the pivot table. In fact, the chart changes back from a pivot chart to a regular chart. It is unlinked from any data range, and the series formulas have been converted to written-out arrays.</p>
<p>Since the chart has been unlinked in the process, it now can be relinked. Thanks, Bill, for saving us lots of time and effort.</p>
<p>Bill tells me that the familiar Excel 2003 behavior has been restored to Excel 2010.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=1374689"><IMG SRC="http://www.exceluser.com/images/info/pub/info_dash_c02.gif" ALT="Learn how to create Excel dashboards." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=1374689" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;bodytext=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;t=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;notes=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;annotation=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;t=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;submitHeadline=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;submitSummary=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcopy-pivot-table-pivot-chart-link-to-new-data%2F&amp;t=Copy%20a%20Pivot%20Table%20and%20Pivot%20Chart%20and%20Link%20to%20New%20Data&amp;s=A%20very%20common%20task%20you%20may%20have%20is%20to%20take%20a%20chart%20you%27ve%20painstakingly%20formatted%20and%20use%20it%20with%20new%20data.%20I%20described%20a%20few%20ways%20to%20handle%20this%20in%20Make%20a%20Copied%20Chart%20Link%20to%20New%20Data.%0D%0A%0D%0AMost%20commonly%20you%20have%20a%20worksheet%20with%20a%20bunch%20of%20data%20and%20" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/8sHZrMyF7Ue9pUlLRDKNCV7zCPQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/8sHZrMyF7Ue9pUlLRDKNCV7zCPQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8sHZrMyF7Ue9pUlLRDKNCV7zCPQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/8sHZrMyF7Ue9pUlLRDKNCV7zCPQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=YY_uRSft1yY:y5MyPMWVfzE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/YY_uRSft1yY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/copy-pivot-table-pivot-chart-link-to-new-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Silent For Too Long</title>
		<link>http://peltiertech.com/WordPress/silent-for-too-long/</link>
		<comments>http://peltiertech.com/WordPress/silent-for-too-long/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 14:38:35 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3210</guid>
		<description>For the past two months or so, I have been absent from the blog. Sure, I&amp;#8217;ve answered questions and replied to comments people have left. But new articles have been scarce.
I have plenty of excuses for this, and none of them involve not having any topics worth posting. I&amp;#8217;ll describe a few of them, and [...]</description>
			<content:encoded><![CDATA[<p>For the past two months or so, I have been absent from the blog. Sure, I&#8217;ve answered questions and replied to comments people have left. But new articles have been scarce.</p>
<p>I have plenty of excuses for this, and none of them involve not having any topics worth posting. I&#8217;ll describe a few of them, and you can judge how valid they are.</p>
<h2><span id="more-3210"></span>Classes</h2>
<p>I taught two classes, a three day Excel Dashboard Bootcamp in Texas with Mike Alexander of <a title="DataPig Technologies - Discover Your Data" href="http://www.datapigtechnologies.com/">DataPig Technologies</a> and the <a title="Delicious pieces of Excel and Access training brought to you by DataPigTechnologies.com" href="http://www.datapigtechnologies.com/blog/">Bacon Bits</a> blog, and a one-day Excel Dashboard class here in Massachusetts with Alex Kerin of <a title="Data Driven Consulting - Turn Data into Actionable Information" href="http://www.datadrivenconsulting.com/">DataDriven Consulting</a> who blogs <a title="Data Driven Consulting Blog" href="http://www.datadrivenconsulting.com/blog/">here</a>. During preparation for the classes, I suspended my blogging, and I couldn&#8217;t get back into the habit.</p>
<p>The classes were very successful, and I&#8217;m considering how to offer this advanced material over a broader geographical area.</p>
<h2>Error Remediation</h2>
<p>I&#8217;ve gotten reports from some foreign users that my utilities either raise errors during execution or make mistakes when labeling charts. It turns out that in Excel 2003 and earlier, some regional versions of Excel do not treat link addresses in chart text elements correctly in VBA. For example, in German Excel 2003, VBA code fails while creating a link from a data label to a worksheet cell. In French Excel 2003, similar VBA code fails when creating a link from an axis title to a worksheet cell. These failures occur despite correctly converting English R1C1 (Row-Column) notation into, for example, German Z1S1 (Zeile-Spalte) notation. I know the conversion is correct, because some text element links are correctly created, just not these that I&#8217;ve identified.</p>
<p>A small consolation to users of Excel 2007 is that Microsoft rebuilt their regionalization system in Office 2007, and these problems no longer seem to occur. For Excel 2003 users, I&#8217;m dumbing down the labels to include static text.</p>
<h2>Work</h2>
<p>A few of my long time clients have requested follow up projects, and this cuts into time available for blogging. I&#8217;m not taking on new projects, not enough time for that.</p>
<h2>Non-Work</h2>
<p>Several non-work activities are taking time away from blogging. Last fall I needed physical therapy to fix my shoulders, which were inflexible from years of poor posture, probably related to too many years of sitting hunched over the keyboard. The shoulders are great now, thanks, though I&#8217;ll never pitch again (but could I ever?).</p>
<p>The therapy group is located in the front half of a building, and they run a gym in the back half. I decided I needed to keep up with my shoulder exercises and I needed to get myself back into shape, with the World Cup coming up and everything. So I joined the gym. It&#8217;s a great gym, too. It has tons of equipment, especially free weights, so there&#8217;s never any waiting. The staff is very knowledgeable and helpful. And people don&#8217;t show up just to be seen in their fancy workout clothes.</p>
<p>Also last year, my daughter told me she&#8217;d teach me some chords on her guitar so I could pretend to play a real guitar, nor pretend to play an air guitar. Well, she went off to college, but she left her guitar at home. I&#8217;d always wanted to play guitar, and my daughter had planted the seed in my head. I found out that a friend of the family studied music theory and guitar performance in college, and he&#8217;s giving me lessons.</p>
<p>I&#8217;m really bad, but I&#8217;m making progress pretty rapidly. I can find the tabs for a favorite song online and play recognizable riffs. I&#8217;ve just started working on a few whole songs, like <em>Dock of the Bay</em> by Otis Redding and <em>Santa Monica</em> by Everclear. It&#8217;s wicked fun, and I wish I&#8217;d started years ago.</p>
<p>The hour-plus workouts three or four times a week and the 30 to 90 minute daily guitar practice sessions are well spent, but reduce blogging time. Before my hiatus I was posting 4 or 5 articles a week, but I may take a lesson from <a title="Chandoo.org" href="http://chandoo.org/wp/2010/06/28/excel-links-change-in-posting-schedule-edition/">Chandoo</a> and aim for 2 or 3 weekly posts.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/ptschtbanner1.png" alt="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko" border="0" /></a></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Silent%20For%20Too%20Long%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long&amp;bodytext=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;t=Silent%20For%20Too%20Long" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long&amp;notes=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long&amp;annotation=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;title=Silent%20For%20Too%20Long" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;t=Silent%20For%20Too%20Long" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Silent%20For%20Too%20Long&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;submitHeadline=Silent%20For%20Too%20Long&amp;submitSummary=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fsilent-for-too-long%2F&amp;t=Silent%20For%20Too%20Long&amp;s=For%20the%20past%20two%20months%20or%20so%2C%20I%20have%20been%20absent%20from%20the%20blog.%20Sure%2C%20I%27ve%20answered%20questions%20and%20replied%20to%20comments%20people%20have%20left.%20But%20new%20articles%20have%20been%20scarce.%0D%0A%0D%0AI%20have%20plenty%20of%20excuses%20for%20this%2C%20and%20none%20of%20them%20involve%20not%20having%20any%20" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/N1EtYshsbGpHEOiu-xecJfFYSOk/0/da"><img src="http://feedads.g.doubleclick.net/~a/N1EtYshsbGpHEOiu-xecJfFYSOk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/N1EtYshsbGpHEOiu-xecJfFYSOk/1/da"><img src="http://feedads.g.doubleclick.net/~a/N1EtYshsbGpHEOiu-xecJfFYSOk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=DXS71R5nAIo:tZElvffgaBg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/DXS71R5nAIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/silent-for-too-long/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Two Ugly Real Economic Growth Charts</title>
		<link>http://peltiertech.com/WordPress/ugly-real-economic-growth-charts/</link>
		<comments>http://peltiertech.com/WordPress/ugly-real-economic-growth-charts/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:26:11 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Busters]]></category>
		<category><![CDATA[Panel Chart]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3203</guid>
		<description>This blog has been silent for three weeks, due to a number of other activities. To re-energize the blog, we turn to Chart Busters to clean up some unattractive and hard-to-read charts.
In Ugly Real Economic Growth Chart from Singapore Statistics, an Excel training service shows an ugly chart, then proposes another equally ugly chart as [...]</description>
			<content:encoded><![CDATA[<p>This blog has been silent for three weeks, due to a number of other activities. To re-energize the blog, we turn to Chart Busters to clean up some unattractive and hard-to-read charts.</p>
<p>In <a title="Ugly Real Economic Growth Chart from Singapore Statistics" href="http://www.aeternus.sg/2010/economic-growth-chart-from-singapore-statistics/">Ugly Real Economic Growth Chart from Singapore Statistics</a>, an Excel training service shows an ugly chart, then proposes another equally ugly chart as an alternative. Chart Busters will describe these charts, and propose better alternatives.</p>
<h2>Ugly Original Chart</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-05/econgrowth-orig.png" alt="Ugly Original Economic Growth Chart" /></p>
<p><span id="more-3203"></span>The original chart is not too attractive, though it&#8217;s not terrible. It&#8217;s a line chart, which makes sense for time series data like this. The main problem with it is the use of several line styles to distinguish the different series. The dashed line for Financial Services isn&#8217;t too bad, but the dash-dot-dot pattern for Manufacturing is more distracting than clarifying. The effect of the patterned lines is to make the cluttered data look even more cluttered.</p>
<h2>Ugly Alternative Chart</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-05/econgrowth-beaut.gif" alt="Ugly Alternative Economic Growth Chart" /></p>
<p>The alternative chart suggested in the article cited above is about twice as wide and twice as tall as the original, so data per  pixel is reduced by a factor of four. This would be okay if the chart  were four times as easy to read, but it isn&#8217;t: many of the chart elements are just several pixels wider than in the original. The chart has somewhat brighter colors than the original, but it&#8217;s no easier to read. It has inconsistent text: the title is huge, the Y axis labels are teeny, and at least two different font faces are mixed up within the chart (not counting the title, where a different font may be a good effect).</p>
<p>The data is not presented well in this alternative chart. There is still a line chart for the Total series; filling under this line doesn&#8217;t help clarify this curve as much as the author states. The Manufacturing and Financial data has changed from lines to circles with drop lines. Losing the connecting lines removes the clues that help your eyes follow each series and see the trends. The drop lines make the data points look like one-legged stick figures without any arms (actually, they are reminiscent of the denizens of <a title="Tralfamadore" href="http://en.wikipedia.org/wiki/Tralfamadore">Tralfamadore</a>). The overuse of gratuitous formatting detracts from the presentation of the data.</p>
<p>One minor problem is removal of data labels to a legend separated from the data. Another is the Y axis lacking a marker at 0%.</p>
<h2>Chart Busters Line Chart</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-05/econgrowth-line.png" alt="Chart Busters Line Chart" /></p>
<p>The initial Chart Busters proposal is a line chart like the original, with solid lines for all data series. The chart is a little larger than the original to spread out the points, but much smaller than the alternative above. The data labels have been restored, color coded to match the associated series. The chart is still cluttered, because the data series are intertwined.</p>
<h2>Chart Busters Panel Chart</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-05/econgrowth-panel.png" alt="Chart Busters Panel Chart" /></p>
<p>Chart Busters decided to remove clutter in the line chart by converting it to a panel chart. The redrawn chart is taller and narrower than the first Chart Busters chart, with about the same overall area. The series do not obscure each other, yet the shared time axis allows the reader to see where the series move together and where they move separately. The darker gridline at 0% in each panel lets the reader compare positive and negative changes between the series, while the light gridlines and consistent Y axis scales help to compare the relative values of each series.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=2474005"><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Two%20Ugly%20Real%20Economic%20Growth%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;bodytext=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;t=Two%20Ugly%20Real%20Economic%20Growth%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;notes=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;annotation=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;title=Two%20Ugly%20Real%20Economic%20Growth%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;t=Two%20Ugly%20Real%20Economic%20Growth%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;submitHeadline=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;submitSummary=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fugly-real-economic-growth-charts%2F&amp;t=Two%20Ugly%20Real%20Economic%20Growth%20Charts&amp;s=This%20blog%20has%20been%20silent%20for%20three%20weeks%2C%20due%20to%20a%20number%20of%20other%20activities.%20To%20re-energize%20the%20blog%2C%20we%20turn%20to%20Chart%20Busters%20to%20clean%20up%20some%20unattractive%20and%20hard-to-read%20charts.%0D%0A%0D%0AIn%20Ugly%20Real%20Economic%20Growth%20Chart%20from%20Singapore%20Statistics%2C%20" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/2uY7V_d3C4VHsuqZvbfFaArw6pk/0/da"><img src="http://feedads.g.doubleclick.net/~a/2uY7V_d3C4VHsuqZvbfFaArw6pk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2uY7V_d3C4VHsuqZvbfFaArw6pk/1/da"><img src="http://feedads.g.doubleclick.net/~a/2uY7V_d3C4VHsuqZvbfFaArw6pk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=FbWPkh_sYvA:XnzjTqIP5ow:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/FbWPkh_sYvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/ugly-real-economic-growth-charts/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Excel Dashboard Training</title>
		<link>http://peltiertech.com/WordPress/excel-dashboard-training/</link>
		<comments>http://peltiertech.com/WordPress/excel-dashboard-training/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 07:00:11 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3201</guid>
		<description>Excel Charting and Dashboarding
Westborough MA, June 2

Jon Peltier (Peltier Technical Services) and Alex Kerin (Data Driven Consulting) have put together an intensive one-day Excel Charting and Dashboarding session. Topics include:

Intentions and approaches
Data quality
Effective graphic techniques
Designing a dashboard
Combination charts
Dynamic and interactive charts
Advanced chart formatting
Charting and dashboard tools for Excel

If you have any questions, contact Jon Peltier.
Peltier [...]</description>
			<content:encoded><![CDATA[<h2><a title="Excel Charting and Dashboarding" href="http://peltiertech.com/Training/2010-06-Wbro/" target="_blank">Excel Charting and Dashboarding</a></h2>
<p>Westborough MA, June 2</p>
<p><a title="Excel Charting and Dashboarding" href="http://peltiertech.com/Training/2010-06-Wbro/" target="_blank"><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-04/ChartDashBanner.png" alt="Excel Charting and Dashboarding" /></a></p>
<p><strong>Jon Peltier</strong> (Peltier Technical Services) and <strong>Alex Kerin</strong> (Data Driven Consulting) have put together an intensive one-day Excel Charting and Dashboarding session. Topics include:</p>
<ul style="margin-left: 24px;">
<li>Intentions and approaches</li>
<li>Data quality</li>
<li>Effective graphic techniques</li>
<li>Designing a dashboard</li>
<li>Combination charts</li>
<li>Dynamic and interactive charts</li>
<li>Advanced chart formatting</li>
<li>Charting and dashboard tools for Excel</li>
</ul>
<p>If you have any questions, contact <a title="Jon Peltier - Peltier Technical Services" href="mailto:jon@peltiertech.com">Jon Peltier</a>.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/ptschtbanner1.png" alt="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko" border="0" /></a></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Excel%20Dashboard%20Training%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training&amp;bodytext=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;t=Excel%20Dashboard%20Training" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training&amp;notes=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training&amp;annotation=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;title=Excel%20Dashboard%20Training" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;t=Excel%20Dashboard%20Training" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Excel%20Dashboard%20Training&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;submitHeadline=Excel%20Dashboard%20Training&amp;submitSummary=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-dashboard-training%2F&amp;t=Excel%20Dashboard%20Training&amp;s=Excel%20Charting%20and%20Dashboarding%0D%0A%0D%0AWestborough%20MA%2C%20June%202%0D%0A%0D%0A%0D%0A%0D%0AJon%20Peltier%20%28Peltier%20Technical%20Services%29%20and%20Alex%20Kerin%20%28Data%20Driven%20Consulting%29%20have%20put%20together%20an%20intensive%20one-day%20Excel%20Charting%20and%20Dashboarding%20session.%20Topics%20include%3A%0D%0A%0D%0A%0D%0A%09In" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/XSWKub7MyomqgjeAzaTJclcYzNM/0/da"><img src="http://feedads.g.doubleclick.net/~a/XSWKub7MyomqgjeAzaTJclcYzNM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XSWKub7MyomqgjeAzaTJclcYzNM/1/da"><img src="http://feedads.g.doubleclick.net/~a/XSWKub7MyomqgjeAzaTJclcYzNM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/peltiertech/EsrO?a=AV9CF5CVgKM:cfamgWuuU-k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/peltiertech/EsrO?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/AV9CF5CVgKM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/excel-dashboard-training/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
