Grizlore
Active Member
- Joined
- Aug 22, 2006
- Messages
- 259
Can you chart with GetPivotData (or something like?)
I have a sheet with numerous charts, plotting data from a pivot.
The chart are using series values like this
This is fine, however when the pivot changes, I lose the references and everything gets mixed up.
Is there a way to use a sort of names range to chart from a pivot? So the chart plots the data in relation to the name?
Getting a single number works with this, but I can’t work out how to plot a series
Any help please?
I have a sheet with numerous charts, plotting data from a pivot.
The chart are using series values like this
Code:
=ScorecardData!$B$8:$N$8
Is there a way to use a sort of names range to chart from a pivot? So the chart plots the data in relation to the name?
Getting a single number works with this, but I can’t work out how to plot a series
Code:
=GETPIVOTDATA("[Measures].[Attendance]",LastMonthData!$A$7)
Any help please?