Can you provide a formula that looks for the most similar value of a cell (say A2) in column D of a dataset (say D2:E50) and gives the corresponding value that's in column E? It's exactly like a Vlookup only it's looking up the most similar value instead of the exact value --- the vlookup being vlookup(A2,D2:E50,2,false).
If we need to define "most similar" further, it would either be having the most similar number of letters (this is all text) or at least 7 common letters. The most similar match would be the best...
Thanks a lot for your help in advanced.
D
Bookmarks