+ Reply to Thread
Results 1 to 2 of 2

Sorting Duplicates

  1. #1
    Registered User
    Join Date
    02-26-2010
    Location
    Jacksonville
    MS-Off Ver
    Excel 2007
    Posts
    1

    Sorting Duplicates

    I have two lists of numbers. and I need to find duplicates, so I put them in columns A and B. Is there any way to sort them to appear in same rows (next to each other)?

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Sorting Duplicates

    Are you looking for a solution to identify numbers that appear in both Column A and Column B? Or are you looking for a format that sorts the numbers? Because sorting the numbers might not be the best way to identify duplicates, depending on what you really need.

    For a simple example, the following formula will show if a number in B1 is also found in Column A:

    =IF(COUNTIF(A:A,B1)>0,"Duplicate!","")
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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