Comparison/conditional formatting of two columns

Christ143uk

New Member
Joined
Apr 4, 2019
Messages
1
Hi,

So my problem is:

I have a list of 1 million rows of phone numbers
I have a list of 500,000 phone numbers
In both of these lists phone numbers are repeated so I cannot use conditional formatting to highlight duplicates.

Basically I need to highlight any phone numbers/rows in the 1 million lines that also appears in the list of 500,000 phone numbers at least once.

Thanks in advance
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Assuming both lists are in column A.
Select A2 to last row in A & use this CF formula
=ISNUMBER(MATCH(A2,Sheet1!A:A,0))
change the sheet name to suit
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,592
Members
449,089
Latest member
Motoracer88

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