Combining lists

G

Guest

I have two long lists of people with the last name in column A and the first name in column B. I'm trying to find out how I can isolate the people who appear on both lists.

I was wondering if their is a formula that I could plug in between the two columns of each list, or if I could combine the information in column A and B to use the formula that you provided for my other lists

List 1 in Col A, list 2 in Col D

In B1 put =IF(COUNTIF(D:D,A1)>0,"MATCH","") and copy down as far as needed

In E1 put =IF(COUNTIF(A:A,D1)>0,"MATCH","") and copy down as far as needed

Again, thanks for all of your help!

Austin
 
R

Ron de Bruin

Check out this site Austin
http://www.cpearson.com/excel/duplicat.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


Austin said:
I have two long lists of people with the last name in column A and the first name in column B. I'm trying to find out how I can
isolate the people who appear on both lists.
I was wondering if their is a formula that I could plug in between the two columns of each list, or if I could combine the
information in column A and B to use the formula that you provided for my other lists:
 

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