Move duplicates to new sheet & High lighting remaining similarities

Sharid

Well-known Member
Joined
Apr 22, 2007
Messages
1,066
Office Version
  1. 2016
Platform
  1. Windows
I have a list of URLS and emails in columns D and E. I don't want to use the excel find duplicates as it deletes all duplicates, where as I want them moved to another sheet.

Also if there are similarities then I want it to highlight the text in Orange.

See below

From this

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Emails
[/TD]
[TD="align: center"]URLS
[/TD]
[/TR]
[TR]
[TD]jon@mysite.com
[/TD]
[TD]https://www.mysite.com/
[/TD]
[/TR]
[TR]
[TD]Jon@mysite.com
[/TD]
[TD]https://www.mysite.com/[/TD]
[/TR]
[TR]
[TD]Jane@mysite.com
[/TD]
[TD]https://www.mysite.com/[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]https://www.mysite.com/[/TD]
[/TR]
[TR]
[TD]Jane@mysite.com
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peter@yoursite.com
[/TD]
[TD]https://www.Yoursite.com/
[/TD]
[/TR]
[TR]
[TD]Jack@yoursite.com
[/TD]
[TD]https://www.Yoursite.com/
[/TD]
[/TR]
[TR]
[TD]peter@yoursite.com
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]peter@yoursite.com
[/TD]
[TD]https://www.Yoursite.com/[/TD]
[/TR]
[TR]
[TD]Jane@heresite.com
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


To this

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Emails
[/TD]
[TD]URLS
[/TD]
[/TR]
[TR]
[TD]jon@mysite.com[/TD]
[TD]https://www.mysite.com/
[/TD]
[/TR]
[TR]
[TD]Jane@mysite.com
[/TD]
[TD]https://www.mysite.com/
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]https://www.mysite.com/
[/TD]
[/TR]
[TR]
[TD]Jane@mysite.com
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peter@yoursite.com
[/TD]
[TD]https://www.Yoursite.com/
[/TD]
[/TR]
[TR]
[TD]Jack@yoursite.com
[/TD]
[TD]https://www.Yoursite.com/
[/TD]
[/TR]
[TR]
[TD]Peter@yoursite.com
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]Jane@heresite.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

All duplicates have been moved to sheet2 and all similarities have been identified, the similarities must be an exsact match but NOT case senstive

Thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top