I am trying to use Fuzzy match to be able to complete conflict checks for a company.
I've consolidated all 'Account Names' from both lists:
- List 1 = Parties of Interest
- List 2 = Internal List
I only want to compare the 'Account Names' from different lists.
In the example below, I would like the output to match the POI source with account name 'Halcyon' to all Internal source account names that include 'Halcyon'

This is only 1 example where my account names are not hitting. I understand that the output will pick up multiple 'matches' that probably shouldn't be matched, but I would rather my final output be all inclusive and I can filter for actual matches afterwards.
any advice?