+ Reply to Thread
Results 1 to 4 of 4

Help with index and match functions

  1. #1
    Registered User
    Join Date
    05-03-2012
    Location
    lithuania
    MS-Off Ver
    Excel 2007
    Posts
    44

    Help with index and match functions

    Hello, I'm trying to display a text string contained in cells on my worksheet depending on a number in a cell.
    I'm using index and match fuctions, but it does not seem to work, instead of name it displays a nubmer.

    I have attached my xls file.
    Attached Files Attached Files

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

    Re: Help with index and match functions

    Try:

    =INDEX($K$6:$K$14,MATCH(C7,$N$6:$N$14))
    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
    Registered User
    Join Date
    05-30-2012
    Location
    Red Deer, AB
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Help with index and match functions

    Hi,

    I'm new to this form...any form and I'm also trying to figure out the index match formula as well.

    What I'm trying to do is use multiple criteria, from two tables, and return the last value that matches the criteria.

    Here is the formula that I have so far, it is working to the point of returning the first match,

    =INDEX(Table1!$M$5:$M$189,MATCH(1,(Table1!$K$5:$K$189=Table 2!O7)*(Table 1!$J$5:$J$189=Table 2!N7)*(J7>=Table 1!$H$5:$H$189),0))

    Any pointers out there?

    Thanks

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

    Re: Help with index and match functions

    Please start a new thread with your question. This thread belongs to the original poster

+ 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