+ Reply to Thread
Results 1 to 3 of 3

Microsoft Excel: Remove duplicate from Each entry each cell

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Microsoft Excel: Remove duplicate from Each entry each cell

    Hi Experts,
    hope all of you good, I have a file in which every cell have many duplicate entries, I want a formula which removes duplicate entries, I have attached a sample sheet where you can see column B which have actual data and Column C which have what I needed, I hope I got a solution for this issue.

    Thanks in Advance.

    Regards.
    Aaru
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Microsoft Excel: Remove duplicate from Each entry each cell

    Please try formula at D2

    =TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(IF(COUNTIF(B2,"*BLVD*"),SUBSTITUTE(B2,"BLVD","@",(LEN(B2)-LEN(SUBSTITUTE(B2,"BLVD",)))/4),B2),"BLVD",),TRIM(RIGHT(SUBSTITUTE(B2,"APT",REPT(" ",9)&"APT"),9)),)&" "&TRIM(RIGHT(SUBSTITUTE(B2,"APT",REPT(" ",9)&"APT"),9)),"@","BLVD"))

    or cleaner with UDF =redup(B2)

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: Microsoft Excel: Remove duplicate from Each entry each cell

    Thanks for the help, but it is not working for me, many duplicate entries remain the same

+ 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. VBA: Remove duplicate data in excel cell
    By vikim in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-10-2019, 11:54 AM
  2. Replies: 0
    Last Post: 02-04-2014, 12:36 AM
  3. How to remove duplicate values in Microsoft Excel?
    By happyjack in forum Excel General
    Replies: 3
    Last Post: 12-05-2013, 02:47 PM
  4. [SOLVED] Find Duplicates and remove the duplicate entry comparing two columns
    By retrospikz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-04-2013, 03:17 AM
  5. excel macro to remove specific columns and rows + remove duplicate
    By garrywelson in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-17-2013, 12:03 PM
  6. Remove first duplicate entry
    By Quicksand10 in forum Excel General
    Replies: 2
    Last Post: 07-30-2010, 05:07 PM
  7. Remove Row If Duplicate Entry In Column A
    By Tyler_Durden in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-01-2009, 05:05 PM

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