Change the summary function or custom calculation for a field in a PivotTable report
Data in the Values area summarize the underlying source data in the PivotChart report in the following way: numeric values use the SUM function and text values use the COUNT function. However, you can change the summary function . Optionally, you can also create a custom calculation .
- Select a field in the Values area for which you want to change the summary function of the PivotTable report.
- On the
Optionstab, in theActive Fieldgroup, clickActive Field, and then clickField Settings.The
Value Field Settingsdialog box is displayed.The
Source Nameis the name of the field in the data source.The
Custom Namedisplays the current name in the PivotTable report, or the source name if there is no custom name. To change theCustom Name, click the text in the box and edit the name. - Click the
Summarize bytab. - In the
Summarize value field bybox, click the summary function that you want to use.Summary functions you can use
Function Summarizes Sum The sum of the values. This is the default function for numeric values. Count The number of values. The Count summary function works the same as the COUNTA worksheet function. Count is the default function for values other than numbers. Average The average of the values. Max The largest value. Min The smallest value. Product The product of the values. Count Nums The number of values that are numbers. The Count Nums summary function works the same as the COUNT worksheet function. StDev An estimate of the standard deviation of a population, where the sample is a subset of the entire population. StDevp The standard deviation of a population, where the population is all of the values to be summarized. Var An estimate of the variance of a population, where the sample is a subset of the entire population. Varp The variance of a population, where the population is all of the values to be summarized. Note For some types of source data, such as OLAP data and for calculated fields and fields with calculated items, you can't change the summary function.
- Optionally, you can use a custom calculation by doing the following:
- Click the
Show values astab. - Click the calculation that you want in the
Show values asbox.Custom calculations that you can use
Function Result Normal Turns off custom calculation. Difference From Displays a value as the difference from the value of the Base itemin theBase field.% Of Displays a value as a percentage of the value of the Base itemin theBase field.% Difference From Displays a value as the percentage difference from the value of the Base itemin theBase field.Running Total in Displays the value for successive items in the Base fieldas a running total.% Of Row Displays the value in each row or category as a percentage of the total for the row or category. % Of Column Displays all the values in each column or series as a percentage of the total for the column or series. % Of Total Displays a value as a percentage of the grand total of all the values or data points in the report. Index Calculates a value as follows: ((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))
- Select a
Base fieldandBase item, if these options are available for the calculation that you chose.Base fieldshould not be the same field that you chose in step 1.
- Click the
- To change the way that numbers are formatted, click
Number Format, and in theNumbertab of theFormat Cellsdialog box, select a number format, and then click OK. - If the report has multiple value fields, repeat the previous steps for each one that you want to change.
Note To use more than one summary function for the same field, add the field again from the PivotTable Field List, and then repeat the steps by choosing the other function that you want.