+ Reply to Thread
Results 1 to 3 of 3

Index- Match, Match.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Index- Match, Match.

    I am having an issue with getting a index Match, Match formula to work for more than one column. The attachment should explaine the problem much better than I can.


    Thanks JIm O
    Attached Files Attached Files
    Last edited by Jogier505; 06-14-2010 at 05:29 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Problem with Index- Match, Match.

    It is just coincident that column H looked like it worked, because Big Ten is your search value and that results in 1 (as being the column number) in your second MATCH() function in the formula.. so it was seemingly ok.

    The formula you had is used to find a match in a table that is setup with row headers and column headers and you want to find the intersecting point.

    For what you have you could use instead, in H3:

    =INDEX($D$3:$D$20,MATCH(1,INDEX(($B$3:$B$20=G3)*($C$3:$C$20=H$2),0),0))

    copied down

    Then copy cell H3 and paste it to J3 and copy down.

    Then copy cell H3 or J3 and paste it to L3 and copy down.

    This formula creates an array of 1's and 0's via the INDEX(($B$3:$B$20=G3)*($C$3:$C$20=H$2),0) part... so basically it multiplies a range of TRUE/FALSE results for the 1st argument against another array of TRUE/FALSE results for the 2nd argument... and this results in 1's and 0's, then the MATCH(1.. looks for the first 1 in that resultant array and extracts the corresponding item from D3:D20.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Problem with Index- Match, Match.

    NBVC,

    Thank you. That works fine.


    Jim O

+ 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