+ Reply to Thread
Results 1 to 8 of 8

Remove a cell containing specific duplicate text "", then pasting results

  1. #1
    Registered User
    Join Date
    01-16-2018
    Location
    London
    MS-Off Ver
    2003
    Posts
    4

    Remove a cell containing specific duplicate text "", then pasting results

    I would like to remove a cell containing specific duplicate text, then pasting results. For example:
    exc.png

    "closedog" duplicates are removed:
    "colton88" duplicates are removed:

    etc, for duplicates within ""

    I'm using excel 2003 to make it extra complicated

    Thank you for your time!!

  2. #2
    Valued Forum Contributor
    Join Date
    11-02-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    459

    Re: Remove a cell containing specific duplicate text "", then pasting results

    Why don't you A) Use Conditional formatting to highlight the Duplicate cells B) make the data a table, and remove the highlighted duplicates?

  3. #3
    Registered User
    Join Date
    01-16-2018
    Location
    London
    MS-Off Ver
    2003
    Posts
    4

    Re: Remove a cell containing specific duplicate text "", then pasting results

    Thank you for taking the time to reply.
    I am sorry - I do not understand how to do that? Can you point me at a guide or explain a bit further. Sorry my level of competence is low.

    The cells aren't complete duplicates, I want to remove the cells that have duplicate text within "".

  4. #4
    Valued Forum Contributor
    Join Date
    11-02-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    459

    Re: Remove a cell containing specific duplicate text "", then pasting results

    another way is to copy your data to a blank column. Then use Text to columns (Data, text to columns) where you can SPLIT the data (either by fixed length OR Delimited). You can then use Conditional formatting, to Highlight duplicate values, then remove the duplicates.

  5. #5
    Registered User
    Join Date
    01-16-2018
    Location
    London
    MS-Off Ver
    2003
    Posts
    4

    Re: Remove a cell containing specific duplicate text "", then pasting results

    Ok, So text to columns works in excel 2003.
    But (1) I don't know how to remove duplicates - i tried data filter advanced filter, but doesn't seem to work properly.
    (2) even if I could remove duplicates, I don't then know how to get the columns back to text again.
    I'm happy to buy a later version of excel if this sorts the issue out.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Remove a cell containing specific duplicate text "", then pasting results

    Hello Logical999 and Welcome to Excel Forum.
    Here is a low tech solution, however I believe that all of the functions involved are available to the 2003 version.
    The proposed solution employs three helper columns which may be moved and/or hidden for aesthetic purposes.
    The first helper column is populated using: =MID(A2,SEARCH("=",A2)+1,SEARCH("label",A2)-SEARCH("=",A2)-1)
    The second helper column is populated using: =IF(COUNTIF(D$2:D2,D2)>1,"",D2)
    The third helper column is populated using: =IF(E2<>"",A2,"")
    The column that contains the result ('After') is populated using*:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    *Denotes an array entered formula which needs to be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER before copying to other cells. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    If this solution isn't applicable to your data please upload the spreadsheet from which the screen shot in post #1 was made. To upload a spreadsheet click on the GO ADVANCED button below the Quick Reply window and then scroll down to Manage Attachments to open the upload window.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  7. #7
    Registered User
    Join Date
    01-16-2018
    Location
    London
    MS-Off Ver
    2003
    Posts
    4

    Re: Remove a cell containing specific duplicate text "", then pasting results

    That works great. Thank you so much.

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Remove a cell containing specific duplicate text "", then pasting results

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools link above your first post. I hope that you have a blessed day.

+ 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. Replies: 4
    Last Post: 06-11-2017, 02:03 PM
  2. Replies: 1
    Last Post: 05-16-2017, 09:33 AM
  3. [SOLVED] VBA help needed to remove all "/" then replace with "-" from cell "B3"and "B5"
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2014, 02:11 PM
  4. [SOLVED] If(Search to say "YES" or "NO" if cell contains specific text
    By Alt= in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-24-2014, 03:23 PM
  5. [SOLVED] "button" to move curser to a specific cell based upon formula results in another cell
    By Araise in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-16-2014, 03:21 PM
  6. Unable to remove the "space" at the end of text in a cell
    By jhiltabidel in forum Excel General
    Replies: 4
    Last Post: 03-27-2013, 02:15 PM
  7. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 AM

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