Hi,
I have a customers order address and a string of multiple comma separated contact names from an earlier step. For context, the customer has multiple addresses and a unique contact name for each address. The string of multiple comma sep contact names has been pulled using the customers email / phone which is the same across all contacts.
I need to automate finding the closest match to the customers order address, against the string of contact names from the earlier step. We have a Google sheet containing all contact names and corresponding addresses. However, the order addresses from our online booking site do not always exactly match the addresses with have on record, so an element of judgement is needed to match the address with the correct contact name.
Whats the best way of matching an inaccurate order address with the addresses we have on record?
Thanks.