+ Reply to Thread
Results 1 to 3 of 3

Duplicate rows, case sensitive

  1. #1
    Registered User
    Join Date
    02-06-2015
    Location
    London,England
    MS-Off Ver
    Excel 2010
    Posts
    34

    Duplicate rows, case sensitive

    Hello,

    How can I remove duplicate rows and keep case sensitive rows
    I have following rows:

    row one
    row One
    row two
    row two

    and I want to keep

    row one
    row One
    row two

    I use Data -> Filter (Advanced) -> Filter the list, in place -> Unique records only but this is not case sensitive.

  2. #2
    Registered User
    Join Date
    01-30-2013
    Location
    Hobart, TAS
    MS-Off Ver
    Office 2003, XL2007
    Posts
    46

    Re: Duplicate rows, case sensitive

    Good morning London

    Your list of texts to be evaluated in col A, then sort col A Ascending case sensitive selected.
    B1 =IF(EXACT(A1,A2),"Delete","Keep",) copy down to match col A.
    Filter on col B criteria "Delete" and delete filtered rows.

    HTH
    Last edited by M E Good @ XL4M; 02-28-2015 at 02:22 AM.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Duplicate rows, case sensitive

    M E Good's solution failed if sorting is not allowed:
    row one
    row One
    row two
    row two
    row One

    for this case, use:

    B1=A1

    B2=IF(SUMPRODUCT(--EXACT(A2,$A$1:A1))=0,A2,"")

    Drag B2 down

    Filter B column then delete blank rows
    Quang PT

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Making duplicate filter case sensitive
    By JustStep25 in forum Excel General
    Replies: 4
    Last Post: 01-12-2018, 02:59 AM
  2. [SOLVED] Making the Duplicate Checking case sensitive?
    By JoshJ in forum Excel General
    Replies: 2
    Last Post: 11-13-2013, 10:20 AM
  3. Highlight duplicate rows based on column A but be case sensitive
    By theblade24 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-18-2013, 06:14 PM
  4. [SOLVED] SUMPRODUCT Or SUMIF - In case of Case sensitive???
    By lifeisaspreadsheet in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-28-2012, 07:57 AM
  5. Replies: 2
    Last Post: 05-27-2012, 09:43 AM

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.6.0 RC 1