Blessy Clara
Board Regular
- Joined
- Mar 28, 2010
- Messages
- 201
Hi
I have an excel sheet - Column A contains Phone Numbers separated by a "||" Symbol -
Requirement - I want to remove the repeat occurrence of a number with in a cell and retain only one occurrence
[TABLE="width: 500"]
<tbody>[TR]
[TD]Occurence[/TD]
[TD]Post Dedup - Result[/TD]
[/TR]
[TR]
[TD]18002821376 || 18005675803 || 18002687708 || 18005675803
[/TD]
[TD]18002821376 || 18005675803 || 18002687708 || [/TD]
[/TR]
[TR]
[TD]18882733488 || 18667585678 || 18665543456 ||18882733488 || 18667585678 || 18665543456
[/TD]
[TD]18882733488 || 18667585678 || 18665543456[/TD]
[/TR]
</tbody>[/TABLE]
Thank you
I have an excel sheet - Column A contains Phone Numbers separated by a "||" Symbol -
Requirement - I want to remove the repeat occurrence of a number with in a cell and retain only one occurrence
[TABLE="width: 500"]
<tbody>[TR]
[TD]Occurence[/TD]
[TD]Post Dedup - Result[/TD]
[/TR]
[TR]
[TD]18002821376 || 18005675803 || 18002687708 || 18005675803
[/TD]
[TD]18002821376 || 18005675803 || 18002687708 || [/TD]
[/TR]
[TR]
[TD]18882733488 || 18667585678 || 18665543456 ||18882733488 || 18667585678 || 18665543456
[/TD]
[TD]18882733488 || 18667585678 || 18665543456[/TD]
[/TR]
</tbody>[/TABLE]
Thank you
Last edited: