I have a simple chart that pulls data from a pivot table using the getpivotdata formula., this works fine for the row values but it isn't pulling anything through for the grand total.
Column A pulls the row value from the pivot table
='Pivot - Recruitment'!BY12
then the second column used the getpivottable formula to pull the number associated with that row value
=IFERROR(GETPIVOTDATA("Previous Company",'Pivot - Recruitment'!$BY$4,"Previous Company",O629),0)
Is there a different formula that needs to be used or is there a different way of pulling this data.
Thanks in advance for any help with this.
Column A pulls the row value from the pivot table
='Pivot - Recruitment'!BY12
then the second column used the getpivottable formula to pull the number associated with that row value
=IFERROR(GETPIVOTDATA("Previous Company",'Pivot - Recruitment'!$BY$4,"Previous Company",O629),0)
Is there a different formula that needs to be used or is there a different way of pulling this data.
Thanks in advance for any help with this.