+ Reply to Thread
Results 1 to 3 of 3

Extracting user-driven monthly data into a Graph: MATCH, INDEX, etc

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    Victoria
    MS-Off Ver
    Excel 2003
    Posts
    2

    Extracting user-driven monthly data into a Graph: MATCH, INDEX, etc

    Hi all,

    I have used the search function but can't seem to find a suitable solution.

    I'm trying to figure the best way to extract 12 continuous months worth of data from a table and plot on a graph, each month with a separate plot on the graph (i.e. not the summed total but rather, a line graph with 12 points). The data is based on two, user-generated inputs, that are produced from a dropdown box.

    I can create the Data Validation rules, use a Match formula to produce the reference for an Index formula and i have created a bunch of Named Ranges to work with and can easily generate the FIRST value to plot, e.g. INDEX(DATA,ROW,COLUMN). After the first value, I'm stuck on how to generate the rest.

    I have attached my problem for reference.

    Many thanks, in advance, for any help.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Extracting user-driven monthly data into a Graph: MATCH, INDEX, etc

    hi Muppett, welcome to the forum. it would be good to show a desired outcome too. guessing that you just need the 12 months of costs, then in D2:
    =INDEX(Data,$C$2,$C$4+COLUMNS($D2:D2)-1)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    Victoria
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Extracting user-driven monthly data into a Graph: MATCH, INDEX, etc

    Benishiryo,

    Thankyou for your precise solution. Easy to understand and much appreciated.

+ 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