Pull pivot table data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a pivot table that gets it's data from an Access database (it has
65,536 records). Is there a way to make a call to specific variables in
this pivot table? For example, if I have a variable called AGE in this pivot
table and I would like to use a formula:

=PERCENTILE(AGE,.99)

To get the 99th percentile of Age in this pivot table. Is there a way to do
this?
Thanks.
 
You can extract data from the pivot table with GETPIVOTDATA, but I am not
sure if that will do what you need, as it returns individual values and it
looks like you want a full range of data.

Miguel.
 

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

Back
Top