I'm trying to compare columns of text where the text columns look something like:
- C276 .016" x 1.18" (#) (279.4 lbs each)
- C22 .016" x 1.125" (#)
Comparing the above to a list that looks like:
- C276 .016" x 1.18" (#) (279.4 lbs each)
- 302SS .055, 1/2" OD
I am not looking for exact matches, rather trying to find strings that are as similar as possible. VLOOKUP hates non-compact text strings and my data has quite a lot of those as well as a whole host of characters. What is a way that I can get around this?