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

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi,

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

HTH
 
Upvote 0
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
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
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
Hi,

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

Forum statistics

Threads
1,214,786
Messages
6,121,548
Members
449,038
Latest member
Guest1337

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