+ Reply to Thread
Results 1 to 3 of 3

Expanding Chart

Hybrid 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.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Expanding Chart

    Here is an explaination of last 12 periods, which you can adapt.
    http://peltiertech.com/Excel/Charts/DynamicLast12.html
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Re: Expanding Chart

    Exactly what I was looking for. Thank you very much for pointing me in the right direction and I was able to revamp to what I need for my information. Thanks again and I really appreciate your help.

+ 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