• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to pull Grand Total from Pivot table using Getpivotdata

Jagdev Singh

Active Member
Hi Experts

I am trying to pull Grand total from pivot table with Getpivotdata function. I am able to pull my data wuth year wise with the following formula--

=IFERROR(GETPIVOTDATA("Total Incurred",$P$4,"Policy Year",I$4,"Cause",$B5),0)

Since Grand total in not part of the Policy year column I tried to change it, but failed to pull the total

=IFERROR(GETPIVOTDATA("Total Incurred",$P$4,"Grand Total",J$4,"Cause",$B5),0)

Please guide me with this.

Regards,
JD
 
Back
Top