+ Reply to Thread
Results 1 to 4 of 4

Problems with Index and Match formula

  1. #1
    Registered User
    Join Date
    07-24-2012
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    6

    Problems with Index and Match formula

    I have a tab named “Main” in which the user will input a Letter, a Period and a Color, I want to output a number from the others tabs depending on the input letter.

    i.e. Letter:A (name of worksheet)
    Period: Q1
    Color: Yellow
    Output:10

    I been trying to use Index and Match formula but I can't seem to get the information from the different worksheets depending on the three inputs.

    Any Help with this will be appreciated ,
    Thank You
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Problems with Index and Match formula

    Is it not possible for you to put all data in one (summary) sheet?

    Then you can easy use index / match to find the data
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Problems with Index and Match formula

    make sure all your ranges are in the same place ie b2:g6
    =INDEX(INDIRECT(C2&"!b2:g6"),MATCH(C3,INDIRECT(C2&"!b2:b6"),0),MATCH(C4,INDIRECT(C2&"!b2:g2"),0))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Problems with Index and Match formula

    Look at this
    I made a few changes
    Attached Files Attached Files

+ 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