I have a table of strings that I'm trying to do an analysis of by pivoting. The problem is that I'm seeing similar strings that were just entered incorrectly and are therefore being treated as entirely separate.
For example:
PLSMPPOL130WAR
and
PLSMPPOL30WAR
In researching this, I came across the excel 'Fuzzy Lookup' tool, but that appears to be for table to table matches and all of my data is within the same table.
How can I have a formula or macro that will return strings within, say, 3 characters of the lookup value?