You can quickly add totals to your pivot table data. The new total value is created as an additional column. Total functions can be applied to:
Depending on which set of values you apply the total function, different results are yielded. Consider a simple pivot table with two values of 20 and 30. Each of these is already a total of underlying values (20 = 8 +12 and 30 = 10 + 20). An average of the underlying value yields the result of 12.5 = (8 + 12 + 10 + 20) /4). An average of the surface values yields the results 25 = (20 +30) / 2).