To work around this issue, edit the incorrect reference so
that your GETPIVOTDATA formula displays the correct result. The automatically
generated formula has the following form
GETPIVOTDATA(<AnchorCell>,"<GroupName>[<GroupItem>;Data,<FunctionName>]")
where
- <AnchorCell> is an absolute reference to the top left
cell in the PivotTable.
- <GroupName> is the name of the data group for which
the subtotal is being calculated.
- <GroupItem> is the name of the particular item being
subtotaled.
- <FunctionName> is the name of the function being used
in the subtotal, such as SUM or AVERAGE.
Delete "Data" to create the correct formula, which is as
follows:
GETPIVOTDATA(<AnchorCell>,"<GroupName>[<GroupItem>;<FunctionName>]")