+ Reply to Thread
Results 1 to 2 of 2

RE: Look up data in colum a and find match in colum b

  1. #1
    Jess
    Guest

    RE: Look up data in colum a and find match in colum b

    Chris
    In Colum C type =EXACT(A1,B1) it will show True or False rather than Match
    and No Match.
    Jess



    "Chris(new user)" wrote:

    > I have a sheet containing two lists of ID's e.g.
    > Colum A Colum B
    > abc123456 hjt456897
    > hjk8966536 jk456654558
    > hgg009664 jjk5566377
    > The colums contain 2000 entries. I want to check if the items in colum b
    > match the items in colum a. I would like excel to do this check and in colum
    > c show Match or No Match e.g.
    > abc123456 hjt456897 Match
    > hjk8966536 hgg009664 Match
    > hgg009664 jjk5566377 No match
    > hjt456897 jjk hjkjhd No match
    > Please help.


  2. #2
    Registered User
    Join Date
    03-02-2005
    Location
    Greenville, SC, USA
    Posts
    41
    Try this and see if it will do what you need.

    =IF(ISNA(VLOOKUP(B1,A:A,1,FALSE)),"No Match","Match")

+ 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