+ Reply to Thread
Results 1 to 3 of 3

Using a Formula to Count Duplicates in two Columns

  1. #1
    Forum Contributor
    Join Date
    04-13-2010
    Location
    England
    MS-Off Ver
    Office 2016 365
    Posts
    211

    Using a Formula to Count Duplicates in two Columns

    Hi,

    Sorry, i am an excel novice so this is probably bread and butter to you guys!

    I have two lists of names in Column A & B. I want to count how many names in Column A do NOT appear in Column B.

    It seems like it should be so simple but i can't figure out a formula! I'd appreciate any help!
    Last edited by JungleJme; 08-25-2010 at 07:02 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Using a Formula to Count Duplicates in two Columns

    Assuming that each list runs from row 2 to row 1000 try

    =SUMPRODUCT((COUNTIF(B2:B1000,A2:A1000)=0)*(A2:A1000<>""))
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    04-13-2010
    Location
    England
    MS-Off Ver
    Office 2016 365
    Posts
    211

    Re: Using a Formula to Count Duplicates in two Columns

    Thanks! Perfect!

+ 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