+ Reply to Thread
Results 1 to 16 of 16

Index Match 2 columns

  1. #1
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Index Match 2 columns

    Please see attached example. In column C I wish to return entries from Column A that are NOT in Column B. I am not familiar with the Index and Match function and hope someone can help. Many thanks.
    Last edited by Glenn Kennedy; 12-21-2020 at 04:39 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Index Match 2 columns

    I have removed your attachment. It seemed to contain REAL emial addresses. Publishing those on an open forum is in violation of GDPR rules. As I have a solution for you I will (on this occasion) mock-up a suitable sample and post it here in a couple of minutes.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Index Match 2 columns

    Use this:

    =IFERROR(INDEX($A:$A,AGGREGATE(15,6,ROW($A$2:$A$30)/(ISNA(MATCH($A$2:$A$30,$B$2:$B$30,0))),ROWS(C$2:C2)))&"","")
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Index Match 2 columns

    Amazing - I didn't expect a reply that fast! Prefect - thanks.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Index Match 2 columns

    If the reply was "amazing", was there any reason for the negative reputation given??

  6. #6
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Index Match 2 columns

    Sorry that was a mistake! I meant to give positive reputation. How do I rectify it?

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Index Match 2 columns

    You can't... I'll just wear it as (another) badge of dishonour... it's the 3rd one in a week or so. Last two were from disgruntled posters... at least this one was a mistake.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,758

    Re: Index Match 2 columns

    Contact the only active admin - Fdibbins. He can reverse it for you.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Index Match 2 columns

    He has enough to do keeping us all under control!!

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,758

    Re: Index Match 2 columns

    LOL! But he will sort it out, nonetheless - he's done so before.

  11. #11
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Index Match 2 columns

    Quote Originally Posted by Glenn Kennedy View Post
    You can't... I'll just wear it as (another) badge of dishonour... it's the 3rd one in a week or so. Last two were from disgruntled posters... at least this one was a mistake.
    I am genuinely sorry Glenn, I don't use this forum frequently. You gave me the perfect solution in lightening speed. I could not have received a better response.

  12. #12
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Index Match 2 columns

    Quote Originally Posted by AliGW View Post
    Contact the only active admin - Fdibbins. He can reverse it for you.
    Thank you. If you can tell me how to contact him, I will do so immediately.

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,758

    Re: Index Match 2 columns

    Send him a private message or post a visitor message on his profile page.

    https://www.excelforum.com/members/268312.html

  14. #14
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Index Match 2 columns

    Thanks. I have posted a message on his page.

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,758

    Re: Index Match 2 columns

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  16. #16
    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,929

    Re: Index Match 2 columns

    Quote Originally Posted by AliGW View Post
    LOL! But he will sort it out, nonetheless - he's done so before.
    aaaaand he has done it again!! Thistle, I have reversed the negative rep and given Glenn the positive rep you intended - mistakes happen

    Now, to go find a tall building to leap.....
    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

+ 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] Index/Match with 2 match columns, non-exact match
    By c1t in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-25-2019, 08:23 AM
  2. Using index match based on two match criteria in different columns
    By LearningByError in forum Excel General
    Replies: 2
    Last Post: 08-02-2018, 01:57 PM
  3. Replies: 4
    Last Post: 04-14-2017, 07:47 PM
  4. INDEX MATCH MATCH multiple columns with same heading
    By djm198 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2016, 02:34 PM
  5. [SOLVED] Cross Check Columns for Index Match Match
    By Harr in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 12-31-2015, 11:35 AM
  6. [SOLVED] Using Index & Match (or similar) to check two columns for a match
    By dvs in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-30-2015, 07:07 PM
  7. [SOLVED] Match Issue - Consolidate Columns of Data With Match/Index/etc?
    By excelsior123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2014, 05:14 PM

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