getpivotdata worksheet

G

Guest

I would like to use the getpivotdata formula in a sheet that does not
contains the pivot Table (the pivot table is on another sheet in the same
file), how can I do this??

my sheet name is MARCH

=GETPIVOTDATA("Sales",B13,"Month","Apr","Name","Richard")
 
B

Bernie Deitrick

Change the reference B13 to reference B13 on the sheet with the pivottable:

'Pivot Table sheet'!$B$13

So your formula becomes:

=GETPIVOTDATA("Sales",'Pivot Table sheet'!$B$13,"Month","Apr","Name","Richard")

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top