Comparing two lists and removing duplicatations

G

Guest

I have 2 workbooks each containing long lists of names and addresses.

I need to compare the surname in column B and the first line of the address
in column D of workbook 1 with the list in workbook 2 (columns C and D). If
the same info occurs in workbook 2 I want to delete the entire line from that
list.

Can you help please?
 
D

Dave Peterson

I would use a helper column that concatenated the two fields into one:

=b2&"...."d2

in both files.

Then I'd be able to base my comparisons on just one column.

Then I'd visit Chip Pearson's site:
http://www.cpearson.com/excel/duplicat.htm

He has lots of techniques to work with duplicates:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top