+ Reply to Thread
Results 1 to 3 of 3

12 month rolling chart

  1. #1
    Registered User
    Join Date
    10-12-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Question 12 month rolling chart

    I'm trying to create a dynamic chart in excel 2003 that shows the current month, plus 12 months in the future. I managed to create a dynamic chart using an OFFSET function, but it just shows the 12 months before the last row of data entered.

    Unfortunately the nature of the data I'll be using means that some will be entered way in advance, but isn't useful to graph until it's in the next 12 months from the present time (if that makes sense).

    Any help with getting it so it graphs from the month in Q3 onwards?

    I followed this tutorial and used defining names of data to create this graph: http://peltiertech.com/Excel/Charts/DynamicLast12.html

    Excel test 2.xls

    Thanks for any help (and sorry for making 2 topics in the same day)

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 12 month rolling chart

    Try replacing ChtCats with this formula

    =INDEX(Resource!$A$3:$A$60,MATCH(Resource!$Q$3,Resource!$A$3:$A$60)):INDEX(Resource!$A$3:$A$60,MATCH(Resource!$Q$3,Resource!$A$3:$A$60)+chtLen)
    Does that do what you want it to?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    10-12-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: 12 month rolling chart

    Yes, thank you for this! I've been fiddling for ages and couldn't get it to work! I'll have a play with the Index and Match functions too.

+ 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