+ Reply to Thread
Results 1 to 3 of 3

How to find duplicate records in Datalist

Hybrid View

  1. #1
    Registered User
    Join Date
    05-30-2008
    Posts
    2

    Smile How to find duplicate records in Datalist

    Hi Everyone

    I'm new to this forum but it looks great and SO informative. I joined to find an answer but am struggling, so here's my question if anyone can help please? I'm using Excel 2003.

    I have a list of say 10,000 records - I'm happy with sorting, filters, subtotals etc. What I need is to find out if I have any duplicate records in my list.
    Say Column A contains a National Security Number and everything on that row relates uniquely to that person. How can I find out if that same person has been entered elsewhere in the list? In other words, how can I find if the same N.I. number has been repeated?

    Many thanks in anticipation
    Diane

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try something like this:

    =Countif(A:A,A1)>1

    copied down.. where you names are in column A starting at A1.

    This will return TRUE if the name in that row appears more than once in your list.
    Where there is a will there are many ways.

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

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

  3. #3
    Registered User
    Join Date
    05-30-2008
    Posts
    2

    Thanks

    Thank you - that works great!! I knew there must be a quick way :-)

    Thanks so much

+ 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