+ Reply to Thread
Results 1 to 3 of 3

Duplicates

  1. #1
    Registered User
    Join Date
    02-05-2010
    Location
    SC
    MS-Off Ver
    Excel 2007
    Posts
    9

    Duplicates

    I have 2 columns. One is pro numbers and one is carrier codes. Need to find out if I have pro numbers that are duplicates and then see if those have duplicate carrier codes. Is there a formula?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Duplicates

    Normally you can use something like

    =COUNTIF($A$1:$A$10,A1)

    which will give you the number of times something is in the list, or

    if you want to list how many time the items is found

    =COUNTIF($A$1:A1,A1)

    this would tell you the first time an item is found and then number up from 1 if found more often.

    Maybe some more information about what your data looks like or even attach a small sample workbook

    both of these formulas are copied down your list starting in B1
    HTH
    Regards, Jeff

  3. #3
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: Duplicates

    In this example I'm assuming your two columns are ColA and ColB. This formula could be put in C1 and then dragged down the column... any time the results is greater then 1 you have a duplicate record

    =COUNTIFS(A:A,A1,B:B,B1)

+ 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