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.
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.