pjmthissen
New Member
- Joined
- Jan 10, 2018
- Messages
- 4
Hi folks,
I have i list that shows in column A the title and in column B the topic.
This list is generated by an external system and unfortunately that system generates a new row in case a title has multiple topics.
I want generate list that has no duplicate titles and shows the topics concatenated in case a there are multiple topics per title.
In case I manage to get something like the below example I can use the remove duplicates functionality to get a list without duplicate titles.
Or is it possible to do both; concatenate the topic and remove a duplicate row in one go?
An example:
[TABLE="width: 785"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Title[/TD]
[TD]Topic[/TD]
[TD]Concatenated topics[/TD]
[/TR]
[TR]
[TD]CRD / Light Production Business – REFRESH[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - BIS[/TD]
[/TR]
[TR]
[TD]CRD / Light Production Business – REFRESH[/TD]
[TD]S&M - BIS[/TD]
[TD]S&M - DS; S&M - BIS[/TD]
[/TR]
[TR]
[TD]Purchase to Pay Curriculum[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS[/TD]
[/TR]
[TR]
[TD]DS Managed Services Training Presales[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - SB&S[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - IPS[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Advanced economics - deepen accounting fundamentals[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - LFP[/TD]
[/TR]
[TR]
[TD]Advanced economics - deepen accounting fundamentals[/TD]
[TD]S&M - LFP[/TD]
[TD]S&M - DS; S&M - LFP[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance.
I have i list that shows in column A the title and in column B the topic.
This list is generated by an external system and unfortunately that system generates a new row in case a title has multiple topics.
I want generate list that has no duplicate titles and shows the topics concatenated in case a there are multiple topics per title.
In case I manage to get something like the below example I can use the remove duplicates functionality to get a list without duplicate titles.
Or is it possible to do both; concatenate the topic and remove a duplicate row in one go?
An example:
[TABLE="width: 785"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Title[/TD]
[TD]Topic[/TD]
[TD]Concatenated topics[/TD]
[/TR]
[TR]
[TD]CRD / Light Production Business – REFRESH[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - BIS[/TD]
[/TR]
[TR]
[TD]CRD / Light Production Business – REFRESH[/TD]
[TD]S&M - BIS[/TD]
[TD]S&M - DS; S&M - BIS[/TD]
[/TR]
[TR]
[TD]Purchase to Pay Curriculum[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS[/TD]
[/TR]
[TR]
[TD]DS Managed Services Training Presales[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - SB&S[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Negotiation and Closing of Business Cases[/TD]
[TD]S&M - IPS[/TD]
[TD]S&M - DS; S&M - SB&S; S&M - IPS[/TD]
[/TR]
[TR]
[TD]Advanced economics - deepen accounting fundamentals[/TD]
[TD]S&M - DS[/TD]
[TD]S&M - DS; S&M - LFP[/TD]
[/TR]
[TR]
[TD]Advanced economics - deepen accounting fundamentals[/TD]
[TD]S&M - LFP[/TD]
[TD]S&M - DS; S&M - LFP[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance.