Hi All,
I am using the same formula to get data from one pivot table:
=GETPIVOTDATA("Sum of No. Reqd",'OCC90 PivT Level 3 Forms'!$A$3,"Sub-System",B234,"Disp.","OVERALL","Week #","")
this is the formula that excel automatically wrote when I clicked on the cell I wanted to read data from in the pivot table. When I copied it down the column, it worked for almost all the cells, however, some returned a reference error. I cannot find a pattern for those that are returning #REF, but if I delete the empty quotes at the end of the reference string so that the formula reads:
=GETPIVOTDATA("Sum of No. Reqd",'OCC90 PivT Level 3 Forms'!$A$3,"Sub-System",B423,"Disp.","OVERALL","Week #",)
the formula returns the correct value. What's the deal?!
I am using the same formula to get data from one pivot table:
=GETPIVOTDATA("Sum of No. Reqd",'OCC90 PivT Level 3 Forms'!$A$3,"Sub-System",B234,"Disp.","OVERALL","Week #","")
this is the formula that excel automatically wrote when I clicked on the cell I wanted to read data from in the pivot table. When I copied it down the column, it worked for almost all the cells, however, some returned a reference error. I cannot find a pattern for those that are returning #REF, but if I delete the empty quotes at the end of the reference string so that the formula reads:
=GETPIVOTDATA("Sum of No. Reqd",'OCC90 PivT Level 3 Forms'!$A$3,"Sub-System",B423,"Disp.","OVERALL","Week #",)
the formula returns the correct value. What's the deal?!