+ Reply to Thread
Results 1 to 9 of 9

Index Match based on multiple colums

  1. #1
    Forum Contributor
    Join Date
    05-28-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    119

    Index Match based on multiple colums

    Thank you in advance.
    Currently i use the formula below to match data from one worksheet to the next.
    Please Login or Register  to view this content.
    I look at the data in column AQ, if it exists on my other worksheet (Adobe Report) in column I i return the result form Adobe Report column D.

    Now i have another level of complexity. If the data in the original worksheet in either colums A, AQ or AR appears in Adobe Report column I, I still want to return the result in column D.
    Basically, how to i make Excel compare the data in three columns rather than one?
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Index Match based on multiple colums

    Im confused as to where you want this formula to be. Can you show where you want it, (again) what it is based on and what you expect?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    05-28-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    119

    Re: Index Match based on multiple colums

    Thank you for offering to help.

    Basically i have a list of staff who have all been given one of three login names to use.
    I need to check if any one of them has been used for a training application.

    So...The formula is in column AY of tab "Post_Bulk_Upload" (starting at AY2)
    It looks at data in columns A, AQ & AR of the same tab.
    If either of these are in column I of tab "Adobe Report" it returns the corresponding data from column D of tab "Adobe Report".

    It works fine now because it only looks a data from column AQ.

    I need it to check if three not one possible logins is on tab "Adobe Report" and give me the training status of the user.

    The columns are linked to another application and cannot be rearranged.

  4. #4
    Registered User
    Join Date
    06-16-2011
    Location
    bangalore
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Index Match based on multiple colums

    Hi guys,

    Need help in Excel 2013. I have two different columns, in which column A (Asset.CIName) has single value, wherein in the
    Column B,(Related Parent Assets.CI Name) multiple matches are found for one CIName. I need those multiple values for each CI Name
    in (Column RelatedCIs)other sheet.. RelatedCI.JPG
    How do i return multiple values?

    CIlookup.JPG

  5. #5
    Forum Contributor
    Join Date
    05-28-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    119

    Re: Index Match based on multiple colums

    @devaraju your post isn't related to this post, please kindly remove and open your own thread.
    Thank you.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Index Match based on multiple colums

    @ devaraju (perhaps this has happened to you before?)
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Index Match based on multiple colums

    @ Crawfy, you have a mixture of text "numbers" and real numbers in both sheets. If you look in Post col A, you will see a small green triangle in the top left of each cell - Click the cell and a small yellow diamond appears. Read what it says.
    It is not a problem if all in 1 sheet are text numbers, and all on the other are real numbers, but having them mixed up, like on Adobe, causes unnecessary problems.

    If you can fix that, try 1 of these...
    =INDEX('Adobe Report'!$D$2:$D$10000,IFERROR(IFERROR(MATCH(--$A2,'Adobe Report'!$I$2:$I$10000,0),MATCH($AR2,'Adobe Report'!$I$2:$I$10000,0)),MATCH($AQ2,'Adobe Report'!$I$2:$I$10000,0)))
    if ALL numbers in Adobe col I are all real numbers (see I4 and I5)

    or this if both sheets contain text numbers...
    =INDEX('Adobe Report'!$D$2:$D$10000,IFERROR(IFERROR(MATCH($A2,'Adobe Report'!$I$2:$I$10000,0),MATCH($AR2,'Adobe Report'!$I$2:$I$10000,0)),MATCH($AQ2,'Adobe Report'!$I$2:$I$10000,0)))

  8. #8
    Forum Contributor
    Join Date
    05-28-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    119

    Re: Index Match based on multiple colums

    Thank you for to advice. I’ll refine the data and try your options.

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Index Match based on multiple colums

    Happy to help and thanks for the feedback

    Please let me know how you make out?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to use Index and Match based on multiple criteria using multiple worksheets
    By MariMano in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-15-2017, 09:01 AM
  2. [SOLVED] Index-Match based on multiple criteria
    By JBR9999 in forum Excel General
    Replies: 2
    Last Post: 09-01-2016, 02:14 PM
  3. [SOLVED] Index/Match over multiple colums
    By AlanBass in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-14-2015, 10:38 AM
  4. [SOLVED] Use INDEX MATCH to return data between dates and get AVERAGE of values in two colums
    By Jay S. in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-01-2015, 08:59 PM
  5. index match based on multiple criterias
    By jw01 in forum Excel General
    Replies: 4
    Last Post: 09-13-2011, 02:21 PM
  6. Index and Match Based on Multiple Criteria
    By duranbeaz in forum Excel General
    Replies: 2
    Last Post: 05-22-2009, 04:37 AM
  7. Index Match Multiple Colums Headers
    By smigom in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2008, 04:49 AM

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