I want an Excel graph to automatically amend the source range, as the number of data plots in the source range changes. I have a dynamic range name that adjusts to the number of columns in the range, called "graphone" and setup under "insert-name-define" as
=OFFSET(Results!$D$11,0,0,Results!$AA$7,2)
where $aa$7 stores the number of lives column entries in the range.
I can specify this range name when setting up a Chart in Excel 2002, using the "source data" "data range" field.
However, Excel then converts this to a fixed cell range, i.e. if the range definition changes dynamically at a later time, the Excel Chart source data range does not get updated.
Is there a simple way, or another step, to ensure that the graph source data updates dynamically also?
regards
austen447
=OFFSET(Results!$D$11,0,0,Results!$AA$7,2)
where $aa$7 stores the number of lives column entries in the range.
I can specify this range name when setting up a Chart in Excel 2002, using the "source data" "data range" field.
However, Excel then converts this to a fixed cell range, i.e. if the range definition changes dynamically at a later time, the Excel Chart source data range does not get updated.
Is there a simple way, or another step, to ensure that the graph source data updates dynamically also?
regards
austen447