R
RT_Indy
I am looking for suggestions on the best way to populate some excel reports
based on a pivot table. The pivot table will have 400 – 500 rows of data
(Widget1_NewSale_Midwest), and the columns represent weeks (2008_12, etc…).
As each week passes, the pivot table will get updated with a new weeks
worth of sales data. What I am looking for is a recommendation on the best
function to use in the reports tabs of the workbook to look up data in the
pivot table that requires the least amount of maintenance. SUMIF works good
if the rows are fixed, but if I have a new row of data inserted in the middle
it will return incorrect results. GETPIVOTDATA works, but the formula needs
to be updated every week to pull from the right column – ie replace the week
reference it is to look up.
Any expert suggestions are much appreciated.
based on a pivot table. The pivot table will have 400 – 500 rows of data
(Widget1_NewSale_Midwest), and the columns represent weeks (2008_12, etc…).
As each week passes, the pivot table will get updated with a new weeks
worth of sales data. What I am looking for is a recommendation on the best
function to use in the reports tabs of the workbook to look up data in the
pivot table that requires the least amount of maintenance. SUMIF works good
if the rows are fixed, but if I have a new row of data inserted in the middle
it will return incorrect results. GETPIVOTDATA works, but the formula needs
to be updated every week to pull from the right column – ie replace the week
reference it is to look up.
Any expert suggestions are much appreciated.