This works for the spacing errors shown in post #5, however it doesn't help with the spelling error:
Formula:
=IFERROR(IF(SEARCH(B2,A2),B2),IF(SEARCH(SUBSTITUTE(B2," ",""),SUBSTITUTE(A2," ","")),B2))
I have heard of something called 'fuzzy lookup' which might help, however I have never used it, so I can't say with any certainty.
Note that I am letting the formula return a #Value error if the 'value_if_error' fails so that you can filter column C and find instances of spelling errors.
Let us know if you have any questions.
Bookmarks