<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Peltier Tech Blog &#187; Dynamic Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/category/dynamic-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:00:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Easy Dynamic Charts Using Lists or Tables</title>
		<link>http://peltiertech.com/WordPress/easy-dynamic-charts-lists-tables/</link>
		<comments>http://peltiertech.com/WordPress/easy-dynamic-charts-lists-tables/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 07:00:10 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Tables]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3251</guid>
		<description><![CDATA[I&#8217;ve written many blog posts and web pages on Dynamic Charts. See Dynamic Chart Review for a summary and Archive of &#8216;Dynamic Charts&#8217; for an archive of the Dynamic Charts category on this blog. What they have in common is that they rely on you to define dynamic ranges in the worksheet, and then assign [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written many blog posts and web pages on Dynamic Charts. See <a href="http://peltiertech.com/WordPress/dynamic-chart-review/"title="Dynamic Chart Articles by Peltier Tech" >Dynamic Chart Review</a> for a summary and <a href="http://peltiertech.com/WordPress/category/dynamic-charts/"title="Dynamic Charts Category on Peltier Tech Blog" >Archive of &#8216;Dynamic Charts&#8217;</a> for an archive of the Dynamic Charts category on this blog. What they have in common is that they rely on you to define dynamic ranges in the worksheet, and then assign these dynamic ranges to the chart source data. Not too bad if you&#8217;re doing one or two series or a couple of charts, but after a while the tedium can turn your brain into mush.</p>
<p>What do 99%* of the dynamic charts ever created have in common? They are used for sets of data that stretch with time as more rows are added. In the examples cited above, there are other categories of dynamic charts, but those are much less common.</p>
<p>*<em> Don&#8217;t tell anyone, but this is one of the 96% of statistics that are made up on the spot.</em></p>
<p>In the classes I teach I always start with an easier way to make dynamic charts for expanding or shrinking data sets. To answer a question the other day, I looked up the link to my blog post on this topic, and I couldn&#8217;t find it. So I had to write something, and here it is.</p>
<p><span id="more-3251"></span>If you are using Excel 2003 or later, it is remarkably easy to create a chart that depends on a data set with a varying number of rows. The technique makes use of a feature introduced in Excel 2003 called the <strong>List</strong>, which was enhanced and embellished in Excel 2007, and renamed the <strong>Table</strong>. When Excel 2003 came out, the new List was the awesome killer feature that made me immediately upgrade to 2003. Unfortunately, neither Excel 2007 nor 2010 has such a feature, for me anyway.</p>
<p>A List or Table is a designated range that has a row of column headers and rows of data beneath this. The List or Table has the functionality of an Autofilter built in, without the Autofilter&#8217;s limitation of allowing only one per worksheet. As data is typed in the row below or in the column beside the List or Table, the List or Table expands to include this newly added data. As rows or columns are inserted or deleted, the List or Table accommodates the changes.</p>
<p>The most important feature of a List or Table is that any formula that references a full column of data in the List or Table updates its cell addresses when the List or Table changes its number of rows. In addition, a pivot table that uses all rows of a List or Table updates its source data range to the resized List or Table.</p>
<p>The chart SERIES formula updates as the List/Table changes size, making Lists/Tables ideal for many dynamic charting purposes, and here I&#8217;ll show you how that works.</p>
<h2>The Data</h2>
<p>Let&#8217;s start out with this typical made-up data set. It has columns of data, X and Y values in this case, and a row of headers.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-00.png" alt="Dynamic Chart Sample Data" /></p>
<h2>Creating a List or Table</h2>
<p>To create a list in Excel 2003, press Ctrl+L (L for List). Excel guesses what range you want to use and whether that range includes headers. The guess is almost always what you expect.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/ListDialog2003.png" alt="Excel 2003 Create List Dialog" /></p>
<p>To create a list in Excel 2007, press Ctrl+L. They didn&#8217;t mess up any Excel 2003 users by changing the shortcut. The dialog is the same, except it now calls the List a Table.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/TableDialog2007.png" alt="Excel 2007 Create Table Dialog" /></p>
<p>Here&#8217;s what the newly created List looks like in Excel 2003. When the active cell is not within the List, there is a thin blue border highlighting the List.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-01.png" alt="Excel 2003 List" /></p>
<p>If your range did not include headers, Excel inserts a row and uses dummy headers as shown below. If one of your columns did not have a header, Excel inserts a dummy header. If you want a header to appear blank, you need to type a space character in the cell.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-02.png" alt="Excel 2003 List Without Column Headers" /></p>
<p>When the active cell is within the List, the thin blue border becomes a thick blue border, Autofilter dropdown arrows appear in the header row, and the list expands by one row, giving you a data entry row denoted with a blue star in the leftmost cell. Any formatting and formulas are filled down as you enter data into this row. When you enter data in this row, the next row becomes the new record row. As you add rows to the List, any data below the List that would be overwritten is itself shifted down by one row.</p>
<p>The bottom right corner of the List has a small gray backwards &#8220;L&#8221; shape, which you can drag the change the dimensions of the List. You can click and drag on the thick border to move the List around the worksheet.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-03.png" alt="Excel 2003 List Activated" /></p>
<p>Here is the same data, converted into a new Table in Excel 2007. There is no border highlighting the Table, but the Table takes on the default Table formatting. A bit much, but that&#8217;s what Excel 2007 is all about. The bottom right corner of the Table is indicated with a small blue backwards &#8220;L&#8221; shape, which you can drag to change the dimensions of the Table. You can click and drag on the (unseen) border of the Table to move it around the worksheet.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/Table2007-01.png" alt="Excel 2007 Table" /></p>
<p>When the active cell is within the Table, it does not change its appearance. The Autofilter dropdown arrows are always visible. Also, the empty row below the Table does not explicitly become a data entry row, as indicated by the unformatted row below the Table shown here. If you type data in the unformatted row below the Table, Excel assumes you want it added to the Table, and the Table and all of its formatting is filled down to include the new data.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/Table2007-03.png" alt="Excel 2007 Table Activated" /></p>
<h2>Charting a List or Table</h2>
<p>Here is an Excel 2003 XY chart that uses the data in our Excel 2003 List. It is created like any Excel 2003 chart: select the data and run the Chart Wizard.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoListChart2003-01.png" alt="Excel 2003 Chart Made From List" /></p>
<p>Here is an Excel 2007 XY chart that uses data from our Excel 2007 Table. It is created by selecting the data and choosing the chart type from the Insert tab.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoTableChart2007-01.png" alt="Excel 2007 Chart Made From Table" /></p>
<p>When the Excel 2003 chart is selected, you can see the chart source data highlighted in the List. Green (top row) denotes series names, purple (left column) X values, and blue (the bulk of the List) Y values.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-04.png" alt="Excel 2003 List Showing Chart Source Data" /></p>
<p>When the Excel 2007 chart is selected, the Table is highlighted the same way, but the highlighting is a bit difficult to make out with all that shading in the default Table style.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/Table2007-04.png" alt="Excel 2007 Table Showing Chart Source Data" /></p>
<p>No problem, I created my own lightly formatted Table style, and applied it to my Table. Now the highlighting shows up clearly.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/Table2007-04A.png" alt="Excel 2007 Table Cleaned Up and Showing Chart Source Data" /></p>
<h2>The Magical Dynamic Formulas</h2>
<p>To illustrate this wonderful behavior of Lists and Tables, I placed formulas in a row above the Excel 2003 List that calculate the sum each column of Y values in the List. This works identically in Excel 2007. The formula includes all data rows in the List, from 5 to 11.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/ListFormula2003-01.png" alt="Formula Based on Excel 2003 List" /></p>
<p>I expanded the list by entering a new row of data. <em>Without any further effort on my part</em>, the formula updates to extend to row 12, the new bottom of the list.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/ListFormula2003-02.png" alt="Formula Based on Updated Excel 2003 List" /></p>
<h2>The Magical Dynamic Charts</h2>
<p>Here is my Excel 2003 chart from above, after the List was expanded. Each series extends one point further, plotting the data in the new row.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoListChart2003-02.png" alt="Excel 2003 Chart Made From Updated List" /></p>
<p>Here is the corresponding Excel 2007 chart, which now includes data from the new row in the Table.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoTableChart2007-02.png" alt="Excel 2007 Chart Made From Updated Table" /></p>
<p>The data labels in these charts are attached the the previous last point in the series, so the new point and line segment partially obscure the labels. No problem, simply rerun my <a href="http://peltiertech.com/WordPress/label-last-point-for-excel-2007/"title="Label Last Point Utility" >Label Last Point</a> routine to move the labels. Here&#8217;s the fixed up Excel 2003 chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoListChart2003-02A.png" alt="Excel 2003 Chart Made From Updated List" /></p>
<p>And here&#8217;s the fixed up Excel 2007 chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoTableChart2007-02A.png" alt="Excel 2007Chart Made From Updated Table" /></p>
<p>We also note that the highlighted chart source data expands to include the entire List in 2003&#8230;</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/List2003-05.png" alt="Excel 2003 List Showing Updated Chart Source Data" /></p>
<p>&#8230; and the entire Table in 2007.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/Table2007-05.png" alt="Excel 2007 Table Showing Updated Chart Source Data" /></p>
<p>Here is the Excel 2003 chart of the original List, with Series 1 Y selected to show the chat SERIES formula. Note the X and Y values include rows 5 through 11.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoChartFormula2003-01.png" alt="Excel 2003 Original Chart Series Formula" /></p>
<p>Here&#8217;s the same chart and the same chart SERIES formula after the List is expanded. The X and Y values now include rows 5 through 12. The Excel 2007 behavior is identical.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/DynoChartFormula2003-02.png" alt="Excel 2003 Updated Chart Series Formula" /></p>
<p>No discussion of dynamic charts in Excel is complete without a description of charts that use Lists or Tables as their source data.  It is so much easier to use Lists or Tables than dynamic names to make charts respond dynamically to the number of rows in your data.</p>
<h2>First Post of 2011</h2>
<p>I certainly claimed that I would post more, but there have been some circumstances beyond my control. I had to struggle to get even this one post completed this month.</p>
<p>Here is a plot of January&#8217;s actual high and low temperatures (dark gray bars) compared to their typical values. To all you Celsius people, water freezes at the top of the light gray bars.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/ShrewsTempsJan2011.png" alt="January 2011 Temperatures" /></p>
<p>Guess which morning we awoke to a malfunctioning furnace. I&#8217;ll give you a hint: see that blue diamond on January 24th, at -9°F? It got down to 47°F in the kitchen before the faulty intake compressor was replaced. Fortunately the upstairs furnace was fine.</p>
<p>Here&#8217;s a plot of January&#8217;s snowfall, daily totals as blue bars, and cumulative total as a dark blue line. I didn&#8217;t provide a plot of wind, but we get a lot, which means 6 inches on this chart represents 6 inches that fell on the driveway plus 6 inches that blew onto the driveway from the lawn. Each bar represents one to three hours of shoveling and snowblowing, hours I could have been blogging. The exception to shoveling hours is the total of 21.1 inches on January 12th, which was four hours plus spent clearing the driveway by my wife and two daughters. The night before and the day of this storm I drove the 12 hour round trip to Rochester to deliver my other daughter back to school, because her flight the day before had been canceled. That&#8217;s two days I couldn&#8217;t spend blogging.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2011-01/ShrewsSnowJan2011.png" alt="January 2011 Snowfall" /></p>
<p>Note: these charts were generated using the above technique, from an Excel 2003 List of data scraped from the accuweather.com web site.</p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/easy-dynamic-charts-lists-tables/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic Chart with Multiple Series</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/</link>
		<comments>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 20:04:55 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2408</guid>
		<description><![CDATA[On my web site and blog, I have over a dozen pages that talk about dynamic charts. A partial list of these articles is provided at the end of this post. I was asked to expand on one of my examples, specifically to show a dynamic chart with multiple dynamic series. I made up the [...]]]></description>
			<content:encoded><![CDATA[<p>On my web site and blog, I have over a dozen pages that talk about dynamic charts. A partial list of these articles is provided at the end of this post.</p>
<p>I was asked to expand on one of my examples, specifically to show a dynamic chart with multiple dynamic series.</p>
<p>I made up the following data set:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoData1.png" alt="dynamic data set" /></p>
<p><span id="more-2408"></span>I created the following chart, and when the first series was selected, the SERIES formula showed the cell addresses of the ranges defining its data.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoSeriesFormula1.png" alt="dynamic data set" /></p>
<p>I defined the following dynamic names:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoNames.png" alt="dynamic names" /></p>
<p>The OFFSET formula defining XLabels basically says, starting with cell A1, move down one cell and right zero cells, and give us the range which is as tall as the number of labels, given by the COUNTA function, and as wide as 1 cell. The other OFFSET formulas merely say, give us the range 1, 2, 3, or 4 columns to the right of XLabels. This is a shortcut that assures all dynamic ranges are the same size.</p>
<p>To link the series to the dynamic ranges, all that is required is to replace the static cell references in the SERIES formulas with the names defined above. Here is the first SERIES formula when the cell addresses have been replaced by the names, before pressing Enter.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoSeriesFormula2.png" alt="dynamic data set" /></p>
<p>Since the names were defined with the workbook as their scope, pressing Enter converted the references to workbook references, that is, referenced to MultipleDynamicChart.xls instead of Sheet1.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoSeriesFormula3.png" alt="dynamic data set" /></p>
<p>When data is added to the range&#8230;</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoData2.png" alt="dynamic data set" /></p>
<p>&#8230; the SERIES formula is not changed, but the ranges defined by the dynamic names does change, so the chart updates.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-09/MultiDynoSeriesFormula4.png" alt="dynamic data set" /></p>
<p>The workbook with this example can be downloaded as a zip file, <a href="http://peltiertech.com/images/2009-09/MultipleDynamicChart.zip" rel="nofollow" >MultipleDynamicChart.zip</a>.</p>
<p>Here is a partial list of my articles on dynamic charts.</p>
<ul style="margin-left: 18px;">
<li>On the PTS Blog
<ul style="margin-left: 30px;">
<li><a href="http://peltiertech.com/WordPress/dynamic-charts/"title="Dynamic Charts" >Dynamic Charts</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/"title="Dynamic Chart using Pivot Table and Range Names" >Dynamic Chart using Pivot Table and Range Names</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-vba/"title="Dynamic Chart using Pivot Table and VBA" >Dynamic Chart using Pivot Table and VBA</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/"title="Dynamic Ranges to Find and Plot Desired Columns" >Dynamic Ranges to Find and Plot Desired Columns</a></li>
<li><a href="http://peltiertech.com/WordPress/split-data-range-into-multiple-chart-series-without-vba/"title="Split Data Range into Multiple Chart Series without VBA" >Split Data Range into Multiple Chart Series without VBA</a></li>
<li><a href="http://peltiertech.com/WordPress/vba-to-split-data-range-into-multiple-chart-series/"title="VBA to Split Data Range into Multiple Chart Series" >VBA to Split Data Range into Multiple Chart Series</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-source-data/"title="Dynamic Chart Source Data" >Dynamic Chart Source Data (VBA)</a></li>
<li><a href="http://peltiertech.com/WordPress/display-one-chart-dynamically-and-interactively/"title="Display One Chart Dynamically and Interactively" >Display One Chart Dynamically and Interactively</a></li>
</ul>
</li>
<li>On the Peltier Tech web site
<ul style="margin-left: 30px;">
<li><a href="http://peltiertech.com/Excel/Charts/Dynamics.html" rel="nofollow" >Dynamic and Interactive Charts (an overview)</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/DynamicColumnChart1.html" rel="nofollow" >Dynamic Chart</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/DynamicCharts.html" rel="nofollow" >Another Dynamic Chart</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/DynamicLast12.html" rel="nofollow" >Chart the Last 12 Months</a></li>
<li><a href="http://peltiertech.com/Excel/ChartsHowTo/DynamicNormalized.html" rel="nofollow" >Charting Dynamic Normalized Ranges</a></li>
</ul>
</li>
<li>Published in TechTrax ezine
<ul style="margin-left: 30px;">
<li><a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=246" rel="nofollow" >Dynamic Charting By Dates</a></li>
</ul>
</li>
</ul>
<p><br class="spacer_" /></p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/dynamic-chart-with-multiple-series/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Dynamic Chart Review</title>
		<link>http://peltiertech.com/WordPress/dynamic-chart-review/</link>
		<comments>http://peltiertech.com/WordPress/dynamic-chart-review/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:30:17 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1872</guid>
		<description><![CDATA[My colleague and fellow MVP Debra Dalgleish shows a dynamic chart approach that lets you Select Excel Chart Dates From a Drop Down List. Debra has provided her usual comprehensive step-by-step instructions and an example workbook you can download. Her example was done in Excel 2007, but it works as well in previous versions. Debra [...]]]></description>
			<content:encoded><![CDATA[<p>My colleague and fellow MVP Debra Dalgleish shows a dynamic chart approach that lets you <a href="http://blog.contextures.com/archives/2009/05/03/select-excel-chart-dates-from-a-drop-down-list/" rel="nofollow" title="Select Excel Chart Dates From a Drop Down List" >Select Excel Chart Dates From a Drop Down List</a>.</p>
<p><a href="http://blog.contextures.com/archives/2009/05/03/select-excel-chart-dates-from-a-drop-down-list/" rel="nofollow" title="Select Excel Chart Dates From a Drop Down List" ><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2009-05/dsdDynoChartDropdown.png" border="0" alt="Select Excel Chart Dates From a Drop Down List" /></a></p>
<p>Debra has provided her usual comprehensive step-by-step instructions and an example workbook you can download. Her example was done in Excel 2007, but it works as well in previous versions.</p>
<p><span id="more-1872"></span>Debra contributed the first <a href="http://peltiertech.com/Excel/Charts/DynamicColumnChart1.html" rel="nofollow" title="Dynamic Column Chart" >Dynamic Chart</a> example on my fledgling web site, back when it was still just a hobby on GeoCities.</p>
<p>Here are more dynamic chart tutorials I&#8217;ve written:</p>
<ul style="margin-left: 18px;">
<li>On the Peltier Tech Blog
<ul style="margin-left: 30px;">
<li><a href="http://peltiertech.com/WordPress/dynamic-charts/"title="Dynamic Charts" >Dynamic Charts</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-range-names/"title="Dynamic Chart using Pivot Table and Range Names" >Dynamic Chart using Pivot Table and Range Names</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-using-pivot-table-and-vba/"title="Dynamic Chart using Pivot Table and VBA" >Dynamic Chart using Pivot Table and VBA</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/"title="Dynamic Ranges to Find and Plot Desired Columns" >Dynamic Ranges to Find and Plot Desired Columns</a></li>
<li><a title="Split Data Range into Multiple=">Split Data Range into Multiple Chart Series without VBA</a></li>
<li><a title="VBA to Split Data Range into Multiple=">VBA to Split Data Range into Multiple Chart Series</a></li>
<li><a href="http://peltiertech.com/WordPress/dynamic-chart-source-data/"title="Dynamic Chart Source Data" >Dynamic Chart Source Data (VBA)</a></li>
<li><a title="Dynamic Chart with Multiple=">Dynamic Chart with Multiple Series</a></li>
</ul>
</li>
<li>On the Peltier Tech web site
<ul style="margin-left: 30px;">
<li><a href="http://peltiertech.com/Excel/Charts/Dynamics.html" rel="nofollow" >Dynamic and Interactive Charts (an overview)</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/DynamicCharts.html" rel="nofollow" >Another Dynamic Chart</a></li>
<li><a href="http://peltiertech.com/Excel/Charts/DynamicLast12.html" rel="nofollow" >Chart the Last 12 Months</a></li>
<li><a href="http://peltiertech.com/Excel/ChartsHowTo/DynamicNormalized.html" rel="nofollow" >Charting Dynamic Normalized Ranges</a></li>
</ul>
</li>
<li>Published in TechTrax ezine
<ul style="margin-left: 30px;">
<li><a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=246" rel="nofollow" >Dynamic Charting By Dates</a></li>
</ul>
</li>
</ul>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/dynamic-chart-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interactive Charts with Checkboxes and Formulas</title>
		<link>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/</link>
		<comments>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:00:57 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1726</guid>
		<description><![CDATA[An interactive dashboard by definition includes mechanisms for users to control aspects of the display. There are many ways to accomplish this. In Interactive Charting by Combo Box or Checkbox I wrote about using checkboxes to do this. That used a very simple example, which I will explore further in this article. There are a couple [...]]]></description>
			<content:encoded><![CDATA[<p>An interactive dashboard by definition includes mechanisms for users to control aspects of the display. There are many ways to accomplish this. In <a href="http://peltiertech.com/Excel/Charts/ChartByControl.html" rel="nofollow" title="Interactive Charting by Combo Box or Checkbox | PTS Charts" >Interactive Charting by Combo Box or Checkbox</a> I wrote about using checkboxes to do this. That used a very simple example, which I will explore further in this article.</p>
<p>There are a couple of ways to achieve this interactive control. There is an easy method that relies on worksheet formulas to alter the contents of the source data range of each series, and there is a more involved technique that uses VBA to programmatically adjust the chart&#8217;s source data. This post will describe the approach that uses worksheet formulas.</p>
<p><strong>Checkboxes and Worksheet Formulas</strong></p>
<p>Start with a column chart that includes all of the series you will allow the user to select from (A, B, and C in this example). Add a checkbox from the Forms toolbar for each series.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol01.png" alt="" /></p>
<p><span id="more-1726"></span>This works as well for a line chart, though the formulas have to be different for line and column charts.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaLine01.png" alt="" /></p>
<p>The data range is shown below. The original source data is in J3:M8, and the three checkboxes link to the three cells in K1:M1.</p>
<p>There are two calculated ranges below the original data range. The category labels have simply been copied from the original range, but the other data is linked using worksheet formulas.</p>
<p>For the first calculated range, select K10:M15 so K10 is the active cell, enter</p>
<pre class="vbasmall">=IF(K$1,K3,"")
 </pre>
<p>then hold CTRL while pressing ENTER to fill the formula into the entire selected range.</p>
<p>For the second calculated range,  select K17:M17 so K17 is the active cell, enter</p>
<pre class="vbasmall">=IF(K$1,K3,"")
 </pre>
<p>then hold CTRL while pressing ENTER to fill the formula into the entire selected range. Then  select K18:M22 so K18 is the active cell, enter</p>
<pre class="vbasmall">=IF(K$1,K4,NA())
 </pre>
<p>and again hold CTRL while pressing ENTER to fill the formula into the entire selected range.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaData01.png" alt="" /></p>
<p>If the Series B checkbox is unchecked, L1 is FALSE, so L10:L15 appear blank, L17 also appears blank, and L18:L22 contain #N/A.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaData02.png" alt="" /></p>
<p>The source data range for the column chart has been changed from J3:M8 to J10:M15. The data for Series B appears blank due to the &#8220;&#8221; in the formulas, which Excel treats as zero. The bars for Series B have a height of zero, so they don&#8217;t appear, and the legend entry for Series B is &#8220;&#8221;, so it doesn&#8217;t appear.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol02a.png" alt="" /></p>
<p>There is still a gap between the bars for Series A and Series C where Series B fits. There also is still a legend key for Series B, which is the unlabeled orange square between the green and blue squares. The legend can be hidden, but then another means is needed to identify the series in the chart.</p>
<p>We don&#8217;e want to use &#8220;blanks&#8221; in the source data for the line chart. Since the &#8220;&#8221; are interpreted as zero values, the line and markers for Series B lies along the horizontal axis, where Y=0. The legend entry for Series B displays no label, but the legend key still appears (the red bos and line).</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaLine02a.png" alt="" /></p>
<p>For a line chart, use the range J17:J22 as the source data range. This uses #N/A instead of &#8220;&#8221; to indicate undisplayed values, so the line and markers for Series B don&#8217;t even appear in the chart. We still have that pesky unlabeled legend key, though.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaLine02b.png" alt="" /></p>
<p>It would be nice to use the same data range for both line and column charts, but the #N/A error does not preclude plotting a point in a column chart. The value is zero as in a line chart, but if you put value labels on the points, the result is a label that says &#8220;#N/A&#8221;. There is no fancy trick using number formats to hide the error.<br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol02c.png" alt="" /></p>
<p>Using the range with apparent blanks results in labels of &#8220;0&#8243; at points corresponding to apparent blanks.<br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol02d.png" alt="" /></p>
<p>Using a custom number format of &#8220;0;;;&#8221;, we can suppress the display of any label except positive numbers (and errors).<br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol02e.png" alt="" /></p>
<p>What happens if the user gets excited and unchecks all of the boxes? The data ranges respond as expected:<br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaData03.png" alt="" /></p>
<p>And the column chart and line chart both show no data, with unlabeled legends.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-03/DynoFmlaCol03.png" alt="" /><br />
 <img src="http://peltiertech.com/images/2009-03/DynoFmlaLine03.png" alt="" /></p>
<p><a href="http://peltiertech.com/images/2009-03/CheckboxAndFormula.zip" rel="nofollow" title="Zipped workbook chowing checkbox and formula approach to interactive charts" >CheckboxAndFormula.zip</a> is a zipped workbook which you can download to illustrate this technique.</p>
<p><strong>Checkboxes and VBA</strong></p>
<p>In the next article, I will show how to use VBA in conjunction with the checkboxes to control a column or line chart with a single worksheet range and no formulas, while avoiding gaps for missing columns in the column chart and also avoiding  unlabeled legend entries.</p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/interactive-charts-with-checkboxes-and-formulas/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Accordion Chart for Jorge</title>
		<link>http://peltiertech.com/WordPress/accordion-chart-for-jorge/</link>
		<comments>http://peltiertech.com/WordPress/accordion-chart-for-jorge/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 11:00:21 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>
		<category><![CDATA[chart events]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1532</guid>
		<description><![CDATA[Jorge Camoes wrote in Focus + Context (a Bar Chart Is Not a Skyscraper) that tall bar charts are a waste of space. If you plan to show everything (say, all fifty state names), you may as well just use a table. I&#8217;m not sure I completely agree, but part of his point is that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Jorge Camoes</strong> wrote in <a href="http://charts.jorgecamoes.com/focus-context-bar-chart-skyscraper/" rel="nofollow" title="Jorge: Focus + Context (a Bar Chart Is Not a Skyscraper)" >Focus + Context (a Bar Chart Is Not a Skyscraper)</a> that tall bar charts are a waste of space. If you plan to show everything (say, all fifty state names), you may as well just use a table. I&#8217;m not sure I completely agree, but part of his point is that you shouldn&#8217;t overwhelm a reader with too much data all at once, because it will obscure the information.</p>
<p>Jorge used a data set Nathan provided for his <a href="http://forums.flowingdata.com/topic/visualize-this-poverty-rate-by-age-in-america-jan-14-to-jan-20" rel="nofollow" title="Flowing Data - Poverty Rate by Age in America" >Poverty in the US visualization project</a>. The chart Jorge dislikes looks like this:</p>
<p align="center"><span id="more-1532"></span><img src="http://peltiertech.com/images/2009-02/Original.png" alt="Big old ugly bar chart" /></p>
<p>It&#8217;s not really terrible, though I won&#8217;t deny it&#8217;s dull and maybe a bit cluttered. It&#8217;s more informative if less glossy than the infographic that was favored in Nathan&#8217;s challenge. But Jorge thinks that showing all of the state names was too much.</p>
<p>In some cases, an effective display might be to show two charts, the top five and the bottom five, and ignore the data in between.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/JorgeFiveWorst.png" alt="Five Worst Bars" /><br />
 <img src="http://peltiertech.com/images/2009-02/JorgeFiveBest.png" alt="Five Best Bars" /></p>
<p>But Jorge also wanted something interactive. So I put together a little dynamic chart that had all fifty bars but highlights the five closest to the current mouse location. As you move the mouse up and down along the chart, the highlighted region moves with the mouse.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/NoAccordion.png" alt="Interactive Bar Chart" /></p>
<p>Pretty cool, and the actual chart (see below for a download) is cooler than the static image above.</p>
<p>Well, Jorge is a pretty tough customer. He doesn&#8217;t just want to highlight the bars under the mouse. He wants to expand them, and shrink the unhighlighted bars. The effect is rather like an accordion. It was all I could do to keep up with Jorge&#8217;s requirements, but I cobbled together an example that I think he&#8217;ll be happy with.</p>
<p>Not only are a handful of bars under the mouse highlighed, but the highlighted bars are big and fat, while the unhighlighted bars are small and unobtrusive. And it&#8217;s completely interactive.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Accordion.png" alt="Interactive Accordion Chart" /></p>
<p>Again, the dynamic chart in the sample download is way cooler than this screen shot. An advantage of the accordion chart is that the unhighlighted bars can be compressed, shrinking the chart without shrinking the highlighted region. This ability to fit the same dynamic information into a smaller space would make this a good candidate approach for an interactive dashboard.</p>
<p>You can download <a href="http://peltiertech.com/images/2009-02/Accordion.zip" rel="nofollow" title="Accordion Chart Zip File" >Accordion.zip</a>, which contains two Excel 2003 worbooks. <strong>NoAccordion1.xls</strong> is the plain version, with highlighting but no accordion-like expansion and contraction. <strong>Accordion1.xls</strong> is the deluxe version, where the highlighted region expands to grab your attention, while the unhighlighted bars shrink into the background. Open each workbook with macros enabled, then click on the chart to activate the animation.</p>
<p>The data is on the second worksheet of each workbook, along with a set of helper columns with the calculations that make the charts work. The code is unlocked, and you&#8217;ll be surprised how simple it is. Hardly a dozen lines in each workbook.</p>
<p><strong>Update &#8211; 12 February 2009</strong></p>
<p>Colin has noted that the accordion chart above would be better if all bars were labeled. I&#8217;ve adjusted the Accordion chart so the unhighlighted bars have lighter labels.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Accordion2.png" alt="Improved Interactive Accordion Chart" /></p>
<p>I&#8217;ve added labels for unhighlighted bars in the NoAccordion chart. In response to Colin&#8217;s other suggestions, I&#8217;ve also changed the mouse actions so that mousing past the bars doesn&#8217;t move the highlighted region, but instead clicking on a bar or label toggles that bar between highlighted and unhighlighted status. In this chart I&#8217;ve highlighted the New England states.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/NoAccordion2.png" alt="Improved Interactive Bar Chart" /></p>
<p>These workbooks are Accordion2.xls and NoAccordion2.xls, found in  <a href="http://peltiertech.com/images/2009-02/Accordion2.zip" rel="nofollow" title="Accordion Chart Zip File" >Accordion2.zip</a>.</p>
<p><strong>Update 2 &#8211; 12 February 2009</strong></p>
<p>Dick Kusleika has made an adaptation to this chart that always displays the user&#8217;s home state. As he so astutely points out, &#8220;Does anyone really look at the top or bottom five <em>before</em> he finds his own state?&#8221; Read about it in <a href="http://www.dailydoseofexcel.com/archives/2009/02/12/ego-charts/" rel="nofollow" title="Daily Dose: Ego Charts" >Ego Charts</a>.</p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/accordion-chart-for-jorge/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Gapminder For Excel II</title>
		<link>http://peltiertech.com/WordPress/gapminder-for-excel-ii/</link>
		<comments>http://peltiertech.com/WordPress/gapminder-for-excel-ii/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 11:00:14 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dynamic Charts]]></category>
		<category><![CDATA[Animated Charts]]></category>
		<category><![CDATA[Gapminder]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1187</guid>
		<description><![CDATA[A few months ago in Gapminder for Excel I made a simplistic mockup of Hans Rosling&#8217;s Gapminder presentation Debunking third-world myths with the best stats you’ve ever seen in Excel. It was fairly simple, with a single bubble marching across a chart, interpolating between yearly data points as a simple timer-based VBA procedure incremented. An [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago in <a href="http://peltiertech.com/WordPress/2008/08/11/gapminder-for-excel/"title="Gapminder for Excel" >Gapminder for Excel</a> I made a simplistic mockup of Hans Rosling&#8217;s Gapminder presentation <a href="http://www.ted.com/index.php/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html" rel="nofollow" title="Debunking third-world myths with the best stats you've ever seen" >Debunking third-world myths with the best stats you’ve ever seen</a> in Excel. It was fairly simple, with a single bubble marching across a chart, interpolating between yearly data points as a simple timer-based VBA procedure incremented.</p>
<p>An astute reader named Eric thought that the chart would be more effective if the moving bubble left a trail of breadcrumbs, as it were, the annual mileposts along the travels of the moving bubble. I took up the challenge, and it took less time to work up than it&#8217;s taking to write this post.</p>
<p align="center"><span id="more-1187"></span><img title="Gapminder for Excel chart with trailing breadcrumbs" src="http://peltiertech.com/images/2008-12/GapminderII.png" alt="Gapminder for Excel chart with trailing breadcrumbs" /></p>
<p>I modified the data somewhat, since it was made up anyway, so that the path traced by the moving bubble was more continuous. I also defined some names in the worksheet which contain the whole series of data from the first point up to the point where the moving bubble has reached.</p>
<p>Here is a summary of the names, if you&#8217;re playing along at home. The first three names were present in the first version of this chart, and were used by the VBA program in its interpolation routine. The next three names are the X and Y values and the Diameters for the bubbles. Finally, I&#8217;ve included the chart series formula for the new series.</p>
<pre class="vbasmall"><strong>Name          Refers To</strong>
FirstColumn    =Data!$B$12
LastColumn     =Data!$B$13
ControlColumn  =Data!$B$14
<span style="color: #993366;">AllYearsX      =OFFSET(Data!$A$3,0,1,1,GapminderExcel.xls!ControlColumn-1)</span>
<span style="color: #0000ff;">AllYearsY      =OFFSET(AllYearsX,1,0)</span>
<span style="color: #339966;">AllYearsD      =OFFSET(AllYearsX,2,0)</span>
Chart Series   =SERIES("All Years",<span style="color: #800080;">GapminderExcel.xls!AllYearsX</span>,
               <span style="color: #0000ff;">GapminderExcel.xls!AllYearsY</span>,1,<span style="color: #339966;">GapminderExcel.xls!AllYearsD</span>)
&nbsp;</pre>
<p>The workbook can be found in <a href="http://peltiertech.com/images/2008-12/GapminderII.zip" rel="nofollow" title="GapminderII.zip" >GapminderII.zip</a>.</p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=1374689" rel="nofollow" ><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>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/gapminder-for-excel-ii/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

