Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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, , someone1.com Some One, , someone2.com Some One, , someone3.com Some Other, , someother.com Some Thing, , something.com Some Thing, , something1.com I would like to combine the domains for the same clients using some delimiter (;) Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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? -- robert111 ------------------------------------------------------------------------ robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996 View this thread: http://www.excelforum.com/showthread...hreadid=568959 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Very helpfull thank you both!
|
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Your welcome. Glad to help. Thanks for the feedback.
"dimitar.peev" wrote: Very helpfull thank you both! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine rows | Excel Discussion (Misc queries) | |||
Automatically inserting rows | Excel Worksheet Functions | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
How do I combine rows, combining duplicates as well as concatenati | Excel Worksheet Functions | |||
flexible paste rows function that inserts the right number of rows | Excel Discussion (Misc queries) |