+ Reply to Thread
Results 1 to 8 of 8

Find Value If Multi Criteria Matches Index

  1. #1
    Forum Contributor
    Join Date
    01-09-2011
    Location
    Nomans, Land
    MS-Off Ver
    Excel 2007
    Posts
    103

    Red face Find Value If Multi Criteria Matches Index

    Hi,

    Basically I am trying to find from a table the value corresponding to two criteria matches.

    For instance, I have 3 products (jeans, shirts, shoes) and they have matching brands. I have to return the cost or code for the corresponding Jeans and Brand. Although, Im having a hard time doing this. Ive tried Index Match Find Vlookups and Ifs, but i am doing something wrong.

    Please help!!!
    Thnks
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Find Value If Multi Criteria Matches Index

    Check this out
    http://www.contextures.com/xlFunctio...ml#IndexMatch4

  3. #3
    Forum Contributor
    Join Date
    01-09-2011
    Location
    Nomans, Land
    MS-Off Ver
    Excel 2007
    Posts
    103

    Re: Find Value If Multi Criteria Matches Index

    Quote Originally Posted by davesexcel View Post
    Those examples are great, but Im a still having one problem.

    I have to retrieve more than one column values from 2 multiple criteria matches.
    Can you help?
    What I mean is a way to input only full table to return from column 1 or 2 or 3 or etc... Instead of changing the array everytime. Somehow following this line of thought, code a worksheet_change to offset the results.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Find Value If Multi Criteria Matches Index

    I am not sure what you mean,
    This is the formula for the example you provided.
    Please Login or Register  to view this content.
    I got it straight from the link in my previous post.

  5. #5
    Forum Contributor
    Join Date
    01-09-2011
    Location
    Nomans, Land
    MS-Off Ver
    Excel 2007
    Posts
    103

    Re: Find Value If Multi Criteria Matches Index

    Quote Originally Posted by davesexcel View Post
    I am not sure what you mean,
    This is the formula for the example you provided.
    Please Login or Register  to view this content.
    I got it straight from the link in my previous post.
    That works fine, except when I have tons of columns and I need to retrieve data automatically by with Private Sub Worksheet_Change.
    Any Ideas?

    ie: Using ",MATCH(B5,Table!$A$2:$A$12,0),MATCH(C5,Table!$B$2:$B$12,0))" as Target.Row?? and OFFSET something like that

  6. #6
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Find Value If Multi Criteria Matches Index

    That does not appear to be what your example shows.
    You may have to upload another example workbook for more clarification.

  7. #7
    Forum Contributor
    Join Date
    01-09-2011
    Location
    Nomans, Land
    MS-Off Ver
    Excel 2007
    Posts
    103

    Re: Find Value If Multi Criteria Matches Index

    Quote Originally Posted by davesexcel View Post
    That does not appear to be what your example shows.
    You may have to upload another example workbook for more clarification.
    Please find a new example attached.

    You will see that I have filled in the cells in yellow with a formula.
    These formulas I want to code it on a Worksheet_Change for that sheet.
    Therefore, each time i type in target.column a value is returned automatically.

    Regarding the code, I have done this so far:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by exc4libur; 05-03-2011 at 10:13 PM.

  8. #8
    Forum Contributor
    Join Date
    01-09-2011
    Location
    Nomans, Land
    MS-Off Ver
    Excel 2007
    Posts
    103

    Re: Find Value If Multi Criteria Matches Index

    Any ideas someone??

+ 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