+ Reply to Thread
Results 1 to 5 of 5

Match Help... A Doosy

  1. #1
    Registered User
    Join Date
    03-23-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Match Help... A Doosy

    I have exhausted my knowledge of Excel and need some help.

    I am trying to compare two columns of data to find duplicates. We will call them column A and column B.

    #1 When I try to match column A to column B it finds some matches but misses quit a few
    #2 If I try to match column B to column A it finds the ones that #1 misses but misses the ones that #1 found.

    I have no idea why this is happening.

    FYI… I typically use the match formula: if(iserror(match(A2,B:B,0)),””,1) to find duplicates. However, I have also tried COUNTIF with the same result. I have checked to make sure that both columns use the same data type and I have trimmed.

    Any suggestions would be greatly appreciated.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Match Help... A Doosy

    You can try:
    =IF(COUNTIF(B:B,A2),1,0)
    Quang PT

  3. #3
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Riverside, CA
    MS-Off Ver
    Excel 2010
    Posts
    132

    Re: Match Help... A Doosy

    Can you post a dummy file? I would like to see why those formulas don't work.
    Happy Excel'ing!

  4. #4
    Registered User
    Join Date
    03-23-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Match Help... A Doosy

    I actually just figured it out.

    It had to do with the way excel was writing the formula when I would select column B or vice versa. I had to manually enter column B as B:B instead of dragging to select it... weird

    Thanks for your quick responses though...

  5. #5
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Riverside, CA
    MS-Off Ver
    Excel 2010
    Posts
    132

    Re: Match Help... A Doosy

    actually, you could just click on the column header (where it says B), that will automatically insert B:B.

+ 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