+ Reply to Thread
Results 1 to 4 of 4

Index Match

  1. #1
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Index Match

    Hey guys - am struggling here with an index match which is giving me a head ache!

    I have attached the spreadsheet.

    I would like to populate AB5 and AC5 based on the drop down in Z and AA5

    Thanks for looking
    Attached Files Attached Files
    Last edited by Blake 7; 05-29-2011 at 05:56 PM.
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Index Match

    =index($1:$65536, match(z5, $d:$d, 0), match(aa5, $1:$1, 0) + 1)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Valued Forum Contributor
    Join Date
    11-11-2008
    Location
    Euro
    MS-Off Ver
    2007, 2010
    Posts
    470

    Re: Index Match

    you try the formula

    at AB5
    =INDEX($N$3:$X$85,MATCH($Z5,$D$3:$D$85,0),MATCH($AA5,$N$1:$X$1,0))
    at AC5
    =INDEX($N$3:$X$85,MATCH($Z5,$D$3:$D$85,0),MATCH($AA5,$N$1:$X$1,0)+1)

  4. #4
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Index Match

    Thanks v much for your help.

    Nice of you to take the time.

+ 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