FormulaCraft

GETPIVOTDATA

GETPIVOTDATA retrieves a value from a PivotTable by specifying the data field to return and one or more field-item pairs that identify the exact cell. It is more robust than cell references because it continues to work correctly even when the PivotTable layout changes. Use it to pull PivotTable figures into summary dashboards.

Topic:Pivot-style summaries (formula approach)
Excel
=GETPIVOTDATA("Sales",$A$1,"Region","East")
Google Sheets
=GETPIVOTDATA("Sales",$A$1,"Region","East")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1"Sales" is the data field name whose value you want to retrieve from the PivotTable.
  2. 2$A$1 is a reference to any cell inside the PivotTable — it tells Excel which PivotTable to query.
  3. 3"Region","East" is a field-item pair that filters the result to the East region row.

Need a version for your data?

Try: “Pull the Sales total for the East region from my PivotTable

More on Pivot-style summaries (formula approach)

See all →

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: