Forum Discussion
Confused look up match function
Hi!
I want to look up for a similar value in Column G from Column A.
For example:
Column A has "Retail and Distribution" so I want to match it with Column G as "Retail" and return it like that.
I have lists so declaring a string is i think will put a limit to a formula.
I have tried some couple of things such as Search and other things but cant seem to find the correct one.
You may want to check the attached file for references.
7 Replies
I need a little bit more detailed explanation.
However, I made unique lists of two columns.
P.S. It seems to me that your request can be solved with Power Query Fuzzy Matching Option (After your explanation)
- Toryo0306Copper ContributorThanks for the answer! Im trying to match a set of strings to a list of strings.
This is because there are some value in a cell that has different strings.
Example: the result should be "RETAIL" but I have cells that has "RETAIL AND WHOLESALE", "RETAIL AND COMPUTERS".
Other example: result should be "Computers and Technology", but I have cells that has "Computer manufacturing" or "Computers and infomation"
Hope this helps. 🙂Got it.
I strongly offer you to watch Ken Puls's video and use Left Out Join option in Power Query to solve this issue.
https://www.youtube.com/watch?v=7Xc1fUsk--c&t=23s
From 54's minute to 106's minute.
Good luck