• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with an Excel Question

goobee

Platinum Member
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.
 
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?
 
Back
Top