<?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 &#187; Source Data</title>
	<atom:link href="http://www.pivot-table.com/category/source-data/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>Thu, 02 Feb 2012 20:03:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.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>Fix Pivot Table Source Data For Better Results</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/fix-pivot-table-source-data-for-better-results</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/fix-pivot-table-source-data-for-better-results#comments</comments>
		<pubDate>Mon, 18 Jul 2011 04:02:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/fix-pivot-table-source-data-for-better-results</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook When you are setting up your source data for an Excel pivot table, there are a few data layout guidelines that will help you create the best possible pivot table. Sometimes you get data [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>When you are setting up your source data for an Excel pivot table, there are a few <a title="data layout guidelines" href="http://www.contextures.com/xlExcelTable01.html#Prep" target="_blank">data layout guidelines</a> that will help you create the best possible pivot table.</p>
<p>Sometimes you get data that isn’t well suited for creating a pivot table, like the example shown below. It has a column for each month, and the sales amounts are spread over those 12 columns.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata01" border="0" alt="normalizedata01" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata01.jpg" width="498" height="168" /></p>
<p>When you create a pivot table, there are 12 value fields – one for each month – and you would have to create a calculated field to see an annual total.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata02a" border="0" alt="normalizedata02a" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata02a.png" width="417" height="225" /> </p>
<h3>Normalize the Pivot Table Source Data</h3>
<p>Instead of a separate column for each month, the pivot table source data should have a single column for the sales amounts. In the adjacent columns, you can enter the product name and month name for each amount.</p>
<p>You could manually rearrange that data, or write some Excel VBA code to do the job for you, so it looks like the table shown below. With this 3-column Excel table, you can easily create a flexible pivot table, and focus of specific items or months.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata02" border="0" alt="normalizedata02" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata02.png" width="257" height="259" /></p>
<h3>Rearrange the Data Without Macros</h3>
<p>Instead of manually rearranging the data, or writing a macro, you can use a pivot table trick to change the 13-column data into a normalized 3-column table. Follow these steps, to quickly rearrange the data:</p>
<ol>
<li>Select a cell in the 13-column table, and press Alt+D, and then press P, to open the PivotTable and PivotChart Wizard</li>
<li>In Step 1, select Multiple Consolidation Ranges, and then click Next. </li>
<li>In Step 2a, select I Will Create The Page Fields, and then click Next. </li>
<li>In Step 2b, click in the Range box, and on the worksheet, select the entire table, including the headings, and then click Add. </li>
<ul>
<li><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata03" border="0" alt="normalizedata03" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata03.png" width="261" height="190" />&#160;</li>
</ul>
<li>Leave the other settings at their defaults, and click Finish. </li>
<li>A new sheet is added to the workbook, with a pivot table</li>
<li>In the PivotTable Field List, remove the check marks from the Row and Column fields, so only the Grand Total for Value is left.</li>
<ul>
<li><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata04" border="0" alt="normalizedata04" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata04.png" width="331" height="159" /> </li>
</ul>
<li>Double-click the Grand Total cell, (cell A4 in the screen shot above), to create a new sheet, with the pivot table’s data in 3 columns. </li>
<li>Then, rename the heading cells as Product, Month, and Amount. </li>
<ul>
<li><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata02" border="0" alt="normalizedata02" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata02.png" width="257" height="259" /></li>
</ul>
</ol>
<h3>Build a New Pivot Table</h3>
<p>Now that the source data is normalized, in a 3-column table instead of 13 columns, you can insert your final pivot table, based on the rearranged data.</p>
<p>With the amounts in a single columns, it’s easy to create totals, and use other summary functions, such as Average.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="normalizedata05" border="0" alt="normalizedata05" src="http://www.pivot-table.com/wp-content/uploads/2011/07/normalizedata05.png" width="241" height="203" /> </p>
<h3>Download the Sample Workbook</h3>
<p>To test the multiple consolidation ranges technique, you can download the <a title="Normalize Data for Excel Pivot Table sample workbook" href="http://www.contextures.com/ExcelTemplates/pivotdatanormalize.zip" target="_blank">Normalize Data for Excel Pivot Table sample workbook</a>. The file is in Excel 2007 format, and is zipped. There are no macros in the file.</p>
<h3>Watch the Pivot Table Trick Video</h3>
<p>To see the steps for using a multiple consolidation ranges pivot table, to rearrange your pivot table source data, watch this Excel video tutorial.</p>
<p>It also shows the steps for this technique, if there are two or more columns with labels.</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:a6d684a3-24e7-40a9-ad3e-e7c082202f15" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/xmqTN0X-AgY&amp;hl=en"></param><embed src="http://www.youtube.com/v/xmqTN0X-AgY&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>Or watch on YouTube: <strong><a title="Normalize Data for Excel Pivot Table" href="http://youtu.be/xmqTN0X-AgY" target="_blank">Normalize Data for Excel Pivot Table</a></strong></p>
<p>________________&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/fix-pivot-table-source-data-for-better-results/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Locate Pivot Table Source Access File And Query</title>
		<link>http://www.pivot-table.com/pivot-table/locate-pivot-table-source-access-file-and-query</link>
		<comments>http://www.pivot-table.com/pivot-table/locate-pivot-table-source-access-file-and-query#comments</comments>
		<pubDate>Mon, 08 Nov 2010 06:45:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[pivot table tutorial]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/locate-pivot-table-source-access-file-and-query</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook For a pivot table that’s based on a Microsoft Access query, you might need to find out which database and query were used as the source data. In Excel, if you click the Change [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>For a pivot table that’s based on a Microsoft Access query, you might need to find out which database and query were used as the source data.</p>
<p>In Excel, if you click the Change Data Source command, on the Ribbon's Options tab, you can see the connection name in the Change PivotTable Data Source dialog box. However, that bit of information isn't too useful -- it doesn't show you the name and path of the Access file, and you can't see which query was used to create the pivot table. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sourcequery01" border="0" alt="sourcequery01" src="http://www.pivot-table.com/wp-content/uploads/2010/11/sourcequery01.png" width="393" height="194" />&#160;</p>
<h3>View the Connection Properties</h3>
<p>To find the details on the source data's Access file and query, you can follow these steps:</p>
<ul>
<li>In the Excel file, select a cell in the pivot table </li>
<li>On the Ribbon's Data tab, in the Connections group, click Properties. </li>
</ul>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ribbondataproperties" border="0" alt="ribbondataproperties" src="http://www.pivot-table.com/wp-content/uploads/2010/11/ribbondataproperties.png" width="228" height="119" /> </p>
<ul>
<li>In the Connection Properties dialog box, click the Definition tab.
<ul>
<li>In the Connection File box, you can see the name and path of the database. </li>
<li>In the Command Text box is the name of the Access query. </li>
</ul>
</li>
<li>Click Cancel to close the Connection Properties dialog box. </li>
</ul>
</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sourcequery02" border="0" alt="sourcequery02" src="http://www.pivot-table.com/wp-content/uploads/2010/11/sourcequery02.png" width="396" height="274" /> </p>
<p>______________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/locate-pivot-table-source-access-file-and-query/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Pivot Table from Similar Files in PowerPivot</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/create-pivot-table-from-similar-files-in-powerpivot</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/create-pivot-table-from-similar-files-in-powerpivot#comments</comments>
		<pubDate>Tue, 14 Sep 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[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/create-pivot-table-from-similar-files-in-powerpivot</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook In Excel 2010, you can use the free PowerPivot add-in to create a report from multiple Excel workbooks or worksheets. With PowerPivot, it's easy to connect the tables using the Primary and the Foreign [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>In Excel 2010, you can use the free PowerPivot add-in to create a report from multiple Excel workbooks or worksheets. With PowerPivot, it's easy to connect the tables using the Primary and the Foreign key, such as 'ProductID' in a Sales table and a Pricing table.</p>
<p>In some cases though, you might want to combine the data in two Excel files, or worksheets, that have an identical structure. For example, you could have sales data for the different regions, or expense data for multiple years. </p>
<p>Because the tables have identical structures, you can't use a key to connect them; instead, you would need to create one combined table from all the data. The technique shown in the following video allows you to import more than a million records from Excel, despite the fact that one worksheet can only contain up to 1,048,576 rows. </p>
<p>Thanks to Excel MVP, Kirill Lapin, for sharing this very helpful tip. You can see more of Kirill's work in the Contextures Blog post on <strong><a title="Combining Data from Two Excel Files in a Pivot Table" href="http://blog.contextures.com/archives/2010/09/01/combine-data-from-two-excel-files-in-pivot-table/" target="_blank">Combining Data from Two Excel Files in a Pivot Table</a></strong>.</p>
<h3>Detailed Instruction and Sample Files</h3>
<p>To see detailed instructions for this technique, with more screen shots, visit the <a title="PowerPivot from Identical Structure Excel Files" href="http://www.contextures.com/PowerPivot-Identical-Excel-Files.html" target="_blank">PowerPivot from Identical Structure Excel Files</a> page on the Contextures website. That page also has a link for downloading the East and West sales data that I used in this example.</p>
<h3>Watch the PowerPivot Video</h3>
<p>To see the steps for combining data from multiple tables in PowerPivot, please watch this <strong><a title="PowerPivot from Identical Excel Files" href="http://www.youtube.com/watch?v=2cZU6u-eGJo" target="_blank">PowerPivot from Identical Excel Files</a></strong> video tutorial. </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2cZU6u-eGJo?fs=1&amp;hl=en_US" /><embed type="application/x-shockwave-flash" width="400" height="250" src="http://www.youtube.com/v/2cZU6u-eGJo?fs=1&amp;hl=en_US" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<h3>Download the PowerPivot Add-In</h3>
<p>You can download the free PowerPivot add-in from the Microsoft website: <strong><a title="PowerPivot Download" href="http://www.powerpivot.com/index.aspx" target="_blank">PowerPivot Download</a></strong></p>
<p>__________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/create-pivot-table-from-similar-files-in-powerpivot/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[pivot table grouping]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook In Excel 2007, when you create a second pivot table from the same source data, you don't get an option to base the new pivot table on an existing pivot table, the way you [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<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'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'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'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'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>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/grouping/pivot-table-grouping-affects-another-pivot-table/feed</wfw:commentRss>
		<slash:comments>6</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 subtotals]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[pivot table value fields]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-average</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook 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 [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<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>
]]></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>Create an Excel Table in Excel 2007</title>
		<link>http://www.pivot-table.com/pivot-table/create-an-excel-table-in-excel-2007</link>
		<comments>http://www.pivot-table.com/pivot-table/create-an-excel-table-in-excel-2007#comments</comments>
		<pubDate>Sat, 08 Aug 2009 04:13:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Table]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/create-an-excel-table-in-excel-2007</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook An Excel Table is a new feature in Excel 2007, similar to the List feature in Excel 2003. An Excel Table makes it easy for you to sort, filter, and review your data, whether [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>An Excel Table is a new feature in Excel 2007, similar to the List feature in Excel 2003. An Excel Table makes it easy for you to sort, filter, and review your data, whether it's a few rows and columns, or thousands.</p>
<p>You can also use an Excel Table as the source for a Pivot Table, and new data will automatically be included in the Pivot Table source.</p>
<h3>Arrange Your Data</h3>
<p>Prepare your data before creating an Excel Table:</p>
<ul>
<li>Enter your data on a worksheet, in rows and columns, with headings in the first row.</li>
<li>Remove any blank rows or columns within the data</li>
<li>Leave at least one blank row and one blank column between your data, and any other data on the worksheet. Ideally, keep your data on a separate sheet.</li>
</ul>
<h3>Create the Excel Table</h3>
<p>To create an Excel Table:</p>
<ul>
<li>Select a cell in your data, and on the Ribbon, click the Insert tab.</li>
<li>In the Tables group, click the Table command.<a href="http://www.pivot-table.com/wp-content/uploads/2009/08/ribboninserttable.gif"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="RibbonInsertTable" src="http://www.pivot-table.com/wp-content/uploads/2009/08/ribboninserttable-thumb.gif" border="0" alt="RibbonInsertTable" width="225" height="155" /></a></li>
<li>In the Create Table dialog box, the range for your data should automatically appear, and the My table has headers option is checked. Click OK to accept these settings.<img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="CreateTableOK" src="http://www.pivot-table.com/wp-content/uploads/2009/08/createtableok.gif" border="0" alt="CreateTableOK" width="242" height="151" /></li>
</ul>
<h3>Explore the Excel Table Features</h3>
<p>After you have created an Excel Table, you can test some of its useful features:</p>
<ul>
<li><strong> </strong><strong><strong>Sort Data </strong>-- Click drop down arrow in the heading cells, and click to sort data in ascending or descending order.</strong><strong> </strong></li>
<li><strong>Quick Filters </strong>-- Click drop down arrow in the heading cells, and check or uncheck items to show or hide.</li>
<li><strong>Visible Headings – </strong>If headings in row 1 are no longer visible, column letters are replaced by Excel Table headings.</li>
<li><strong>New data automatically included</strong>--Add data at the end of an Excel table, and the table automatically expands to include it.</li>
<li><strong>Table Name </strong>--An Excel table is automatically named, e.g. Table1, when it is created. You can refer to this name when creating a pivot table. You can also change the name to something better, such as SalesData.</li>
</ul>
<h3>Excel Table Tutorial Video</h3>
<p>If you're working with lists of data in Excel 2007, be sure to use the new Excel Table feature, to make it easier to manage your data.</p>
<p>To see a quick demonstration of creating an Excel Table, and testing a few features, please watch this short video tutorial.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6008872&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=6008872&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6008872"></a></p>
<p>____________</p>
<p>Please visit the Contextures website for more information on <a href="http://www.contextures.com/xlExcelTable01.html">Excel Tables</a> and <a href="http://www.contextures.com/xlPivot01.html">Pivot Table Tutorials</a>.</p>
<p>____________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/create-an-excel-table-in-excel-2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rename a Pivot Table Data Field</title>
		<link>http://www.pivot-table.com/source-data/rename-a-pivot-table-data-field</link>
		<comments>http://www.pivot-table.com/source-data/rename-a-pivot-table-data-field#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:57:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Captions]]></category>
		<category><![CDATA[Data Fields]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/source-data/rename-a-pivot-table-data-field</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook When you add a field to the pivot table Data area, it automatically gets a custom name, such as Sum of Units or Count of Units. Instead of “Sum of Units”, you might want [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>When you add a field to the pivot table Data area, it automatically gets a custom name, such as Sum of Units or Count of Units.</p>
<p><img title="PivotDataNames01" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="202" alt="PivotDataNames01" src="http://www.pivot-table.com/wp-content/uploads/2009/07/pivotdatanames01.png" width="399" border="0" /> </p>
<p>Instead of “Sum of Units”, you might want the name to show as “Units”, so it’s easier to read and the column is narrower. </p>
<p>Unfortunately, if you select the cell and type Units, you’ll see an error message: “PivotTable field name already exists.” </p>
<p><img title="PivotDataNames02" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="229" alt="PivotDataNames02" src="http://www.pivot-table.com/wp-content/uploads/2009/07/pivotdatanames02.png" width="398" border="0" /> </p>
<p>When you try to use a custom name that’s identical to a field name in the source data, you’ll see that error message. In this example, one of the fields in the source data is named Units, so you can’t use Units as a custom name in the pivot table.</p>
<h3>Use a Slightly Different Custom Name</h3>
<p>To avoid this problem, you can <strong>add a space character</strong> to the end of the custom name, and it will be accepted. </p>
<p>In the screen shot below, I’ve added a space after typing Units. When I press the Enter key, the name will be accepted, without an error message.</p>
<p><img title="PivotDataNames03" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="178" alt="PivotDataNames03" src="http://www.pivot-table.com/wp-content/uploads/2009/07/pivotdatanames03.png" width="361" border="0" /> </p>
<h3>Use a Macro To Fix Names</h3>
<p>If you have lots of Data field names to change you could use a macro, to make the job easier. For example, the following macro will change all the Data field captions in the first pivot table on the active sheet.</p>
<pre><font color="#0000ff">Sub </font>ChangeCaptions()
Dim pf As PivotField
Dim pt As PivotTable
Set pt = ActiveSheet.PivotTables(1)
For Each pf In pt.DataFields
    pf.Caption = pf.SourceName &amp; &quot; &quot;
Next pf
End Sub</pre>
<p>There are instructions here for <a href="http://www.contextures.com/xlvba01.html">adding code to your workbook</a>, and running it. This code would go onto a regular module.</p>
<p>____________________</p>
<p>For more information on pivot tables, see the <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Topics</a> on my Contextures web site.</p>
<p>___________________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/source-data/rename-a-pivot-table-data-field/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Items at End of Pivot Table Drop Down Lists</title>
		<link>http://www.pivot-table.com/pivot-table/new-items-at-end-of-pivot-table-drop-down-lists</link>
		<comments>http://www.pivot-table.com/pivot-table/new-items-at-end-of-pivot-table-drop-down-lists#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:47:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Sorting]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/new-items-at-end-of-pivot-table-drop-down-lists</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook While working in the pivot table source data, you might add new items. For example, if you start selling a new product, that product will appear in the list of orders. If your pivot [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>While working in the pivot table source data, you might add new items. For example, if you start selling a new product, that product will appear in the list of orders. If your pivot table is based on that list of orders, the new product will also appear in the pivot table, when you refresh it.</p>
<p>Sometimes the new items appear at the end of the drop down lists, instead of in alphabetical order. In this list you can see that Paper Clips are at the end, but should follow Paper.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ListOrder01" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorder01.gif" border="0" alt="ListOrder01" width="222" height="275" /></p>
<p>To fix this problem, you can sort the field where the new items appear. In this example the new items are in the Product field, so we’ll sort that field.</p>
<h4>Sort the List in Excel 2007</h4>
<ol>
<li>In the pivot table, click the dropdown arrow for Row Labels.</li>
<li>If there are <strong>two or more fields</strong> in the Row Labels area, click the drop down arrow at the top of the menu, and select the field that you want to sort. (The Select Field drop down doesn’t appear if only <strong>one field</strong> is in the Row Labels area)<br />
<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ListOrderB01" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorderb01.gif" border="0" alt="ListOrderB01" width="258" height="167" /></li>
<li>Click on More Sort Options…<br />
<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ListOrderB02" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorderb02.gif" border="0" alt="ListOrderB02" width="255" height="172" /></li>
<li>In the Sort dialog box, under Sort Options, click Ascending (A to Z), and select the field name from the drop down list.<br />
<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ListOrderB03" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorderb03.gif" border="0" alt="ListOrderB03" width="317" height="308" /></li>
<li>Click OK, to close the dialog box.</li>
</ol>
<h4>Sort the List in Excel 2003</h4>
<p>To fix this problem, you can sort the field where the new items appear. In this example the new items are in the Product field, so we’ll sort that field.</p>
<ol>
<li>In the pivot table, right-click on any item in the field that you want to sort.</li>
<li>In the pop-up menu that appears, click on Field Settings<br />
<h4><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ListOrder02" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorder02.gif" border="0" alt="ListOrder02" width="222" height="290" /></h4>
</li>
<li>In the PivotTable Field dialog box, click the Advanced button
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ListOrder03" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorder03.gif" border="0" alt="ListOrder03" width="372" height="223" /></li>
<li>Under AutoSort Options, click Ascending
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ListOrder05" src="http://www.pivot-table.com/wp-content/uploads/2009/02/listorder05.gif" border="0" alt="ListOrder05" width="393" height="296" /></li>
<li>Click OK, to close the dialog boxes.</li>
</ol>
<p>_____________________</p>
<p>For more information on Pivot Tables, please visit <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Topic Index</a> on the Contextures Website.</p>
<p>_____________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/new-items-at-end-of-pivot-table-drop-down-lists/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Automatically Include New Data in a Pivot Table</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table#comments</comments>
		<pubDate>Sun, 16 Nov 2008 02:24:09 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Chart]]></category>
		<category><![CDATA[Source Data]]></category>
		<category><![CDATA[dynamic range]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/?p=43</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook If your pivot table is based on an Excel list, and you probably add records to the existing source data table. You'd like the source data range to automatically expand to include any new [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>If your pivot table is based on an Excel list, and you probably add records to the existing source data table. You'd like the source data range to automatically expand to include any new rows and columns. You don't want to manually change the pivot table range every time you add new data.</p>
<h4>Create a Dynamic Range</h4>
<p>If you frequently add new data to the pivot table source data, you can use a dynamic range, which will automatically expand to include the new rows and columns. Follow these steps to create a dynamic range:</p>
<ol>
<li><span> </span>Select the top-left cell in the source table. This step isn’t necessary, but helps you by inserting the cell reference in the name definition.</li>
<li><span> </span>Choose Insert | Name | Define.</li>
<li><span> </span>In the Names in workbook box, type a name for the dynamic range, for example, <strong>PivotData</strong>.</li>
<li><span> </span>In the Refers to box, type an OFFSET formula that refers to the selected cell. For example, with cell A1 selected on a worksheet named Pivot, you’d type (all on one line)<br />
<strong><span>=OFFSET(Pivot!$A$1,0,0,<br />
COUNTA(Pivot!$A:$A),<br />
COUNTA(Pivot!$1:$1))</span></strong></li>
<li>Click the OK button.</li>
</ol>
<h4>Change the Pivot Table Source</h4>
<p>Then, change the pivot table’s source to the dynamic range that you created:</p>
<ol>
<li><span> </span><span>Right-click </span>a cell in the pivot table.</li>
<li><span> </span>On the shortcut menu, click PivotTable Wizard.</li>
<li><span> </span>Click the Back button.</li>
<li><span> </span>In the Range box, type the name of the dynamic range, and click Finish.</li>
</ol>
<h4>Note</h4>
<p class="NoteTipCaution">This technique will not work if there are other items in row 1 or column A of the Pivot worksheet. Those items would be included in the count, and would falsely increase the size of the source range.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/automatically-include-new-data-in-a-pivot-table/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Locate the Source Data For a Pivot Table</title>
		<link>http://www.pivot-table.com/pivot-table/locate-the-source-data-for-a-pivot-table</link>
		<comments>http://www.pivot-table.com/pivot-table/locate-the-source-data-for-a-pivot-table#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:10:49 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Grouping]]></category>
		<category><![CDATA[Pivot Chart]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[Protection]]></category>
		<category><![CDATA[Refresh]]></category>
		<category><![CDATA[Source Data]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/locate-the-source-data-for-a-pivot-table</guid>
		<description><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
Thank you for subscribing to the RSS feed for Excel Pivot Tables . Please visit the Pivot Tables page on Facebook You might have to make changes to a workbook that contains a pivot table. If someone else created that workbook, you may not be sure where to find the Excel table that was used [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you for subscribing to the RSS feed for <a href="http://www.pivot-table.com">Excel Pivot Tables</a> .

Please visit the <a href="http://www.facebook.com/PivotTables">Pivot Tables page on Facebook</a> </p>
<p>You might have to make changes to a workbook that contains a pivot table. If someone else created that workbook, you may not be sure where to find the Excel table that was used as the pivot table's source data. In some workbooks there can be several Excel tables, and it's not immediately obvious which table was used.</p>
<h4>How To Locate the Source Data</h4>
<p>To locate the source data, follow these steps:</p>
<p>1. Select any cell in the pivot table.</p>
<p>2. On the Ribbon, under the PivotTable Tools tab, click the Options tab.</p>
<p>3. In the Data group, click the top section of the Change Data Source command.</p>
<p style="padding-left: 30px;"><a href="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotchangesource.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotchangesource.gif" border="0" alt="PivotChangeSource" /></a></p>
<p style="padding-left: 30px;">In the Change PivotTable Data Source dialog box, you can see the the source table or range in the Table/Range box. This may be a worksheet reference, such as</p>
<blockquote>
<ul>
<li>Sales_North!$A$1:$O$500</li>
</ul>
</blockquote>
<p style="padding-left: 30px;">or a table name, such as</p>
<blockquote>
<ul>
<li>Sales_East</li>
</ul>
</blockquote>
<p>On the worksheet, behind the dialog box, you can see the source range, surrounded by a moving border.</p>
<p><a href='http://www.pivot-table.com/wp-content/uploads/2008/11/pivot_changetable.gif'><img src="http://www.pivot-table.com/wp-content/uploads/2008/11/pivot_changetable.gif" alt="" title="pivot_changetable" width="448" height="258" class="alignnone size-full wp-image-40" /></a></p>
<p>4. Click OK, to close the dialog box.</p>
<h4>Unhide a Sheet</h4>
<p>Usually the source range will be visible, and surrounded by a moving border. If the source range isn't activated, it may be on a hidden worksheet. You can follow these steps to unhide a sheet:</p>
<p>1. On the Ribbon, click the Home tab</p>
<p>2. In the Cells group, click Format.</p>
<p>2. In the Visibility section, click Hide &amp; Unhide, and then click the Unhide Sheet command.</p>
<p>3. In the list, select the sheet that you want to make visible, and click OK.</p>
<p><a href="http://www.pivot-table.com/wp-content/uploads/2008/11/sheetunhide.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.pivot-table.com/wp-content/uploads/2008/11/sheetunhide.gif" border="0" alt="SheetUnhide" /></a></p>
<p>___________________________</p>
<p>For more information on pivot tables, see the <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Topics</a> on my Contextures web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/locate-the-source-data-for-a-pivot-table/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

