sommerfeld
New Member
- Joined
- Apr 4, 2016
- Messages
- 12
Hi, can anyone help with with this problem.
I have a list of data where I've done a conditional format to identify duplicate email addresses. I've tagged each email address relevant to the user's interest. So imagine you had a user who had three interests and another with 2 and another with 1 and another with 3 etc. How could I get the output so that if a duplicate value exists, one adjacent cell contacts their interests all in one cell and not separately? Example of below of what I mean and the desired output.
Many thanks in advance!!
Antony
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Interest[/TD]
[TD]Email[/TD]
[TD]Desired Output[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]ab@xyz.com[/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD]ab@xyz.com [/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]ab@xyz.com [/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]cd@xyz.com[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD]ef@xyz.com[/TD]
[TD]Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]ef@xyz.com[/TD]
[TD]Pears and Bananas
[/TD]
[/TR]
</tbody>[/TABLE]
I have a list of data where I've done a conditional format to identify duplicate email addresses. I've tagged each email address relevant to the user's interest. So imagine you had a user who had three interests and another with 2 and another with 1 and another with 3 etc. How could I get the output so that if a duplicate value exists, one adjacent cell contacts their interests all in one cell and not separately? Example of below of what I mean and the desired output.
Many thanks in advance!!
Antony
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Interest[/TD]
[TD]Email[/TD]
[TD]Desired Output[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]ab@xyz.com[/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD]ab@xyz.com [/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]ab@xyz.com [/TD]
[TD]Oranges and Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]cd@xyz.com[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD]ef@xyz.com[/TD]
[TD]Pears and Bananas[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]ef@xyz.com[/TD]
[TD]Pears and Bananas
[/TD]
[/TR]
</tbody>[/TABLE]