Hi All,
I have been looking over some GetPivotData and Average solutions and can’t seem to find a way to correctly do what I need. I am attempting to create an Average formula that has a dynamic range using GetPivotData option. Is it possible for GetPivotData to return a range or a range of values?
I am trying to take the average of multiple months using GetPivotData depending on the current month. However, I am only able to point to one value in the Pivot table.
=AVERAGE(GETPIVOTDATA("Current Year Inventory",Sheet1!$V$5,"FY",2022,"Fiscal Month",Sheet1!$B$2))
For example, for FY 2022 and the month of Aug, I would like GetPivotData to return the range of F3:F4 and feed into the average formula. The next month I would like this formula to update and return the range F3:F5. The current month is referenced in Sheet1!$B$2.
Thank you for any suggestions
DM
I have been looking over some GetPivotData and Average solutions and can’t seem to find a way to correctly do what I need. I am attempting to create an Average formula that has a dynamic range using GetPivotData option. Is it possible for GetPivotData to return a range or a range of values?
I am trying to take the average of multiple months using GetPivotData depending on the current month. However, I am only able to point to one value in the Pivot table.
=AVERAGE(GETPIVOTDATA("Current Year Inventory",Sheet1!$V$5,"FY",2022,"Fiscal Month",Sheet1!$B$2))
For example, for FY 2022 and the month of Aug, I would like GetPivotData to return the range of F3:F4 and feed into the average formula. The next month I would like this formula to update and return the range F3:F5. The current month is referenced in Sheet1!$B$2.
Thank you for any suggestions
DM