vlookup the pain of my life!!

chrisgrove121

New Member
Joined
Mar 26, 2013
Messages
2
hey guys, please help!!

in column A i have 200,000 telephone numbers
in colum B i have 130,000 telephone numbers (which are also in column A)
i want the 70,000 unique records to appear in column c.

if anyone can help i will be forever in your debt!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

James006

Well-known Member
Joined
Apr 4, 2009
Messages
4,750
Office Version
  1. 2016
Platform
  1. Windows
Hi,

If you are using Excel 2007 ... go to Data > Remove Duplicates

HTH
 
Upvote 0

chrisgrove121

New Member
Joined
Mar 26, 2013
Messages
2
umm i dont think thats what will work.

column a has 200,000 records in (130,000 which are in column b and 70,000 unique records)
column b has the said 130,000 records in
i need to take out the 70,000 unique records and put them in column c

many thanks
 
Upvote 0

njimack

Well-known Member
Joined
Jun 17, 2005
Messages
7,772
You can easily determine whether a value in column A is also in column B, using COUNTIF in a helper column:

=COUNTIF(B:B,A2)>0

Then filter this column to display TRUE, and voila! Use Goto>Special to copy just the visible cells.
 
Upvote 0

Verald

New Member
Joined
Oct 16, 2009
Messages
28
umm i dont think thats what will work. column a has 200,000 records in (130,000 which are in column b and 70,000 unique records) column b has the said 130,000 records in i need to take out the 70,000 unique records and put them in column c many thanks
put this in cell C1. =IF(ISERROR(VLOOKUP(A1,B:B,1,FALSE)),"unique","duplicate") Then filter column C for only values which are unique
 
Upvote 0

James006

Well-known Member
Joined
Apr 4, 2009
Messages
4,750
Office Version
  1. 2016
Platform
  1. Windows
Hi,

With 200'000 records ... move all your records in column A and apply Data > Remove Duplicates
 
Upvote 0

Forum statistics

Threads
1,195,906
Messages
6,012,234
Members
441,685
Latest member
12345695959

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
Top