Getting result from a Pivot Table - Question

L

Les

Hi all,
i have a pivot that i get data from. I am using the following.

=GETPIVOTDATA("Sum of Initial year savings",'Projects per Qtr'!$A$3)

This gives me the result of the pivot on certain criteria e.g. Q1/08, Q2/08,
Q3/08 & Q4/08 if they are all selected.

Is it possible to get the 2007 results if not selected with the pivot, via
code ??
 
T

TomPl

I think that data that is not selected cannot be retrieved via VBA. However,
you could add a second pivot table to select the other data that you want.

Or, you could leave all quarters selected but put the quarterly criteria in
your fomula (e.g. =GETPIVOTDATA("Sum of Initial year savings",'Projects per
Qtr'!$A$3,!QuarterFieldName!,"Q1/08")

There must be a million ways to do this.

Tom
 
L

Les

Thanks TomPI
--
Les


TomPl said:
I think that data that is not selected cannot be retrieved via VBA. However,
you could add a second pivot table to select the other data that you want.

Or, you could leave all quarters selected but put the quarterly criteria in
your fomula (e.g. =GETPIVOTDATA("Sum of Initial year savings",'Projects per
Qtr'!$A$3,!QuarterFieldName!,"Q1/08")

There must be a million ways to do this.

Tom
 

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