Hi,
With
Formula:
=MATCH("*"&LEFT(C3,5)&"*",$E$1:$E$22,FALSE)
in B2 copied down this will return the row number in list B that contains the first 5 characters of the names in List A. That's the LEFT(C3,5) bit.
You can of course vary this constant 5 to increase or decrease the sensitivity to mis-spelling.
However note that it can't pick up the 3-D 'mis-spelling' of 3D in B4. The other N/A values in B5 & B6 are where the names don't exist.
You really need a fuzzy logic tool to help you detect mis-spellings. Microsoft have an Excel Add In here http://www.microsoft.com/en-us/downl....aspx?id=15011 which I have found useful on several occasions.
Bookmarks