Results 1 to 3 of 3

Expanding Chart

Threaded View

leem Expanding Chart 07-09-2010, 08:30 AM
Andy Pope Re: Expanding Chart 07-09-2010, 08:44 AM
leem Re: Expanding Chart 07-09-2010, 09:48 AM
  1. #1
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Expanding Chart

    Hello,
    I copied an expanding chart from a suggestion from this site but I would like to revamp it so that when you add the next set of data points it drops the first set of data points.

    For example the chart charts a5:b23 and when I enter information in A24 and B24 I want the chart to chart from A6:b24.

    Cht_X_Values=OFFSET(Sheet1!$A$5,1,0,COUNT(Sheet1!$A$6:$A$2004),1)
    Cht_Y_Values=OFFSET(Sheet1!$B$5,1,0,COUNT(Sheet1!$A$6:$A$2004),1)
    Chart series formula:=SERIES(Sheet1!$B$5,FUNCHRT1.XLS!Cht_X_Values,FUNCHRT1.XLS!Cht_Y_Values,1)

    Thanks in advance for your knowledge and help. It is greatly appreciated.
    Michelle
    Attached Files Attached Files
    Last edited by leem; 07-09-2010 at 09:49 AM.

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