+ Reply to Thread
Results 1 to 4 of 4

find matches in two columns of unique IDs and return result

  1. #1
    Registered User
    Join Date
    10-26-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    find matches in two columns of unique IDs and return result

    Hi,

    I am a newbie to Excel (version 2007).

    I have two columns of unique IDs. One located in Column A and one located in Column B. How do I find if there are unique IDs in Column A that are in Column B and then return them in Column C? Would using the functions VLOOKUP and MATCH solve the problem?


    Thanks in advance .
    FT

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: find matches in two columns of unique IDs and return result

    Hi,

    something like this maybe?

    =IF(ISNA(VLOOKUP(A2,B$2:$B$10,1,FALSE)),"",VLOOKUP(A2,$B$2:$B$10,1,FALSE))

    see attached

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: find matches in two columns of unique IDs and return result

    something like this:

    Book1.xls

  4. #4
    Registered User
    Join Date
    10-26-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: find matches in two columns of unique IDs and return result

    many thanks for your reply.....i think we are nearly there...

    the excel function has to compare all the unique values in column A to those unique values in column B and return a match in column C. Does that make more sense?

+ 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