I have the following formula to find the closest match to my first column from two lists extracted from different programs, i.e. Shakedown list and Exto List. I have identified the unique identifiers and was going to build nested IF(HAS(INDEX(MATCH statements to return the near matches. However, my first formular returns an error when I know the second column ends with the same 5 characters as the first, and I expected a match.
FORMULA; =IF(HAS([Shakedown List]@row, "0.5"), INDEX([Exto List]:[Exto List], MATCH(RIGHT([Shakedown List]@row, 5), [Exto List]:[Exto List], 0)), "messy")