+ Reply to Thread
Results 1 to 4 of 4

index, match issue

  1. #1
    Forum Contributor
    Join Date
    04-27-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    113

    index, match issue

    Having some trouble with the logistics of my index match.

    Im able to retreive data, but it's showing 0.

    here is my formula:

    =INDEX(Table3,MATCH($C7,INDEX(Table3,0,1),0),MATCH(G6,INDEX(Table3,1,0),0))

    I have attached a sample workbook. I have highlighted in yellow and orange the two data sets im trying to obtain through my index match for a certain person.

    your help is truely appreciated.

    Cheers
    Attached Files Attached Files
    Last edited by step_one; 05-03-2011 at 01:36 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: index, match issue

    In G8 you need

    =INDEX(Table3,MATCH($C7,INDEX(Table3,0,1),0)+1,MATCH(G$6,INDEX(Table3,1,0),0))

    In G9 you need

    =INDEX(Table3,MATCH($C7,INDEX(Table3,0,1),0)+2,MATCH(G$6,INDEX(Table3,1,0),0))
    Last edited by Cutter; 05-03-2011 at 01:01 PM. Reason: Added $ in formula 2

  3. #3
    Forum Contributor
    Join Date
    04-27-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    113

    Re: index, match issue

    Brilliant mate. I was placing the +1 and +2 at the end of the formula *i feel stupid*....

    Thanks for your help.

    Cheers

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: index, match issue

    You're quite welcome. Thank you for the "scales tap".

+ 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