Panchistiko
New Member
- Joined
- Oct 22, 2009
- Messages
- 37
Hello everyone,
I have these columns with about 50000 names, and I need to determine whether the SIMPLE NAME matches the FULL NAME, with at least two words, in any order.
In col C, I’d expect a “YES” if the names match, otherwise a “NO”.
If match just one word, it’s a “NO”
Thank you all.
I have these columns with about 50000 names, and I need to determine whether the SIMPLE NAME matches the FULL NAME, with at least two words, in any order.
In col C, I’d expect a “YES” if the names match, otherwise a “NO”.
If match just one word, it’s a “NO”
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | FULL NAME | Simple Name | Match | ||
2 | GONZALO MARCO PEREZ . | Gonzalo M Perez | Yes | ||
3 | RUBEN ARMENIO ESPINOZA ESTERN | Espinoza Ruben | Yes | ||
4 | DIANA MARIA DIAZ AGUILERA | Diana M Diaz | Yes | ||
5 | CARLA RAMIRA HERNANDEZ LOZ | Claudia R Hernandez | No | ||
6 | MARGARITA FERRER COVARRUBIAS | Ferrer Monica | No | ||
7 | ANA LUIS COLONNA LORENZINI | Colonna Ana | Yes | ||
8 | DIEGA YOLANDA AMAYA BOLOA | Diana Amaya | No | ||
9 | LIDIA CARMEN HINCAPIE VENEGAS | Lidia Hincapie | Yes | ||
Sheet1 |
Thank you all.