Made my first PivotTable.
I want to get data from the PivotTable into a cell on another sheet.
Using the GETPIVOTDATA function, I can retrieve data however...
This returns exactly what the formula says.
I want to retrieve data based on current month and year. (MONTH(TODAY()), YEAR(TODAY()) if possible.
How do I accomplish this?
Thanks!
I want to get data from the PivotTable into a cell on another sheet.
Using the GETPIVOTDATA function, I can retrieve data however...
This returns exactly what the formula says.
Excel Formula:
=(GETPIVOTDATA(" Products",ProductionPivot!$B$2,"Months",4,"Years",2023))
I want to retrieve data based on current month and year. (MONTH(TODAY()), YEAR(TODAY()) if possible.
How do I accomplish this?
Thanks!