My understanding of Calculated Fields in PivotTables is that "sum" is used to aggregate a reference to a PivotTable field, and then the formula you define for the field is applied to that sum. I have verified that this behaves as stated.
Does anybody know of a workaround to get a CalculatedField in a PivotTable to use the average? Of course you cannot manually compute that average as SUM/COUNT as you can only use SUM and can't use COUNT, either!
So, lets say Field1 as a calculated field in a PivotTable is defined as:
Field1 = income * 2
where "income" is a field in the PivotTable's data range
If what i want for the result of Field1 is: (AVERAGE of income) * 2 [not: (SUM of income) * 2] ...
anybody know of any tricks or workarounds to get it?
Thanks!
Does anybody know of a workaround to get a CalculatedField in a PivotTable to use the average? Of course you cannot manually compute that average as SUM/COUNT as you can only use SUM and can't use COUNT, either!
So, lets say Field1 as a calculated field in a PivotTable is defined as:
Field1 = income * 2
where "income" is a field in the PivotTable's data range
If what i want for the result of Field1 is: (AVERAGE of income) * 2 [not: (SUM of income) * 2] ...
anybody know of any tricks or workarounds to get it?
Thanks!