We have two lists of names zipcodes and states. The zipcodes and states are incomplete and first names are inconsistent Christopher vs Chris for example as well as multiple people having the same last name.
I want to do a look up on last name, iterate through multiple last names trying to match say the first 3-4 letters of first name, or match on state, or match on zipcode.
The iteration part im not familiar with. And I dont know where I would place a LEFT() function for first name matches or how I might wrap this formula in an IF statement to match against zipcode etc.
The foundation of this has to be a lookup on last name though. We have approached this from multiple other available vectors and what remains is possible matches based on inconsistency of first name, or state, or zip and multiple last name hits so, if anyone has a chunk of code that would give me some direction on how this logic would appear I'm pretty desperate. Even if its a chunk of VBA code I would have to edit.
I want to do a look up on last name, iterate through multiple last names trying to match say the first 3-4 letters of first name, or match on state, or match on zipcode.
The iteration part im not familiar with. And I dont know where I would place a LEFT() function for first name matches or how I might wrap this formula in an IF statement to match against zipcode etc.
The foundation of this has to be a lookup on last name though. We have approached this from multiple other available vectors and what remains is possible matches based on inconsistency of first name, or state, or zip and multiple last name hits so, if anyone has a chunk of code that would give me some direction on how this logic would appear I'm pretty desperate. Even if its a chunk of VBA code I would have to edit.