<?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; Calculated Field</title>
	<atom:link href="http://www.pivot-table.com/category/calculated-field/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>Pivot Table Calculated Field: Tasks Per Hour</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-tasks-per-hour</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-tasks-per-hour#comments</comments>
		<pubDate>Tue, 01 Mar 2011 05:01:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Calculated Field]]></category>
		<category><![CDATA[Excel Pivot Tables]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-tasks-per-hour</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 Instead of creating formulas in the source data for your pivot tables, you can create formulas in the pivot table, by using calculated fields and calculated items. In this example, we'll create a calculated [...]]]></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>Instead of creating formulas in the source data for your pivot tables, you can create formulas in the pivot table, by using calculated fields and calculated items. In this example, we'll create a calculated field, to show the number of tasks per hour that are completed by each worker.</p>
<p>In the source data, each record has the task date, worker name, minutes spent on the task, and the task name.</p>
<p><img style="display: inline; border: 0px;" title="TaskTime01" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime01.png" border="0" alt="TaskTime01" width="290" height="172" /></p>
<h3>The Calculated Field Problem</h3>
<p>In the pivot table, the following fields are added to the layout:</p>
<ul>
<li>worker name is in the Rows area</li>
<li>Sum of Task Time is in the Values area, formatted to show hours, minutes and seconds</li>
<li>Count of Task is in the Values area</li>
</ul>
<p><img style="display: inline; border: 0px;" title="TaskTime02" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime02.png" border="0" alt="TaskTime02" width="267" height="202" /></p>
<p>To calculate the tasks per hour, you would divide the number of tasks, by the TaskTime multiplied by 24.</p>
<p><strong>=Tasks/(TaskTime*24)</strong></p>
<p>If you wanted to calculate the tasks per hour on the worksheet, outside of the pivot table, the formula in cell D5 would be:</p>
<p><strong>=C5/(B5*24)</strong></p>
<p><img style="display: inline; border: 0px;" title="TaskTime03" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime03.png" border="0" alt="TaskTime03" width="330" height="227" /></p>
<p>In a pivot table, you can summarize data by Sum, Count, Average, and several other functions. However, when you create a calculated field, the SUM of the fields are used in the calculation, even if another summary function, like COUNT, is used in the pivot table.</p>
<p>In this pivot table, the Sum of Tasks will always be zero, because Tasks is a text field, and the numeric value of a text entry is zero.</p>
<h3>Add a Task Count Field</h3>
<p>Instead of using a text field to count the tasks, you can add a numeric field to the pivot table source data. In the screen shot below, you can see the new field -- TaskCount -- and a 1 has been added in each record.</p>
<p><img style="display: inline; border: 0px;" title="TaskTime04" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime04.png" border="0" alt="TaskTime04" width="356" height="184" /></p>
<h4>To show the new field in the pivot table:</h4>
<ul>
<li>Change the data source, to include the new column</li>
<li>Refresh the pivot table</li>
<li>Remove the Count of Task field</li>
<li>Add the TaskCount field, as Sum of TaskCount, in the Values area.</li>
<li>(optional) Change the heading for Sum of TaskCount to "Task Count"</li>
</ul>
<p><img style="display: inline; border: 0px;" title="TaskTime05" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime05.png" border="0" alt="TaskTime05" width="276" height="201" /></p>
<h3>Create a Calculated Field for Tasks Per Hour</h3>
<p>To create a calculated field,</p>
<ul>
<li>Select a cell in the pivot table</li>
<li>On the Excel Ribbon, click the Options tab, under PivotTable Tools</li>
<li>Click Formulas, and then click Calculated Field</li>
</ul>
<p><img style="display: inline; border: 0px;" title="TaskTime06" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime06.png" border="0" alt="TaskTime06" width="336" height="185" /></p>
<p>In the Insert Calculated Field window:</p>
<ul>
<li>Type a name for the calculated field, e.g. TasksPerHr</li>
<li>In the formula box, enter the following formula (double-click on the field names to add them to the formula):</li>
<li><strong>= TaskCount/( TaskTime*24)</strong></li>
<li>Click OK, to complete the calculated field.</li>
</ul>
<p><img style="display: inline; border: 0px;" title="TaskTime07" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime07.png" border="0" alt="TaskTime07" width="276" height="175" /></p>
<p>In the pivot table,</p>
<ul>
<li>format the TasksPerHr field with the number format that you want, e.g. 2 decimal places,</li>
<li>(optional) change the column heading.</li>
</ul>
<p><img style="display: inline; border: 0px;" title="TaskTime08" src="http://www.pivot-table.com/wp-content/uploads/2011/02/TaskTime08.png" border="0" alt="TaskTime08" width="352" height="198" /></p>
<h3>Download the Sample File</h3>
<p>To see the pivot table and formulas, you can download the <a title="Pivot Table Calculated Field sample file" href="http://www.contextures.com/PivotTasksPerHour.zip" target="_blank"><strong>Pivot Table Calculated Field sample file</strong></a>. It is in Excel 2007 format, and zipped.<br />
____________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-tasks-per-hour/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pivot Table Calculated Field Removed with Excel VBA</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-removed-with-excel-vba</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-removed-with-excel-vba#comments</comments>
		<pubDate>Thu, 09 Sep 2010 04:01:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Calculated Field]]></category>
		<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-calculated-field-removed-with-excel-vba</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 you're working with pivot table calculated fields in Excel VBA programming, or trying to use the Orientation property for data fields, you might encounter some problems. Here's how I managed to work around [...]]]></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 you're working with pivot table <strong><a title="calculated fields" href="http://www.contextures.com/excel-pivot-table-calculated-field.html" target="_blank">calculated fields</a></strong> in Excel VBA programming, or trying to use the Orientation property for data fields, you might encounter some problems. Here's how I managed to work around an error that occurs when you try to remove a calculated field from the pivot table layout with Excel VBA.</p>
<h3>Strange Results for Orientation Property</h3>
<p>I encountered the first oddity with Orientation while working with pivot table field names. I wanted to see a bit of information about each pivot field, so I wrote some <a title="Excel VBA code to list the pivot field" href="http://www.contextures.com/excel-vba-pivot-table-field-list.html" target="_blank">Excel VBA pivot field</a> code, to show the caption, source name, location (orientation), position, sample data, and a formula (calculated fields).</p>
<p>The code worked well, but the Orientation property gave some strange results for the fields in the Values area. Instead of listing the field location as Data, they were shown as Hidden. At the top of the screen shot below, you can see the field names circled in the pivot table layout, but the list says they're hidden.</p>
<p><img style="display: inline; border-width: 0px;" title="PivotFieldListCode01" src="http://blog.contextures.com/wp-content/uploads/2010/09/pivotfieldlistcode01.png" alt="PivotFieldListCode01" width="350" height="261" border="0" /></p>
<h3>Removing the Data Fields</h3>
<p>I experimented with the Orientation property in the code, but had no success in getting it to display correctly when looping through the PivotFields. When I tried to change the Orientation for the data fields, things got even stranger. I could change the regular data fields to xlHidden, to remove them from the pivot table layout, but those calculated fields weren't removed.</p>
<p>Instead of changing the calculated field Orientation to xlHidden, Excel displayed the error message "Run-time error '1004': Unable to set the Orientation property of the PivotField class"</p>
<p><img style="display: inline; border-width: 0px;" title="PivotFieldListCode03" src="http://blog.contextures.com/wp-content/uploads/2010/09/pivotfieldlistcode03.png" alt="PivotFieldListCode03" width="363" height="241" border="0" /></p>
<p>On the Excel worksheet, you can manually uncheck the calculated field boxes, and remove them from the pivot table, then check the box again, to put it back into the layout. However, if you record a macro while removing the calculated field, that recorded code shows the same error message when you try to run it.</p>
<h3>Remove the Calculated Fields</h3>
<p>A Google search showed that many other people had encountered this problem, and the only solution was delete the calculated field, instead of trying to remove it from the layout. That approach is okay if you want to permanently remove the calculated field, but wouldn't be much help if you wanted to keep the calculated field in your pivot table, for use later.</p>
<p>So, I wrote the following code that deletes each calculated field, then immediately adds it back to the pivot table field list, but not into the pivot table layout. If you've had trouble removing calculated fields from the pivot table layout, please let me know if this code helps you.</p>
<p>Update: If multiple pivot tables share the same pivot cache, calculated field is removed from all. To prevent accidental deletion from other pivot tables, go to this article for sample code: <a title="Check for Shared Pivot Cache" href="I've posted new code that will cancel the macro is other pivot tables share the same pivot cache.  http://www.pivot-table.com/excel-pivot-tables/check-for-shared-pivot-cache" target="_blank">Check for Shared Pivot Cache</a></p>
<pre>Sub RemoveCalculatedFields()
Dim pt As PivotTable
Dim pf As PivotField
Dim pfNew As PivotField
Dim strSource As String
Dim strFormula As String

Set pt = ActiveSheet.PivotTables(1)
    For Each pf In pt.CalculatedFields
        strSource = pf.SourceName
        strFormula = pf.Formula
        pf.Delete
        Set pfNew = pt.CalculatedFields.Add(strSource, strFormula)
    Next pf

End Sub</pre>
<p>___________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/pivot-table-calculated-field-removed-with-excel-vba/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Problem With Pivot Table Calculated Field Totals</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/problem-with-pivot-table-calculated-field-totals</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/problem-with-pivot-table-calculated-field-totals#comments</comments>
		<pubDate>Fri, 21 May 2010 05:28:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Calculated Field]]></category>
		<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Pivot Table Totals]]></category>
		<category><![CDATA[pivot table tutorial]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/problem-with-pivot-table-calculated-field-totals</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 can create a calculated field in a pivot table, to perform calculations based on the Sum of a pivot table field. For example, this formula would calculate a bonus based on the total [...]]]></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 can create a calculated field in a pivot table, to perform calculations based on the Sum of a pivot table field. For example, this formula would calculate a bonus based on the total number of units sold for each product. If 60 or more were sold, then the salesperson would receive a 3% bonus on the sales amount for those products.</p>
<p><strong>=IF(Units&gt;= 60,Total* 3%,0)</strong></p>
<p>In the pivot table shown below, Andrews sold 150 binders, and earned a bonus of 22.46 on that product. Gill only sold 10 pens, so there is no bonus earned for that.</p>
<p>The headings in the pivot table have been changed:</p>
<ul>
<li>Sum of Total --&gt; Sales</li>
<li>Sum of Units --&gt; Units Sold</li>
<li>Sum of Bonus --&gt;Bonus Amt</li>
</ul>
<p><img style="display: inline; border: 0px;" title="pivotcalcbonus01" src="http://www.pivot-table.com/wp-content/uploads/2010/05/pivotcalcbonus01.png" border="0" alt="pivotcalcbonus01" width="340" height="287" /></p>
<h3>Calculated Field Totals</h3>
<p>After creating the Bonus calculated field, you might expect to see a sum of the bonus amounts, in the subtotal and grand total rows. However, the calculated field uses the same calculation in the subtotal and grand total rows, instead of showing a sum.</p>
<p>In this pivot table, Gill had two bonus amounts -- 11.98 and 5.38, for a total of 17.36. However, the subtotal for Gill shows a bonus amount of 26.21, which is too high.</p>
<p><img style="display: inline; border: 0px;" title="pivotcalcbonus02" src="http://www.pivot-table.com/wp-content/uploads/2010/05/pivotcalcbonus02.png" border="0" alt="pivotcalcbonus02" width="340" height="103" /></p>
<p>The grand total for a calculated field performs the same calculation that’s defined in the calculated field. So, for Gill, instead of summing the bonus amounts, it calculates 3% of Gill's total sales -- 874 * 3% = 26.21</p>
<h3>Calculate Outside the Pivot Table</h3>
<p>Unfortunately, there's no setting that you can change in the pivot table, to sum the calculated fields, instead of using the calculated field formula on the totals.</p>
<p>As a workaround, you could use formulas outside the pivot table to extract the bonus amounts, and sum those amounts.</p>
<ul>
<li>To create blank cell in the product column, the report layout was changed to Outline Form.</li>
<li>To create salesperson groups, in cell F5, the formula is: <strong>=--(B5="")+F4</strong>
<ul>
<li>(Note: there are 2 minus signs after the equal sign in the above formula)</li>
</ul>
</li>
<li>In cell G5: <strong>=IF(B5&lt;&gt;"",E5,0)</strong></li>
<li>The bonus calculation in cell H5 is:<br />
<strong>=IF(A5="Grand Total",SUM(G:G),IF(B5="",SUMIF(F:F,F5,G:G),G5))</strong></li>
</ul>
<p><img style="display: inline; border: 0px;" title="pivotcalcbonus03" src="http://www.pivot-table.com/wp-content/uploads/2010/05/pivotcalcbonus03.png" border="0" alt="pivotcalcbonus03" width="378" height="334" /></p>
<p>Then, hide the pivot table column that contains the Bonus calculations, so only the column with the correct subtotals and grand total is visible.</p>
<h3>Download the Sample File</h3>
<p>To work with the data in this example, and create the calculated field, you can download the <a title="Calculated Field Bonus sample file" href="http://www.contextures.com/PivotCalcFieldBonus.zip"><strong>Calculated Field Bonus sample file</strong></a>. The file is in Excel 2007 format, and zipped.</p>
<p>_____________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/excel-pivot-tables/problem-with-pivot-table-calculated-field-totals/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Remove Calculated Field From Excel Pivot Table</title>
		<link>http://www.pivot-table.com/calculated-field/remove-calculated-field-from-excel-pivot-table</link>
		<comments>http://www.pivot-table.com/calculated-field/remove-calculated-field-from-excel-pivot-table#comments</comments>
		<pubDate>Tue, 19 Jan 2010 05:43:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Calculated Field]]></category>
		<category><![CDATA[pivot table tutorial]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/calculated-field/remove-calculated-field-from-excel-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 After you create a calculated field in an Excel pivot table, you might want to remove it from the pivot table layout. You can temporarily remove a calculated field, or you can permanently remove [...]]]></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>After you create a calculated field in an Excel pivot table, you might want to remove it from the pivot table layout. You can temporarily remove a calculated field, or you can permanently remove it. </p>
<p>In this example, the pivot table has a calculated field named Bonus. It appears in the Values area as Sum of Bonus. You could hide the Bonus calculated field, or delete it from 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="PivotCalcField01" border="0" alt="PivotCalcField01" src="http://www.pivot-table.com/wp-content/uploads/2010/01/pivotcalcfield01.png" width="311" height="238" /> </p>
<h3>Temporarily Remove a Calculated Field</h3>
<p>To temporarily remove a calculated field from a pivot table, follow these steps: </p>
<ol>
<li>In the pivot table, right-click a cell in the calculated field. In this example, we’ll right-click the Bonus field. </li>
<li>In the popup menu, click the Remove command that shows the name of the calculated field.&#160;&#160;
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="PivotCalcField02" border="0" alt="PivotCalcField02" src="http://www.pivot-table.com/wp-content/uploads/2010/01/pivotcalcfield02.png" width="244" height="203" />       </li>
</ol>
<p>The calculated field is removed from the pivot table layout, but remains in the PivotTable Field List.</p>
<p>Later, you can add a check mark to the calculated field in the PivotTable Field List, to return it to the pivot table layout.</p>
<h3>Permanently Remove a Calculated Field </h3>
<p>To permanently remove a calculated field, follow these steps: </p>
<ol>
<li>Select any cell in the pivot table. </li>
<li>On the Ribbon, under the PivotTable Tools tab,&#160; click the Options tab. </li>
<li>In the Tools group, click Formulas, and then click Calculated Field. </li>
<li>From the Name drop down list, select the name of the calculated field you want to delete.
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="PivotCalcField03" border="0" alt="PivotCalcField03" src="http://www.pivot-table.com/wp-content/uploads/2010/01/pivotcalcfield03.png" width="433" height="211" />       <br />&#160; </li>
<li>Click Delete, and then click OK to close the dialog box. </li>
</ol>
<p>______________ </p>
<p> For more information on Pivot Tables, please see the <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Tutorials</a> on the Contextures Website.
<p>______________ </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/calculated-field/remove-calculated-field-from-excel-pivot-table/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a List of Pivot Table Formulas</title>
		<link>http://www.pivot-table.com/pivot-table/create-a-list-of-pivot-table-formulas</link>
		<comments>http://www.pivot-table.com/pivot-table/create-a-list-of-pivot-table-formulas#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:23:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Calculated Field]]></category>
		<category><![CDATA[Calculated Item]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/create-a-list-of-pivot-table-formulas</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 you’ve used calculated items and calculated fields in your pivot table, you can automatically create a list of all the formulas. List the Formulas in Excel 2007 Select any cell in the 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>If you’ve used calculated items and calculated fields in your pivot table, you can automatically create a list of all the formulas. </p>
<h4>List the Formulas in Excel 2007</h4>
<ol>
<li>Select any cell in the pivot table.</li>
<li>On the Ribbon, under the PivotTable Tools tab, click the Options tab.</li>
<li>In the Tools group, click Formulas</li>
<li>Click&#160; List Formulas.</li>
</ol>
<p><img title="PivotFormList01" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="231" alt="PivotFormList01" src="http://www.pivot-table.com/wp-content/uploads/2009/02/pivotformlist01.gif" width="283" border="0" /> </p>
<p>A new sheet is inserted in the workbook, with a list of the calculated fields and a list of the calculated items.</p>
<p><img title="PivotFormList02" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="201" alt="PivotFormList02" src="http://www.pivot-table.com/wp-content/uploads/2009/02/pivotformlist02.gif" width="414" border="0" /> </p>
<h4>List the Formulas in Excel 2003</h4>
<ol>
<li>Select any cell in the pivot table.</li>
<li>On the Pivot toolbar, click PivotTable.</li>
<li>Click Formulas, then click&#160; List Formulas.</li>
</ol>
<p><img title="PivotFormList03" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="318" alt="PivotFormList03" src="http://www.pivot-table.com/wp-content/uploads/2009/02/pivotformlist03.gif" width="360" border="0" /> </p>
<p>A new sheet is inserted in the workbook, with a list of the calculated fields and calculated items (see the Excel 2007 example above).</p>
<ol>
<p>___________________________</p>
<p>For more information on pivot tables, see the <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Tables</a> on my Contextures web site.</p>
<p>___________________________</p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/create-a-list-of-pivot-table-formulas/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

