Combine simmilar rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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, (e-mail address removed), someone1.com
Some One, (e-mail address removed), someone2.com
Some One, (e-mail address removed), someone3.com
Some Other, (e-mail address removed), someother.com
Some Thing, (e-mail address removed), something.com
Some Thing, (e-mail address removed), something1.com

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

Thank you.
 
in column d row 2 check if 2 consecutive e-mails are the same, if the
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 wit
"the concatenated c1 and c2".

does that help
 
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top