The information in this article applies to:
SYMPTOMSWhen you update data in a PivotTable, the following error message may appear: If you click Details, you receive an error message similar to the following:
CAUSE
This problem occurs when all of the following conditions are true:
-and- -and- WORKAROUNDTo work around this problem, do not use a cell address for the name argument of the GetPivotData function when you use it. Instead, refer to an item label by name. For example, the following formulas refer to an item in each of the sample PivotTables that follow. Example 1Enter the following data for PivotTable1 in cells A1:D5.
The following formula
returns the value 500, the value for Widget2 for the month of January.
The following formula
Returns the value 1,500, the total for the month of January.
Example 2Enter the following data for PivotTable2 in cells F1:J11.
The following formula
returns 300, the value for the month of January for the Agent Bill and for
the Product Widget1.
The following formula
returns 1200, the value for Widget2 for the month of February.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe GetPivotData worksheet function returns data that is stored in a PivotTable. You can use GetPivotData to retrieve summary data from a PivotTable provided that the summary data is visible in the PivotTable. However, when you use the function to return data from more than one PivotTable, and one table is based on existing an PivotTable that uses external data, the program may quit when you update the data. REFERENCESFor more information about the GetPivotData function, click the Index tab in Help, type the following text getpivotdataand then double-click the selected text to go to the "GetPivotData worksheet function" topic. Additional query words: XL97 ipf gpf crash sql server dbf oracle
Keywords : kberrmsg xlgpf xllist xlpivot |
Last Reviewed: October 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |