+ Reply to Thread
Results 1 to 12 of 12

Need Help Removing Identical Records in a List

  1. #1
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Need Help Removing Identical Records in a List

    Hello:

    I need to remove the identical records from this list since the identical records indicate clients all ready contacted. i.e rows 6,7,8 & 9 are identical records and need to be removed from the list. The criiteria should also include Unit # or # since if its an apartment, the addresses for the apartment will all be the same; only the apt # or unit # will differentiate it.

    Thank you in advance for your help.

    Kindest regards,
    Vic

    list_04-19-2014.jpg

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need Help Removing Identical Records in a List

    Hi Vic,

    There is a YouTube that shows exactly this. See http://www.youtube.com/watch?v=pM6Q7cPph1c
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Need Help Removing Identical Records in a List

    Hello Marvin,

    That doesn't work. It only removes the duplicate. The other matching record will still be in the list. I need to remove all the matching records. ty

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need Help Removing Identical Records in a List

    Hi Vic,

    You really need to attach a sample Excel file so we can see what you have. My guess is a "Helper Column" that counted the duplicates might help. Then you could sort by that column and simply delete the rows that have a number greater than one.

    Attach a sample file and we can show you how.

  5. #5
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Need Help Removing Identical Records in a List

    Hello Marvin:

    i did attached a sample file. Click the link below my name. ty

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Need Help Removing Identical Records in a List

    Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you Also, not all members can upload picture files (Company firewalls and stuff)

    Having said that, maybe this approach will help?

    Use a helper column with a countif() function in it. Apply filters to show only values in the helper > 1 - delete what shows
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Need Help Removing Identical Records in a List

    Here's part of the file. Again any matching records need to be removed. I appreciate your help ty

    https://drive.google.com/file/d/0B6r...it?usp=sharing

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Need Help Removing Identical Records in a List

    Sorry, please upload your file to the forum, not all members are able - or willing - to download from file-hosting sites

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

  9. #9
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need Help Removing Identical Records in a List

    Hi Vic,

    See what my suggestion is using the attached file.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Need Help Removing Identical Records in a List

    Thanks for the uploading info. Here's the file. ty!
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    11-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Need Help Removing Identical Records in a List

    Marvin, I think your Countif formula will work. That might be tricky with the Unit # entries. ty

  12. #12
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Need Help Removing Identical Records in a List

    la90292,

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. delete non-identical records in Excel 2003
    By niclong in forum Excel General
    Replies: 6
    Last Post: 02-05-2013, 11:54 AM
  2. Replies: 9
    Last Post: 10-06-2011, 12:48 PM
  3. Removing similar but not identical names
    By dalew in forum Excel General
    Replies: 1
    Last Post: 06-27-2011, 08:44 PM
  4. Removing rows that contain identical data
    By Newbie_Nick in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-16-2010, 12:05 PM
  5. Search for Identical records
    By BigEye64 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-14-2009, 03:13 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