I am not sure I understand the problem. If you have a name, say XVals,
defined to be the OFFSET(...) formula and your series formula reads
=SERIES(,{bookname}!XVals,{bookname}!YVals,...) then the series should
automatically expand as you add data in M, N,...
So, what am I missing?
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
In article <81889D24-19D6-4425-ACDB-(E-Mail Removed)>,
(E-Mail Removed) says...
> I'm attempting to set up a dynamic chart. So far, I've defined a name for
> cells B33:M33 (using the following offset equation).
> =OFFSET(Sheet1!$B$33,0,0,1,COUNTA(Sheet1!$33:$33)-1)
>
> I'd like to be able to add more columns after M and the chart will
> automatically pick it up.
>
> We have a graph that currently includes B33:M33 as the X axis values for a
> line chart. How do I change the information in the chart to include the
> determined dynamic range for X?
>
> Thanks in advance,
> Barb Reinhardt
>
>
>