The GETPIVOTDATA formula allows the retrieval of data from a PivotTable report while its structure is being changed.
To retrieve data, use the GETPIVOTDATA formula:
In Excel 2002 and Excel 2003, it is much easier to use the GETPIVOTDATA formula. Simply select any cell outside the PivotTable report, press the equals (=) sign and select a cell in the PivotTable report's Data area.
In Excel 97 and Excel 2000, insert the formula by manually typing the data field name and the fields.
To retrieve data when the structure of the PivotTable Report is stable, use either:
The INDEX formula combined with the MATCH formula. The defined Names used in the formulas are:
* PivotTableSheet: The name of the entire sheet.
* ColA: Column A.
Note: The number 2 in the MATCH formula stands for column B, which is column 2 in the sheet.
The SUMIF formula combined with the OFFSET formula.
Note: The number 1 in the OFFSET formula stands for one column from the reference address, which is column A.
Screenshot // Retrieving Data from a PivotTable Report
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.