+ Reply to Thread
Results 1 to 6 of 6

Combine simmilar rows

  1. #1
    dimitar.peev
    Guest

    Combine simmilar rows

    Hello,

    I have a list of clients, emails, domains. And for every domain the client
    has there is a row in the spreadsheet:

    Some One, me@example.com, someone1.com
    Some One, me@example.com, someone2.com
    Some One, me@example.com, someone3.com
    Some Other, you@example.com, someother.com
    Some Thing, they@example.com, something.com
    Some Thing, they@example.com, something1.com

    I would like to combine the domains for the same clients using some
    delimiter (

    Thank you.

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    in column d row 2 check if 2 consecutive e-mails are the same, if they are, concatenate c1 with c2 (in d1 put c1 to get you started).

    Then if you get a third identical e-mail, it will concatenate c3 with "the concatenated c1 and c2".

    does that help?

  3. #3
    dimitar.peev
    Guest

    Re: Combine simmilar rows

    you need to concatenate d1 and c2, and you need to put in d2 c2 if the emails
    are not the same, and some way to delete the unuseful ones

    However the idea helped a lot! Thanks

  4. #4
    Wiley
    Guest

    Re: Combine simmilar rows

    Using robert111 advice, you could create a helper column that places a Y in
    it if the domain is the same as the previous. To remove the duplicates, you
    could filter for Y and delete.

    "dimitar.peev" wrote:

    > you need to concatenate d1 and c2, and you need to put in d2 c2 if the emails
    > are not the same, and some way to delete the unuseful ones
    >
    > However the idea helped a lot! Thanks


  5. #5
    dimitar.peev
    Guest

    Re: Combine simmilar rows

    Very helpfull thank you both!

  6. #6
    Wiley
    Guest

    Re: Combine simmilar rows

    Your welcome. Glad to help. Thanks for the feedback.

    "dimitar.peev" wrote:

    > Very helpfull thank you both!


+ 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