I would like to find specific digits in a cell and replace it with a symbol or some text like "duplicate", not the whole cell only the duplicate characters in the cell.
I have one column with more then 2500 rows which contains contact numbers. Every cell contains more then one number. then i have a another column in which i have the numbers that i want to be deleted from the first column.
I am placing the example so everybody can get an idea of what i want.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Column 1 looking for duplicates in this one [/TD]
[TD]Column 2 Numbers to find from first column and replace with symbol[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]
<tbody>
[TD="class: xl65"]051-5506664,051-5518677,0331-5689456[/TD]
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD][TABLE="width: 302"]
<tbody>[TR]
[TD="class: xl65, width: 302"],0301-6278688, 0300-6245388,0331-5689457[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD][TABLE="width: 302"]
<tbody>[TR]
[TD="class: xl65, width: 302"]0537610640,0333-8564866,0331-5689451[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"],0344-5329610 / 0044-7864922101,0331-5689458[/TD]
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"]544-646789/345-5624363,0331-5689459[/TD]
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"],051-5826034,0331-5689450[/TD]
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
</tbody>[/TABLE]
I am new to fourms, Could not find the attachment button to attach excel file, so made a table in the post. Help in this regard is highly appreciated. Thanks
I have one column with more then 2500 rows which contains contact numbers. Every cell contains more then one number. then i have a another column in which i have the numbers that i want to be deleted from the first column.
I am placing the example so everybody can get an idea of what i want.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Column 1 looking for duplicates in this one [/TD]
[TD]Column 2 Numbers to find from first column and replace with symbol[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]
<tbody>
[TD="class: xl65"]051-5506664,051-5518677,0331-5689456[/TD]
</tbody>
[TD]
0331-5689456 |
<tbody>
</tbody>
[/TR]
[TR]
[TD][TABLE="width: 302"]
<tbody>[TR]
[TD="class: xl65, width: 302"],0301-6278688, 0300-6245388,0331-5689457[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
0331-5689457 |
<tbody>
</tbody>
[/TR]
[TR]
[TD][TABLE="width: 302"]
<tbody>[TR]
[TD="class: xl65, width: 302"]0537610640,0333-8564866,0331-5689451[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
0331-5689458 |
<tbody>
</tbody>
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"],0344-5329610 / 0044-7864922101,0331-5689458[/TD]
</tbody>
[TD]
0331-5689459 |
<tbody>
</tbody>
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"]544-646789/345-5624363,0331-5689459[/TD]
</tbody>
[TD]
0331-5689450 |
<tbody>
</tbody>
[/TR]
[TR]
[TD]
<tbody>
[TD="class: xl65"],051-5826034,0331-5689450[/TD]
</tbody>
[TD]
0331-5689451 |
<tbody>
</tbody>
[/TR]
</tbody>[/TABLE]
I am new to fourms, Could not find the attachment button to attach excel file, so made a table in the post. Help in this regard is highly appreciated. Thanks
Last edited by a moderator: