Help with an Excel Question

goobee

Platinum Member
Aug 3, 2001
2,005
10
81
goobee.org
Let's say I have two lists,

List A

First Name, Middle Name, Last Name, DOB, etc.

List B

First Name, Middle Name, Last Name, DOB, etc.

Each list can have several thousand rows. What I need to do is compare for matches with Last Name and DOB. If Last Name and DOB matchs, then both row items are copied to the same row on a third sheet. If either list is missing the DOB but the last names match, both row items are copied to the same row on a third sheet.

Anyone want to take a crack at this? I'm guessing a VBA macro will be the best way to tackle this. Thanks.
 

NeoV

Diamond Member
Apr 18, 2000
9,504
2
81
yes, VBA would do the trick, but with a little bit of manual work, you could do this as well.

Are you familiar with concatenate and vlookup?