I'm working with a large list of partners, and data is input by many parties. Unfortunately, not everyone sicks to the naming nomenclature and human error abounds!
Here's a short snippet of that list ...
[TABLE="width: 256"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Harbor Freight[/TD]
[/TR]
[TR]
[TD]Hard Rock Cafe[/TD]
[/TR]
[TR]
[TD]Harley Davidson[/TD]
[/TR]
[TR]
[TD]Harley-Davidson[/TD]
[/TR]
[TR]
[TD]Harmony[/TD]
[/TR]
[TR]
[TD]Hey Cupcakes[/TD]
[/TR]
[TR]
[TD]Hibbett Sports[/TD]
[/TR]
</tbody>[/TABLE]
You can see that either the entries are very different, or there's an occasional entry with a misspelling or variation (like the hyphen instead of a space in Harley Davidson.) I'm looking to find a way to compare the entries in this list with each other, and where these is a one or two-character difference, to highlight or flag it for review.
EXACT doesn't work, because it tells me only that the items in list list are unique -- and they are. I need to see where two adjacent entries in the alphabetically sorted list are similar, but not the same.
Any thoughts?
You help is most appreciated.
Here's a short snippet of that list ...
[TABLE="width: 256"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Harbor Freight[/TD]
[/TR]
[TR]
[TD]Hard Rock Cafe[/TD]
[/TR]
[TR]
[TD]Harley Davidson[/TD]
[/TR]
[TR]
[TD]Harley-Davidson[/TD]
[/TR]
[TR]
[TD]Harmony[/TD]
[/TR]
[TR]
[TD]Hey Cupcakes[/TD]
[/TR]
[TR]
[TD]Hibbett Sports[/TD]
[/TR]
</tbody>[/TABLE]
You can see that either the entries are very different, or there's an occasional entry with a misspelling or variation (like the hyphen instead of a space in Harley Davidson.) I'm looking to find a way to compare the entries in this list with each other, and where these is a one or two-character difference, to highlight or flag it for review.
EXACT doesn't work, because it tells me only that the items in list list are unique -- and they are. I need to see where two adjacent entries in the alphabetically sorted list are similar, but not the same.
Any thoughts?
You help is most appreciated.