<?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; PivotTable</title>
	<atom:link href="http://www.pivot-table.com/category/pivottable/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 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[pivot table summary functions]]></category>
		<category><![CDATA[PivotTable]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-stddev-and-stddevp</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 Previously, we've looked at the pivot table summary functions:&#160; Count, Average, Min and Max and Product. In this article we'll look at the StdDev and StdDevp summary functions. StdDev Function and StdDevp Function Like [...]]]></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>Previously, we'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'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'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>
]]></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[pivot table summary functions]]></category>
		<category><![CDATA[PivotTable]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/pivot-table-summary-functions-var-and-varp</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 Previously, we've looked at the pivot table summary functions:&#160; Count, Average, Min and Max and Product. In this article we'll look at the Var and Varp summary functions. Var Function and Varp Function Like [...]]]></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>Previously, we'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'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'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>
]]></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>Allow Excel Pivot Table Use on Protected Sheet</title>
		<link>http://www.pivot-table.com/pivot-table/allow-excel-pivot-table-use-on-protected-sheet</link>
		<comments>http://www.pivot-table.com/pivot-table/allow-excel-pivot-table-use-on-protected-sheet#comments</comments>
		<pubDate>Tue, 08 Sep 2009 05:03:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[pivot table protection]]></category>
		<category><![CDATA[pivot table tutorial]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[PivotTables]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/block-excel-pivot-table-on-protected-sheet</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 some workbooks, you might want to allow users to make changes to a pivot table, but you need to protect formulas or data in other areas of the worksheet. If you protect 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>In some workbooks, you might want to allow users to make changes to a pivot table, but you need to protect formulas or data in other areas of the worksheet.</p>
<p>If you protect the worksheet and enable pivot table use, users will be able to modify the pivot table, but won’t have access to other locked parts of the worksheet.</p>
<h3>Prepare the Worksheet</h3>
<p>The first step is to unlock cells where changes can be made. Then, turn on the worksheet protection.</p>
<ol>
<li>Select any cells in which users are allowed to make changes. In this example, users can make changes to cell E2.</li>
<li>On the Ribbon, click the Home tab.</li>
<li>In the Cells group, click Format. If the Lock Cell command is enabled, click Lock Cell to unlock the selected cell.<img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="LockCell" src="http://www.pivot-table.com/wp-content/uploads/2009/09/lockcell.png" border="0" alt="LockCell" width="177" height="85" /></li>
</ol>
<h3>Protect the Worksheet</h3>
<p>Next, protect the worksheet:</p>
<ol>
<li>On the Ribbon, click the Review tab, and in the Changes section, click Protect Sheet.<img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ProtectSheet" src="http://www.pivot-table.com/wp-content/uploads/2009/09/protectsheet.png" border="0" alt="ProtectSheet" width="292" height="119" /></li>
<li>If desired, enter a password.</li>
<li>Add a check mark to Use PivotTable reports, and check any other items you want enabled on the protected worksheet.<img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="UsePivotTableReportsOn" src="http://www.pivot-table.com/wp-content/uploads/2009/09/usepivottablereportson.png" border="0" alt="UsePivotTableReportsOn" width="268" height="308" /></li>
<li>Click OK and confirm the password, if you entered one.</li>
</ol>
<h3>Test the Worksheet</h3>
<p>Because the worksheet is protected, and Use PivotTable Reports was selected, users will be able to make changes to the pivot table. For example, they will be able to move fields, add fields, and use the drop-down lists.</p>
<p>However, some pivot table features won’t be available while the worksheet is protected, including:</p>
<ul>
<li>Refresh</li>
<li>Group and Ungroup</li>
<li>Report Layout</li>
<li>Calculated Field</li>
</ul>
<p>Other pivot tables, based on the same Excel Table as the pivot tables on a protected sheet, will have some features disabled, such as Refresh.</p>
<p>Tip: To <a title="refresh a pivot table on a protected sheet" href="http://www.pivot-table.com/excel-pivot-tables/refreshing-a-pivot-table-on-a-protected-sheet">refresh a pivot table on a protected sheet</a>, temporarily unprotect the worksheet, refresh the pivot table, and then protect the sheet.</p>
<h3>Watch the Video</h3>
<p>In this short video, you can see the step by step instructions for preparing and protecting the worksheet.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c05cec6f-1576-4fc7-83d8-c308312966d2" class="wlWriterEditableSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/EqpI2tdKG2w&amp;hl=en&amp;fs=1&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/EqpI2tdKG2w&amp;hl=en&amp;fs=1&amp;hl=en"></embed></object></div>
</div>
<p>_____________________</p>
<p>For more information on Pivot Tables, please visit <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Topics</a> index on the Contextures Website.</p>
<p>_____________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/allow-excel-pivot-table-use-on-protected-sheet/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Block Excel Pivot Table on Protected Sheet</title>
		<link>http://www.pivot-table.com/pivot-table/block-excel-pivot-table-on-protected-sheet</link>
		<comments>http://www.pivot-table.com/pivot-table/block-excel-pivot-table-on-protected-sheet#comments</comments>
		<pubDate>Sat, 05 Sep 2009 19:18:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[pivot table protection]]></category>
		<category><![CDATA[pivot table tutorial]]></category>
		<category><![CDATA[pivot tables]]></category>
		<category><![CDATA[PivotTable]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/block-excel-pivot-table-on-protected-sheet</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 some workbooks, you might want to prevent users from making any changes to a pivot table. You want them to see the pivot table, but not change it. However, users might need to [...]]]></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 some workbooks, you might want to prevent users from making any changes to a pivot table. You want them to see the pivot table, but not change it. However, users might need to make changes to data in other areas of the worksheet.</p>
<p>If you protect the worksheet without enabling pivot table use, users won’t be able to modify the pivot table, but will have access to other unlocked parts of the worksheet.</p>
<h3>Prepare the Worksheet</h3>
<p>The first step is to unlock cells where changes can be made. Then, turn on the worksheet protection.</p>
<ol>
<li>Select any cells in which users are allowed to make changes. In this example, users can make changes to cell E2.</li>
<li>On the Ribbon, click the Home tab.</li>
<li>In the Cells group, click Format. If the Lock Cell command is enabled, click Lock Cell to unlock the selected cell.<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="LockCell" src="http://www.pivot-table.com/wp-content/uploads/2009/09/lockcell1.png" border="0" alt="LockCell" width="177" height="85" /></li>
</ol>
<h3>Protect the Worksheet</h3>
<p>Next, protect the worksheet:</p>
<ol>
<li>On the Ribbon, click the Review tab, and in the Changes section, click Protect Sheet.<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="ProtectSheet" src="http://www.pivot-table.com/wp-content/uploads/2009/09/protectsheet1.png" border="0" alt="ProtectSheet" width="292" height="119" /></li>
<li>If desired, enter a password.</li>
<li>Remove the check mark for Use PivotTable reports, and check any other items you want enabled on the protected worksheet.<img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="UsePivotTableReportsOff" src="http://www.pivot-table.com/wp-content/uploads/2009/09/usepivottablereportsoff1.png" border="0" alt="UsePivotTableReportsOff" width="264" height="306" /></li>
<li>Click OK and confirm the password, if you entered one.</li>
</ol>
<h3>Test the Worksheet</h3>
<p>Because the worksheet is protected, and Use PivotTable Reports was not selected, users won’t be able to make changes to the pivot table, and the field list will be hidden.</p>
<p>NOTE: Other pivot tables, based on the same Excel Table as the pivot tables on a protected sheet, will have some features disabled, such as Refresh.</p>
<p>Tip: To <a title="refresh a pivot table on a protected sheet" href="http://www.pivot-table.com/excel-pivot-tables/refreshing-a-pivot-table-on-a-protected-sheet">refresh a pivot table on a protected sheet</a>, temporarily unprotect the worksheet, refresh the pivot table, and then protect the sheet.</p>
<h3>Watch the Video</h3>
<p>In this short video, you can see the step by step instructions for preparing and protecting the worksheet.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c4e665ea-a6c0-4613-b035-2d831d487b7b" class="wlWriterEditableSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/q96lCJkOVbA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/q96lCJkOVbA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;hl=en"></embed></object></div>
</div>
<p>_____________________</p>
<p>For more information on Pivot Tables, please visit <a href="http://www.contextures.com/tiptech.html#PivotTables">Pivot Table Topics</a> index on the Contextures Website.</p>
<p>_____________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/block-excel-pivot-table-on-protected-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning Off Pivot Table Subtotals in Excel 2003</title>
		<link>http://www.pivot-table.com/pivot-table/turning-off-pivot-table-subtotals-in-excel-2003</link>
		<comments>http://www.pivot-table.com/pivot-table/turning-off-pivot-table-subtotals-in-excel-2003#comments</comments>
		<pubDate>Mon, 29 Jun 2009 04:52:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[Totals]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/turning-off-pivot-table-subtotals-in-excel-2003</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 multiple fields to the row or column area, the outer fields automatically get subtotals. For example, in this pivot table, Region and Employee are the outer fields, and a Total row [...]]]></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 multiple fields to the row or column area, the outer fields automatically get subtotals. For example, in this pivot table, Region and Employee are the outer fields, and a Total row was added for each item. </p>
<p><img title="PTSubtotals" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="253" alt="PTSubtotals" src="http://www.pivot-table.com/wp-content/uploads/2009/06/ptsubtotals.png" width="447" border="0" /> </p>
<p>Sometimes these subtotals are useful, but in other pivot tables you might want to stop them from appearing.</p>
<h4>Manually Turn Off the Subtotals</h4>
<p>Unfortunately, here’s no setting you can change to stop the subtotals from automatically appearing for outer row and column fields. However, you can manually turn them off after they appear:</p>
<p>1. Double-click the field button.</p>
<p>2. For Subtotals, select None, then click OK.</p>
<p><img title="PTSubtotalsNone" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="260" alt="PTSubtotalsNone" src="http://www.pivot-table.com/wp-content/uploads/2009/06/ptsubtotalsnone.png" width="408" border="0" />&#160; </p>
</p>
<h4>Programmatically Turn Off the Subtotals</h4>
<p>If you frequently turn off the subtotals, you might find it easier to use a macro to do the work for you. You can create your own code, or download a copy of my free <a href="http://www.contextures.com/xlPivotAddIn.html">Pivot Table add-in</a>, Pivot Power. </p>
<p>It has commands to show or hide the Row, Column, or all Subtotals in a pivot table.</p>
<p><a href="http://www.pivot-table.com/wp-content/uploads/2009/06/ptpowerhidest.png"><img title="PTPowerHideST" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="203" alt="PTPowerHideST" src="http://www.pivot-table.com/wp-content/uploads/2009/06/ptpowerhidest-thumb.png" width="340" border="0" /></a> </p>
<p>_______________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/turning-off-pivot-table-subtotals-in-excel-2003/feed</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Counting Blank Cells in Source Data</title>
		<link>http://www.pivot-table.com/pivot-table/counting-blank-cells-in-source-data</link>
		<comments>http://www.pivot-table.com/pivot-table/counting-blank-cells-in-source-data#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:53:33 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/pivot-table/counting-blank-cells-in-source-data</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 there are blank cells in one of the fields in your source data, you might want to show a count of the blank cells in the pivot table. In this example there's a [...]]]></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 there are blank cells in one of the fields in your source data, you might want to show a count of the blank cells in the pivot table. In this example there's a Region field in the source data, and some of the records have no region name entered. In the pivot table, you'd like to see a count of how many records are missing a region name.
<p>To find the count, you might add the Region field to the pivot table’s row area, and put another copy of the Region field in the data area, as Count of Region.This seems logical, but there’s no count showing for the blank regions.
<p>&nbsp;<a href="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotcountblanks.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="180" alt="PivotCountBlanks" src="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotcountblanks-thumb.gif" width="172" border="0"></a><br />
<h4>Count a Different Field</h4>
<p>A pivot table can’t count the blank cells when you add a field to the data area and use the Count or CountNum summary function. That's why no count appears beside the (blank) region in the screen shot above.
<p>Instead, put a different field in the data area, and use it for the count. For example, if the Units field will always contain data, add Count of Units to the data area, as shown below. The count of blank Regions is now calculated, and you can see that three records are missing a region name.
<p><a href="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotcountblanksb.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="179" alt="PivotCountBlanksB" src="http://www.pivot-table.com/wp-content/uploads/2008/11/pivotcountblanksb-thumb.gif" width="174" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pivot-table.com/pivot-table/counting-blank-cells-in-source-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Functions in a Pivot Table</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/default-functions-in-a-pivot-table</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/default-functions-in-a-pivot-table#comments</comments>
		<pubDate>Wed, 27 Aug 2008 03:51:31 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel Pivot Tables]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[PivotTables]]></category>
		<category><![CDATA[default settings]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/?p=11</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 Usually, when you add a field to the Values area in a pivot table, it automatically uses the Sum function. Sometimes though, a field automatically uses the Count function. You might not understand why [...]]]></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>Usually, when you add a field to the Values area in a pivot table, it automatically uses the Sum function. Sometimes though, a field automatically uses the Count function. You might not understand why different functions are used for two fields that contain similar data.</p>
<ul>
<li>If there are <strong>blank </strong>cells, or <strong>non-numeric</strong> data in the field, the <strong>Count </strong>function is used as a default.</li>
<li>For fields that contain all <strong>numeric </strong>data, the <strong>Sum </strong>function is the default.</li>
</ul>
<p>You can’t set a default summary function in a pivot table. However, after the field has been added to the Values area, you can change its summary function:</p>
<ol>
<li>Right-click a cell in the field that you want to change, and choose Field Settings.</li>
<li>In the Summarize by list, select one of the functions.</li>
<li>Click OK to close the PivotTable Field dialog box.</li>
</ol>
<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/excel-pivot-tables/default-functions-in-a-pivot-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Default PivotTable Style in Excel 2007</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/changing-the-default-pivottable-style-in-excel-2007</link>
		<comments>http://www.pivot-table.com/excel-pivot-tables/changing-the-default-pivottable-style-in-excel-2007#comments</comments>
		<pubDate>Sat, 23 Aug 2008 03:22:02 +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[PivotTables]]></category>
		<category><![CDATA[PivotTable Style]]></category>

		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/changing-the-default-pivottable-style-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 When you create a pivot table in Excel 2007, a PivotTable Style is automatically applied. You always select a different PivotTable Style, so you'd like to change the default PivotTable Style, to save time [...]]]></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 create a pivot table in Excel 2007, a PivotTable Style is automatically applied. You always select a different PivotTable Style, so you'd like to change the default PivotTable Style, to save time when you create new pivot tables.</p>
<p>Follow these steps to change the default PivotTable Style:</p>
<ol>
<li>Select a cell in the pivot table.</li>
<li>On the Ribbon, under the PivotTable Tools tab, click the Design tab.</li>
<li>In the PivotTable Style gallery, right-click on the style that you want to set as the default.</li>
<li>In the context menu, click on Set As Default.</li>
</ol>
<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/excel-pivot-tables/changing-the-default-pivottable-style-in-excel-2007/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

