output data not in 2 lists

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I think this is easy, but need help. I have 2 lists of last/first names. I'm
trying to create new columns where the lists DON'T exactly match - case is
immaterial.
Example:
Last1 First1 Last2 First2 Not Last Not First
smith jon smith john (I don't expect/need smith john here)
doe amy doe joy doe joy

Please help!

Best,
T
 
I would love to see the algorithm that evalutes Smith Jon
and Smith John as being equal and therefor excludes those
names from the OP's filtered list! :)

Biff
 
Hi
there're some algorithmns which do this kind of pattern match (some
kind of 'fuzzy' logic). If you search the Google archives you'll find
several :-))
 

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

Back
Top