+ Reply to Thread
Results 1 to 3 of 3

Index + Match with another check

  1. #1
    Forum Contributor
    Join Date
    08-10-2007
    Posts
    106

    Index + Match with another check

    Hi,

    the table look as follows;

    A B C
    1 A 2 55
    2 A 3 55
    3 B 3 55
    4 C 3 75
    5 D 3 65
    6 A 2 75
    7 A 3 65

    i have another table as follows

    A B
    1 A 2
    2 C 3


    The result should be like this:

    A 2 55
    C 3 75

    Meaning.. Cell A1 (A) gets a match then checks in the same row on column two matching with another table B1 (2).. if both cells in both columns are matched, then C1 (55) will be returned..

    =INDEX(C:C;MATCH(A1;A:A;0);MATCH(A2;B:B;0))

    I can sort the whole table and use vlookup, but how can i make it without sorting ?


    what am i missing here , please help?
    Last edited by Sultix; 09-01-2009 at 07:14 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Index + Match with another check

    A couple of non-array options would be:

    Please Login or Register  to view this content.
    If you're using XL2007 you could also think about using SUMIFS function.

  3. #3
    Forum Contributor
    Join Date
    08-10-2007
    Posts
    106

    Re: Index + Match with another check

    Quote Originally Posted by DonkeyOte View Post
    A couple of non-array options would be:

    Please Login or Register  to view this content.
    If you're using XL2007 you could also think about using SUMIFS function.

    Hi donkeyote

    thank you, both formulas work perfectly..

    Excel2007 works fine, but i cannot use it at the office.. as they still use 2003

+ 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