Hi, I can't seem to get my dynamic chart to work. I have a pivot table that displays savings rates by month for each individual store. I want to create a summary chart that shows the average of all stores for each month. However, when I follow the advice on this page, the chart will not update when I click on the 'Month' slicer.
I attached a simplified file that shows what I did. I followed the advice from this Chandoo page:
http://chandoo.org/wp/2009/10/15/dynamic-chart-data-series/.
COUNTA doesn't work, because there is a formula in the entire range... so I use COUNT instead and make a Named Range called 'Trend' with the following formula:
=OFFSET(Sheet1!$F$2,0,0,1,COUNT(Sheet1!$F$2:$CE$2))
I then insert a line chart using the Named Range 'Trend'. The chart displays the correct information, but then will not update when I click on the 'Month' slicer.
Thanks for any ideas about how to fix this!
Jeff
I attached a simplified file that shows what I did. I followed the advice from this Chandoo page:
http://chandoo.org/wp/2009/10/15/dynamic-chart-data-series/.
COUNTA doesn't work, because there is a formula in the entire range... so I use COUNT instead and make a Named Range called 'Trend' with the following formula:
=OFFSET(Sheet1!$F$2,0,0,1,COUNT(Sheet1!$F$2:$CE$2))
I then insert a line chart using the Named Range 'Trend'. The chart displays the correct information, but then will not update when I click on the 'Month' slicer.
Thanks for any ideas about how to fix this!
Jeff