+ Reply to Thread
Results 1 to 2 of 2

Chart Automatically update and extend

  1. #1
    Registered User
    Join Date
    11-09-2006
    Posts
    65

    Chart Automatically update and extend

    So I have a chart that shows data since (let's say) Nov 2005.
    Each month I will append data to the data table, and then I edit the chart source and drag each series to include the new data.

    My question is how can this be done without me having to manually edit the chart each time?
    Is there somekind of plotif or chartif statement?

    I should also mention that each of the cells of the source data would contain a formula. That formula would calculate a value. The value in the cells I dont want to use yet would be ZERO.

    Thanks
    Last edited by surfengine; 11-17-2006 at 01:01 PM.

  2. #2
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517

    Try this

    Add a "dummy" set of data at the end of your table where every value is set by =NA() to give #N/A.
    Include these dummy values in the range to be plotted.
    The chart will not plot these values, but will recognize them as part of your range.

    Next time you add some data, select the row (or column) with the #N/A entry,
    right click and select insert to insert a blank row (or column) between the existing data and the dummy entry.
    Fill the new cells as required.

    The chart should recognise that the range has been extended and will automatically plot your new values.

    Mark.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1