Hi, I need some help with the following problem:
I have some tables in Excel that are updated monthly. The data is plotted in charts, which I know can be made dynamic to capture the new data every month.
To create the dynamic chart I've created a dynamic range using an offset formula,, including a count procedure, for example:
OFFSET('Return MD'!$B$2;1;1;1;COUNTA('Return MD'!E8:AA8))
The problem is that our new Excel 2007 version doesn't accept the dynamic ranges in the chart. The range itself works perfectly , which I checked with
INDEX(named_range;1;12)
In the previous Excel version this worked, fine!
Hope someone can help me with this one, seems to work for everyone else.
I have some tables in Excel that are updated monthly. The data is plotted in charts, which I know can be made dynamic to capture the new data every month.
To create the dynamic chart I've created a dynamic range using an offset formula,, including a count procedure, for example:
OFFSET('Return MD'!$B$2;1;1;1;COUNTA('Return MD'!E8:AA8))
The problem is that our new Excel 2007 version doesn't accept the dynamic ranges in the chart. The range itself works perfectly , which I checked with
INDEX(named_range;1;12)
In the previous Excel version this worked, fine!
Hope someone can help me with this one, seems to work for everyone else.