graph - Excel Chart Include Future Data? -
i have chart in excel keeps track of performance of site's seo, i'm not sure how chart update automatically input new data excel. have manually go in , modify series selection of chart takes consideration.
is there way chart include automatically data in series add excel sheet in future?
thanks!
if don't want define table, can achieved using dynamic named ranges
. basically, create defined name (date
, sales
in following) using formulas tab, name manager (or define name), , modify series formula of chart make use of these defined names.
the process outlined in following screenshot, defined name date
defined as:
=offset('update automatically'!$a$2,0,0,counta('update automatically'!$a:$a)-1)
sales
defined in same way (a changed b).
the series formula is:
=series(,'excel charts.xls'!date,'excel charts.xls'!sales,1)
if need more examples, or tutorials, might search "excel dynamic named range". ozgrid, cpearson, peltiertech (specifically charts) cover topic well.
here is useful guide microsoft.
Comments
Post a Comment