Hi, I'm new to this type of query in Excel:
I have some data where I want to find and extract a list of names from cells in rows where any of the names match. For example the data is like:
Row 1:'Jon Smith 46 years old is but a new brown car'
Row 2:'Jonny smith 46 yrs likes brown cars'
Row 3:'Jon works at a garage repairing cars'
Row 4:'My mate Smithy loves those brown BMWS'
What expression would I need to search each row and then extract any of the following fuzzy matches (contained in a long list) :
Jon smith
Jonny smith
Jon
Smithy
And then return a new column with just those name, i.e. Actually display the names in a column next to column where name trxt was taken from?
The idea is that I extract data that might well be the same person in different phrases.
Thank you in anticipation, I'm new to this but very interested.
I have some data where I want to find and extract a list of names from cells in rows where any of the names match. For example the data is like:
Row 1:'Jon Smith 46 years old is but a new brown car'
Row 2:'Jonny smith 46 yrs likes brown cars'
Row 3:'Jon works at a garage repairing cars'
Row 4:'My mate Smithy loves those brown BMWS'
What expression would I need to search each row and then extract any of the following fuzzy matches (contained in a long list) :
Jon smith
Jonny smith
Jon
Smithy
And then return a new column with just those name, i.e. Actually display the names in a column next to column where name trxt was taken from?
The idea is that I extract data that might well be the same person in different phrases.
Thank you in anticipation, I'm new to this but very interested.