- User inputs two comma separated lists - list A and list B.
- We take an element from the list A - and match it with the entire range.
- Whichever cell from list B has the highest match, will be return against the values of List A.
But this won't work with all the test cases.Maybe a Power Query Fuzzy join?:
View attachment 80711
updated image in message#2. Is that better?But this won't work with all the test cases.
This seems to be working. Can you please share the formula/function. I would like to use it on other cases.updated image in message#2. Is that better?
I doubt it, but it might be worth testing.Also I want to know if it is better to sort the list alphabetically before apply the function?
I was thinking of creating some other test cases. Also I want to know if it is better to sort the list alphabetically before apply the function? What do you think?