<?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>Excel Pivot Tables</title>
	<atom:link href="http://www.pivot-table.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pivot-table.com</link>
	<description>Pivot Table Tutorials, Pivot Table Tips and Pivot Table News</description>
	<lastBuildDate>Mon, 30 Aug 2010 04:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image><title>Excel Pivot Tables</title><url>http://www.pivot-table.com/wp-content/themes/atahualpa/images/ColoursRSS.gif</url><link>http://www.pivot-table.com</link><width>34</width><height>34</height><description>Excel pivot table tips and tutorials.</description></image>		<item>
		<title>Pivot Table From Data in Multiple Workbooks</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-from-data-in-multiple-workbooks</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-from-data-in-multiple-workbooks#comments</comments>
		<pubDate>Mon, 30 Aug 2010 04:03:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Pivot Table]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-from-data-in-multiple-workbooks</guid>
		<description><![CDATA[To create a pivot table from data on different worksheets, you can use a Multiple Consolidation Ranges pivot table, but the result is a pivot table with limited features and functionality. Previously, Excel MVP Kirill Lapin shared his macro for creating a standard pivot table from data on different worksheets. Now Kirill has expanded that [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>To create a pivot table from data on different worksheets, you can use a <a title="Multiple Consolidation Ranges pivot table" href="http://www.contextures.com/xlPivot08.html">Multiple Consolidation Ranges pivot table</a>, but the result is a pivot table with limited features and functionality. Previously, <a title="Excel MVP Kirill Lapin" href="https://mvp.support.microsoft.com/profile/Kirill">Excel MVP Kirill Lapin</a> shared his macro for creating a standard <a title="pivot table from data on different worksheets" href="http://blog.contextures.com/archives/2009/08/24/create-a-pivot-table-from-multiple-sheets/">pivot table from data on different worksheets</a>. </p>
<p>Now Kirill has expanded that technique, and written a macro to build a pivot table from data in multiple Excel files. </p>
<h3>Pivot Table Macro</h3>
<p>In Kirill&#8217;s example, the main file is named Report.xls. It contains the pivot table code, and a button that runs the macro. After you start the macro, it prompts you to select one or more data files, all stored in the same folder. </p>
<p>All of the data files must have the same structure, and the macro pulls the data stored on Sheet1 in each file. </p>
<h3>Standard Pivot Table</h3>
<p>The macro creates a standard pivot table based on a Union query, and not built from Multiple Consolidation Ranges, it&#8217;s a fully functioning pivot table, and you can pivot, group and filter the data, as usual. You can also refresh the pivot table, to show the latest data in the source files, as long as those files stay in their original location. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotwkbk04" border="0" alt="pivotwkbk04" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotwkbk04.png" width="368" height="254" /></p>
<h3>The Union Query</h3>
<p>Kirill&#8217;s macro creates a Union query to combine the data from all the selected files. If you open Microsoft Query, you can see the SQL string for the Union query, and all the data from the selected workbooks.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotwkbk05" border="0" alt="pivotwkbk05" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotwkbk05.png" width="397" height="271" />&#160;</p>
<h3>Download the Sample File</h3>
<p>You can download the <a title="Pivot Workbooks example" href="http://www.contextures.com/KL_PivotWkbks.zip">Pivot Workbooks example</a> to see the sample code and create the pivot table. The zipped folder that contains the Report.xls file, and the five sample data files. Unzip the folder, and keep all the files in the same folder. When you open the Report.xls file, enable macros to run the code.</p>
</p>
<p>______________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-from-data-in-multiple-workbooks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Grouping Affects Another Pivot Table</title>
		<link>http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table</link>
		<comments>http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table#comments</comments>
		<pubDate>Mon, 23 Aug 2010 04:02:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Grouping]]></category>
		<category><![CDATA[Source Data]]></category>
		<category><![CDATA[pivot table grouping]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table</guid>
		<description><![CDATA[In Excel 2007, when you create a second pivot table from the same source data, you don&#8217;t get an option to base the new pivot table on an existing pivot table, the way you can in Excel 2003. In Step 1 of the Excel 2003 Wizard, you can select the first option, to create an [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 0px 10px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotgroupcache00" border="0" alt="pivotgroupcache00" align="right" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotgroupcache00.png" width="130" height="132" />In Excel 2007, when you create a second pivot table from the same source data, you don&#8217;t get an option to base the new pivot table on an existing pivot table, the way you can in Excel 2003. </p>
<p>In Step 1 of the Excel 2003 Wizard, you can select the first option, to create an independent pivot table. Or, select the fourth option, for pivot tables that share the same pivot cache.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotgroupcache02" border="0" alt="pivotgroupcache02" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotgroupcache02.png" width="397" height="131" /> </p>
<p>In Excel 2007, if you create two pivot tables from the same source data, they automatically use the same pivot cache of the source data. You don&#8217;t have an option to create an independent pivot table.</p>
<h3>Grouping Problems</h3>
<p>Because the pivot tables share the same cache, this can cause problems if you group the data in the pivot fields.</p>
<p>When you change the grouping in one pivot table, the same grouping appears in the other pivot table. For example, change the date grouping in the first pivot table to Months, and the dates in the second pivot table automatically group in Months.</p>
<p>Because you created the two pivot tables from the same source data, by default they use the same pivot cache, which is where the grouping is stored. </p>
<p>However, you might want different grouping in the two pivot tables. For example, you&#8217;d like Month grouping in one pivot table, and Quarter grouping in the other.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotgroupcache01" border="0" alt="pivotgroupcache01" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotgroupcache01.png" width="317" height="201" /> </p>
<h3>Create a Second Pivot Cache</h3>
<p>To use different grouping in each pivot table, you&#8217;ll need to create a separate pivot cache for each pivot table. Use the following easy method, suggested in the Excel newsgroups by Dave Peterson.</p>
<p>To create a separate pivot cache for the second pivot table:</p>
<ol>
<li>Cut the second pivot table, and paste it into a new workbook. </li>
<li>Change the grouping of the second pivot table. </li>
<li>Cut the second pivot table from the new workbook, and paste it back into the original workbook. </li>
</ol>
<p>Now there are two pivot caches in the original workbook, and each pivot table can be grouped independently.</p>
<h3>Watch the Video</h3>
<p>To see the steps for creating a second pivot cache so you can create separate grouping in the pivot tables, please watch this Excel video tutorial.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:1255634f-6d45-424f-887e-b7caa75edf04" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/FlRLEIPhlt8?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/FlRLEIPhlt8?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>________________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: StdDev and StdDevp</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-stddev-and-stddevp</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-stddev-and-stddevp#comments</comments>
		<pubDate>Fri, 20 Aug 2010 04:01:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[pivot table summary functions]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-stddev-and-stddevp</guid>
		<description><![CDATA[Previously, we&#8217;ve looked at the pivot table summary functions:&#160; Count, Average, Min and Max and Product. In this article we&#8217;ll look at the StdDev and StdDevp summary functions. StdDev Function and StdDevp Function Like the STDEV.P and STDEV.S worksheet functions, the StdDev and StdDevp summary functions calculate the standard deviation for the underlying data in [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>Previously, we&#8217;ve looked at the pivot table summary functions:&#160; <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count">Count</a>, <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average">Average</a>, <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min">Min and Max</a> and <a title="Product" href="http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product">Product</a>. In this article we&#8217;ll look at the StdDev and StdDevp summary functions.</p>
<h3>StdDev Function and StdDevp Function</h3>
<p>Like the STDEV.P and STDEV.S worksheet functions, the StdDev and StdDevp summary functions calculate the standard deviation for the underlying data in the Values area, and is the square root of the variance. Like the variance, standard deviation is a measure of how widely the values vary from the average of the values.</p>
<p>The StdDevp summary function is used when the entire population is used in the calculation. If a sample of the data is used, instead of the entire population, then use the StdDev summary function.</p>
<h3>STDEV.P Worksheet Function</h3>
<p>Shown below is the pivot table source data, and the STDEV.P worksheet function is calculating the standard deviation for each product type. There is a large difference between the quantities of file folders sold, and the standard deviation is 44.5. For the paper sales, the difference in quantity is much smaller, and the standard deviation is only 4.71.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotstdev00" border="0" alt="pivotstdev00" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotstdev00.png" width="319" height="313" />&#160;</p>
<h3>Pivot Table StdDevp Summary Function</h3>
<p>To use the StdDevp summary function, when the Qty field is added to the pivot table, change the summary calculation to StdDevp.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotstdev01b" border="0" alt="pivotstdev01b" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotstdev01b.png" width="403" height="274" />&#160;</p>
<p>The standard deviations shown in the pivot table are the same as those that were calculated on the worksheet.</p>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotstdev02" border="0" alt="pivotstdev02" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotstdev02.png" width="247" height="213" />&#160;&#160; </p>
<p><b>Note</b>: If the count of items is one, a #DIV/0! error is displayed when using the StdDev summary function, because one is subtracted from the count when calculating the standard deviation.</p>
<h3>How the Standard Deviation is calculated</h3>
<p>In the standard deviation, each number is compared to the mean of the numbers. If you were to calculate the standard deviation on the worksheet, without the STDEV.P function, here&#8217;s how you would do it.</p>
<ol>
<li>Find the average of the numbers in the pivot table data. </li>
<li>From each number, subtract the average. </li>
<li>Square the calculated difference for each number </li>
<li>Find the average of the squared difference. </li>
<li>Find the square root of the average.</li>
</ol>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotstdev03" border="0" alt="pivotstdev03" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotstdev03.png" width="376" height="368" />&#160; </p>
<p>_______________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-stddev-and-stddevp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: Var and Varp</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-var-and-varp</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-var-and-varp#comments</comments>
		<pubDate>Thu, 19 Aug 2010 01:12:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[pivot table summary functions]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-var-and-varp</guid>
		<description><![CDATA[Previously, we&#8217;ve looked at the pivot table summary functions:&#160; Count, Average, Min and Max and Product. In this article we&#8217;ll look at the Var and Varp summary functions. Var Function and Varp Function Like the VAR.P and VAR.S worksheet functions, the Var and Varp summary functions calculate the variance for the underlying data in the [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>Previously, we&#8217;ve looked at the pivot table summary functions:&#160; <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count">Count</a>, <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average">Average</a>, <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min">Min and Max</a> and <a title="Product" href="http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product">Product</a>. In this article we&#8217;ll look at the Var and Varp summary functions.</p>
<h3>Var Function and Varp Function</h3>
<p>Like the VAR.P and VAR.S worksheet functions, the Var and Varp summary functions calculate the variance for the underlying data in the Values area, and is the square of the standard deviation. Like the standard deviation, variance is a measure of how widely the values vary from the average of the values.</p>
<p>The VarP summary function is used when the entire population is used in the calculation. If a sample of the data is used, instead of the entire population, then use the Var summary function.</p>
<h3>VAR.P Worksheet Function</h3>
<p>Shown below is the pivot table source data, and the VAR.P worksheet function is calculating the variance for each product type. There is a large difference between the quantities of file folders sold, and the variance is 1980.25. For the paper sales, the difference in quantity is much smaller, and the variance is only 22.22.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotvarp00" border="0" alt="pivotvarp00" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotvarp00.png" width="328" height="301" /></p>
<h3>Pivot Table Varp Summary Function</h3>
<p>To use the Varp summary function, when the Qty field is added to the pivot table, change the summary calculation to Varp.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotvarp01b" border="0" alt="pivotvarp01b" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotvarp01b.png" width="399" height="285" /> </p>
<p>The variances shown in the pivot table are the same as those that were calculated on the worksheet.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotvarp02" border="0" alt="pivotvarp02" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotvarp02.png" width="225" height="222" />&#160;&#160; </p>
<p><b>Note</b>: If the count of items is one, a #DIV/0! error is displayed when using the Var summary function, because one is subtracted from the count when calculating the variance.</p>
<h3>How the Variance is calculated</h3>
<p>In the variance, each number is compared to the mean of the numbers. If you were to calculate the variance on the worksheet, without the VAR.P function, here&#8217;s how you would do it.</p>
<ol>
<li>Find the average of the numbers in the pivot table data. </li>
<li>From each number, subtract the average. </li>
<li>Square the calculated difference for each number </li>
<li>Find the average of the squared difference. </li>
</ol>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivotvar03" border="0" alt="pivotvar03" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotvar03.png" width="324" height="355" /> </p>
<p>_______________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-var-and-varp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: Product</title>
		<link>http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product</link>
		<comments>http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:22:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[pivot table summary functions]]></category>
		<category><![CDATA[pivot table tutorial]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product</guid>
		<description><![CDATA[In recent blog posts, we’ve looked at the pivot table Count function, the Average function, and the Min and Max functions. In this article we’ll look at the Product function. Product Summary Function The Product summary function shows the result of multiplying all the underlying values in the Values area. The result is the same [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>In recent blog posts, we’ve looked at the pivot table <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count">Count function</a>, the <a href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average">Average function</a>, and the <a title="Min and Max functions" href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min" target="_blank">Min and Max functions</a>. In this article we’ll look at the Product function.</p>
<h3>Product Summary Function</h3>
<p>The <b>Product </b>summary function shows the result of multiplying all the underlying values in the Values area. The result is the same as using the PRODUCT function on the worksheet to calculate the multiplied values. </p>
<p>In all the years that I&#8217;ve worked with pivot tables, I&#8217;ve never had to use the <b>Product</b> summary function, and can&#8217;t imagine a situation where it would be useful. However, you can see how it works, and decide if it would be useful in any of your applications.</p>
<h3>PRODUCT Worksheet Function</h3>
<p>The PRODUCT worksheet function can be useful as a quick way to multiply several values in a worksheet row. For example, in this list of orders, the PRODUCT function multiplies the item quantity, times the cost, times the markup rate, to get the total price for each order.</p>
<p>In column G, you can see the total calculated by using the multiplier operator instead. The only case in which the results are different is where there is a blank cell, such as in row 4. The PRODUCT function treats the blank as a 1, and the multiplier operator treats the blank as a zero.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotproduct02" border="0" alt="pivotproduct02" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotproduct02.png" width="400" height="232" />&#160;</p>
<p>In this scenario, the PRODUCT worksheet function shows a meaningful result.</p>
<h3>PRODUCT Worksheet Function for Columns</h3>
<p>However, when you&#8217;re using data&#160; as the source for a pivot table, you aren&#8217;t multiplying rows, as you would with the PRODUCT worksheet example above. The pivot table will summarize the data from several, or even thousands of rows, so the PRODUCT function isn&#8217;t useful, in my experience.</p>
<p>In the screen shot below, you can see the pivot table source data, with the product calculated for each type of item that&#8217;s sold, using the PRODUCT worksheet function. Instead of multiplying the values in rows, values in the same column (Qty) are being multiplied.</p>
<p>At the bottom of the source data is the overall PRODUCT calculation.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotproduct01" border="0" alt="pivotproduct01" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotproduct01.png" width="355" height="280" /></p>
<p>Unlike the previous example, these products are meaningless.</p>
<h3>Pivot Table Product Summary Function</h3>
<p>When you use the Product summary function in a pivot table that&#8217;s based on the data source shown above, the results are the same meaningless numbers.</p>
<p>The results of the <b>Product</b> function may be very large numbers and default to a Scientific number format. You can format the numbers as Number format, instead of Scientific format. </p>
<p>Note: Excel only stores and calculates with 15 significant digits of precision, so after the 15th character you&#8217;ll only see zeros.</p>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotproduct03" border="0" alt="pivotproduct03" src="http://www.pivot-table.com/wp-content/uploads/2010/08/pivotproduct03.png" width="356" height="229" /> </p>
<p>_________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/pivot-table-summary-functions-product/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Pivot Table Wizard in Excel 2007</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/add-pivot-table-wizard-in-excel-2007</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/add-pivot-table-wizard-in-excel-2007#comments</comments>
		<pubDate>Tue, 20 Jul 2010 02:23:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[pivot tables]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/add-pivot-table-wizard-in-excel-2007</guid>
		<description><![CDATA[The Pivot Table Wizard isn&#8217;t available on the Ribbon in Excel 2007. To open the Pivot Table Wizard, you can use the keyboard shortcut &#8212; Alt + D, P &#8212; as described in the article on creating a pivot table from multiple sheets. Another option is to add the Pivot Table Wizard button to your [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>The Pivot Table Wizard isn&#8217;t available on the Ribbon in Excel 2007. To open the Pivot Table Wizard, you can use the keyboard shortcut &#8212; Alt + D, P &#8212; as described in the article on creating a <a title="pivot table from multiple sheets" href="http://blog.contextures.com/archives/2010/04/16/how-to-create-an-excel-pivot-table-from-multiple-sheets/">pivot table from multiple sheets</a>.</p>
<p>Another option is to add the Pivot Table Wizard button to your Quick Access Toolbar (QAT), by following the steps below. </p>
<h3>Customize the QAT</h3>
<p>To add the Pivot Table Wizard to your QAT, follow these steps:</p>
<ul>
<li>Click on the Customize Quick Access Toolbar button</li>
<li>Click More Commands</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="QATMoreCmd" border="0" alt="QATMoreCmd" src="http://www.pivot-table.com/wp-content/uploads/2010/07/QATMoreCmd.png" width="330" height="370" />&#160;</p>
<ul>
<li> From the &#8216;Choose commands from&#8217; drop down list, select &#8216;Commands Not in the Ribbon&#8217;</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="QATCmdsNot" border="0" alt="QATCmdsNot" src="http://www.pivot-table.com/wp-content/uploads/2010/07/QATCmdsNot.png" width="311" height="217" />&#160;</p>
<ul>
<li>In the list of commands, click PivotTable and PivotChart Wizard</li>
<li>Click the Add button, then click OK</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="QATPivotWizard" border="0" alt="QATPivotWizard" src="http://www.pivot-table.com/wp-content/uploads/2010/07/QATPivotWizard.png" width="400" height="308" /></p>
<h3>Open the Pivot Table Wizard</h3>
<p>Now that the Pivot Table Wizard button has been added to the QAT, you can click it to open the Pivot Table Wizard.</p>
</p>
<p>  <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="QATPivotWizard2" border="0" alt="QATPivotWizard2" src="http://www.pivot-table.com/wp-content/uploads/2010/07/QATPivotWizard2.png" width="268" height="107" />&#160;
</p>
</p>
<p>___________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/add-pivot-table-wizard-in-excel-2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: Max and Min</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min#comments</comments>
		<pubDate>Sat, 17 Jul 2010 05:52:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[pivot table subtotals]]></category>
		<category><![CDATA[pivot table tutorial]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min</guid>
		<description><![CDATA[In recent blog posts, we&#8217;ve looked at the pivot table Count function and the Average function. Now we&#8217;ll look at two more functions, that are closely related &#8212; Min and Max. Max Summary Function The Max summary function shows the maximum value from the underlying values in the Values area. The result is the same [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>In recent blog posts, we&#8217;ve looked at the pivot table <a title="Count function" href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count">Count function</a> and the <a title="Average function" href="http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average">Average function</a>. Now we&#8217;ll look at two more functions, that are closely related &#8212; Min and Max.</p>
<h3>Max Summary Function</h3>
<p>The <b>Max</b> summary function shows the maximum value from the underlying values in the Values area. The result is the same as using the MAX function on the worksheet to calculate the maximum of the values. </p>
<p>In the screen shot below, you can see the source data for a small pivot table, and the maximum quantity, using the worksheet&#8217;s MAX function, is 97.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotmax01" border="0" alt="pivotmax01" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivotmax01.png" width="242" height="286" /></p>
<p>With a pivot table, you can quickly see the maximum for each product that was sold, and the grand total &#8212; 97 &#8212; which matches the worksheet maximum. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotmax02" border="0" alt="pivotmax02" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivotmax02.png" width="222" height="215" /></p>
<h3>Min Summary Function</h3>
<p>The <b>Min</b> summary function shows the minimum value from the underlying values in the Values area. The result is the same as using the MIN function on the worksheet to calculate the minimum of the values. </p>
<p>In the screen shot below, you can see the source data for a small pivot table, and the minimum quantity, using the worksheet&#8217;s MIN function, is 8.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotmin01" border="0" alt="pivotmin01" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivotmin01.png" width="253" height="286" /></p>
<p>With a pivot table, you can quickly see the minimum for each product that was sold, and the grand total &#8212; 8 &#8212; which matches the worksheet minimum.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivotmin02" border="0" alt="pivotmin02" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivotmin02.png" width="223" height="202" /></p>
<p>In both the worksheet and the pivot table, the blank cell is ignored when calculating the minimum amount.</p>
<p>___________</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;&#160;&#160; </p>
<p>___________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-max-and-min/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: Average</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:38:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Data Fields]]></category>
		<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[Source Data]]></category>
		<category><![CDATA[pivot table subtotals]]></category>
		<category><![CDATA[pivot table value fields]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average</guid>
		<description><![CDATA[When you add a numeric data field to the Values area in a pivot table, the summary function defaults to either Sum or Count. You can change that field to use one of the other summary functions, such as Average. The Average Function The Average function in a pivot table works like the AVERAGE function [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>When you add a numeric data field to the Values area in a pivot table, the <a title="summary function defaults to either Sum or Count" href="http://www.pivot-table.com/pivot-table-tutorial/pivot-table-defaults-to-sum-or-count">summary function defaults to either Sum or Count</a>. You can change that field to use one of the other summary functions, such as Average.</p>
<h3>The Average Function</h3>
<p>The <b>Average</b> function in a pivot table works like the AVERAGE function on the worksheet to calculate the average (mean) of the values. It totals all the underlying values in the Values area, and divides by the number of values.&#160; </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage05" border="0" alt="pivottableaverage05" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage05.png" width="203" height="190" />&#160;</p>
<p>You can use the <strong>Average</strong> function to compare amounts, such as order sizes, student grades, and project times, across a large number of instances.</p>
<h3>Blanks and Zeros</h3>
<p>Just as they are on the worksheet, blank cells are ignored when calculating the pivot table averages, but zero cells are included. </p>
<p>In the data source shown below, cell C7 is blank. That blank cell is not included in either the worksheet average (C12),</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage01" border="0" alt="pivottableaverage01" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage01.png" width="244" height="280" /></p>
<p>or in the pivot table average, shown below.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage05" border="0" alt="pivottableaverage05" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage05.png" width="203" height="190" />&#160;</p>
<h3>Hidden Zeros</h3>
<p>If you have formatted the worksheet to hide zero values, remember that those zero values will be included in the averages, even if the cells appear blank. </p>
<p>In the two data sources shown below, the overall average is different. Zeros are hidden on the worksheet, and cell F7 contains a zero. Cell C7 is blank. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage04" border="0" alt="pivottableaverage04" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage04.png" width="401" height="314" /></p>
<p>If you create pivot tables from these two data sources, the pivot table Average function would include the hidden zeros, just as the worksheet Average does.</p>
<h3>Format the Results</h3>
<p>When you use the <b>Average</b> summary function, the results will probably show a strange mixture of decimal places, as shown in the pivot table at the left, in the screen shot below.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage03" border="0" alt="pivottableaverage03" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage03.png" width="400" height="228" /></p>
<p>Format the field to have a consistent number of decimal places (as in the pivot table at the right, above), so the numbers are easy to compare. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="pivottableaverage02" border="0" alt="pivottableaverage02" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottableaverage02.png" width="388" height="279" /></p>
<p>____________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot Table Summary Functions: Count</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count#comments</comments>
		<pubDate>Sat, 10 Jul 2010 20:18:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[pivot table summary functions]]></category>
		<category><![CDATA[pivot table tutorial]]></category>
		<category><![CDATA[pivot table value fields]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count</guid>
		<description><![CDATA[When you add a field to a pivot table&#8217;s Values area, Count is the default summary function, if the field contains nonnumeric or blank cells. (If the field&#8217;s data are all numbers, Sum is the default function.) The Count function&#8217;s name is slightly confusing, because it&#8217;s like the COUNTA worksheet function, not the COUNT worksheet [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>When you add a field to a pivot table&#8217;s Values area, Count is the <a title="default summary function" href="http://www.pivot-table.com/pivot-table-tutorial/pivot-table-defaults-to-sum-or-count">default summary function</a>, if the field contains nonnumeric or blank cells. (If the field&#8217;s data are all numbers, Sum is the default function.)</p>
<p>The Count function&#8217;s name is slightly confusing, because it&#8217;s like the COUNTA worksheet function, not the COUNT worksheet function. </p>
<p>The pivot table Count function counts:</p>
<ul>
<li>text </li>
<li>numbers </li>
<li>errors </li>
</ul>
<p>Blank cells are not counted. </p>
<h3>Watch What You Count</h3>
<p>If you&#8217;re using the Count function in a pivot table, be careful which field you use for the count. For example, in the pivot table source&#160; data shown below, cell C7, in the Qty column, is blank.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivottablecount01" border="0" alt="pivottablecount01" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottablecount01.png" width="246" height="281" /></p>
<p>if you want to count the order for Pens, and use the Qty field, the blank cell (C7) would not be counted. The number of orders for Pens would show as 1. Instead, you could add the Product field to the Values area, and the Pens orders would show a count of 2.</p>
<p>In the pivot tables shown below, the one on the left uses <strong>Qty</strong> in the Values field, and the pivot table on the right uses <strong>Product</strong> in the Values field.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivottablecount02" border="0" alt="pivottablecount02" src="http://www.pivot-table.com/wp-content/uploads/2010/07/pivottablecount02.png" width="392" height="242" /> </p>
<p>__________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-count/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an Excel 2007 Pivot Table and Show Averages</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/create-an-excel-2007-pivot-table-and-show-averages</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/create-an-excel-2007-pivot-table-and-show-averages#comments</comments>
		<pubDate>Mon, 05 Jul 2010 04:02:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[pivot table formatting]]></category>
		<category><![CDATA[pivot table tutorial]]></category>
		<category><![CDATA[pivot table value fields]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/create-an-excel-2007-pivot-table-and-show-averages</guid>
		<description><![CDATA[This example is based on the Work Orders workbook, used in my book, &#34;Beginning PivotTables in Excel 2007.&#34; If you&#8217;re working through the book, this video shows the steps outlined starting on page 46. In the video, we create a pivot table that&#8217;s based on a formatted Excel Table. Then, the Values field is changed [...]<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></description>
			<content:encoded><![CDATA[<p>This example is based on the Work Orders workbook, used in my book, &quot;<a href="http://www.amazon.com/gp/product/1590598903?ie=UTF8&amp;tag=contextures-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590598903">Beginning PivotTables in Excel 2007</a>.&quot; If you&#8217;re working through the book, this video shows the steps outlined starting on page 46.</p>
<p>In the video, we <a title="create a pivot table" href="http://www.contextures.com/CreatePivotTable.html">create a pivot table</a> that&#8217;s based on a formatted <a title="Excel Table" href="http://www.contextures.com/xlExcelTable01.html">Excel Table</a>. Then, the Values field is changed from SUM to AVERAGE, and the numbers are formatted so they&#8217;re easy to read and understand.</p>
<p>If there are other sections of &quot;Beginning Pivot Tables in Excel 2007&quot; that you&#8217;d like to see in a video, please let me know in the comments. Thanks!</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:eac93e60-72f8-46f7-a3b4-4961f9fcfc63" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/d9-fONCSwk8&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/d9-fONCSwk8&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>___________________</p>
<p>Thank you for subscribing to the <a href="http://www.pivot-table.com">Excel Pivot Tables</a> RSS feed.

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/create-an-excel-2007-pivot-table-and-show-averages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
