I need see if the values in a column (cargo) in table called Transaction Table match the Item keywords in a table called Categories table.
If there is a match with the Item keywords, the corresponding Category to that Item should be added to a new column in the Transaction table called.
If there are multiple matches, all the categories should be added in the column separated by a column with no repeating categories.
Here are the tables.
This dummy data in an google sheets file can be found here: https://docs.google.com/spreadsheets/d/1HVohp0SgMZ9B39F2l36IJ0tGDLmoGB3cfc9-BNk-QiU/edit?usp=sharing
Thanks in advance
