+ Reply to Thread
Results 1 to 2 of 2

Find duplicate numbers in large Excel Spreadsheet

  1. #1
    Table
    Guest

    Find duplicate numbers in large Excel Spreadsheet



  2. #2
    Registered User
    Join Date
    06-08-2005
    Posts
    9
    if you are working in a list...you can have a separate column that will display the text "Duplicate" if the numbers are in fact duplicated...

    =IF(COUNTIF($A$1:A1,A1)>1 "DUPLICATE", "Unique")

    A= the column you would like to check 1= the row you would like to start checking

    the function would go in a column to the side and then you can sort the data by duplicate numbers and delete those rows!

+ 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