can you use a variable or cell reference in a getpivotdata formul.

G

Guest

for example;

GETPIVOTDATA($B$7,"may 2004 grand total")

can "may 2004" be a cell reference
 
K

kraljb

You can do that, it would read like so:

GETPIVOTDATA($B$7, $A$1 & " Grand Total")
 

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