+ Reply to Thread
Results 1 to 3 of 3

Thread: find duplicates

  1. #1
    Registered User
    Join Date
    01-15-2009
    Location
    Buenos Aires
    MS-Off Ver
    Excel 2003
    Posts
    4

    find duplicates

    I have 1000 phone numbers in one column. how can I find out if I have duplicate phone numbers in that column?

    Any formula? Thanks!

  2. #2
    Forum Moderator NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003, 2007, 2010
    Posts
    31,134

    Re: find duplicates

    =countif(A:A,A1)>1

    copied down will say TRUE if duplicated
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,441

    Re: find duplicates

    You could use Conditional Formating using a formula like this to highlight duplicates:

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

    Or use the above formula in an adjacent cell to return TRUE or FALSE and then sort.

    Best option: Use Advanced Filter to create a new list of unique values.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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.2.0