+ Reply to Thread
Results 1 to 8 of 8

Merging data while deleting duplicates?

  1. #1
    Registered User
    Join Date
    11-16-2012
    Location
    new york, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Merging data while deleting duplicates?

    So I've looked through the entire forum looking for this macro or possible formula. I saw many situations that were SIMILAR to mine but when attempting to use the macros they either came up with an error or ... did not work the way they should have (they deleted corresponding data is column B after deleting duplicate data in Column A, etc.)

    I have attached the file in question.

    I would like the below list to go from This:
    Store A URL1
    Store A URL2
    Store A URL3
    Store B URL4
    Store B URL5
    Store C URL6

    To This:
    Store A URL1, URL2, URL3
    Store B URL4, URL5
    Store C URL 6

    Please let me know if that makes sense when coupled with the Attachment. THANK YOU!!
    Attached Files Attached Files

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

    Re: Merging data while deleting duplicates?

    In the output, do you want the URLs to be in the same columns or in multiple columns?
    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]

  3. #3
    Registered User
    Join Date
    11-16-2012
    Location
    new york, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Merging data while deleting duplicates?

    The URLs for each Store# should be in the same column separated by a comma if possible.

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

    Re: Merging data while deleting duplicates?

    Try this
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    11-16-2012
    Location
    new york, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Merging data while deleting duplicates?

    That worked for many but left many out (212, 213 for example.) See attachment ... What do I need to read to learn how to create macros like that?? Thank you so much.... xxto learn how to create macros like that?? Thank you so much.... xx
    Last edited by kosmoscake; 11-16-2012 at 02:35 PM.

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

    Re: Merging data while deleting duplicates?

    Just practice a few codes from this subforum and you will learn

    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.

  7. #7
    Registered User
    Join Date
    11-16-2012
    Location
    new york, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Merging data while deleting duplicates?

    There were some missed out (212, 213, 285)

  8. #8
    Registered User
    Join Date
    11-16-2012
    Location
    new york, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Merging data while deleting duplicates?

    Okay- so I ran the macro a couple of times. The length of the document was such that it required the macro to be run more than once in order to reconcile any remaining variables. Thank you so much!!

+ 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