I am trying to do fuzzy logic on an Excel spreadsheet for two data sources exported from Microsoft CRM. One is Account data, and the other one is Lead's data.
Account Sheet contains - All the existing customers. Lead's Sheet is a 'dirty sheet' and contains - All the existing customers + leads.
I would like to match up both the sheets together using fuzzy logic, as exact match won't work for my case, and thus filtering out all the 'actual leads' from the Lead's sheet.
Example:
Accounts Sheet -
Courtyard by Marriott-Calgary
Courtyard Middletown
Granite Broadway Development LLC
Infinity formerly known as Residence inn
Inversiones Hoteleras CH de Escazú S.A
Marriott Chicago O'Hare Hotel
Marriott Residence Inn
Marriott Residence Inn
Marriott Residence Inn
Lead's Sheet -
Residence Inn by Marriott
Residence Inn and Courtyard by Marriott Manhattan
Residence Inn by Marriott Edinburgh
Residence Inn
Residence Inn Bellevue
Residence Inn Phoenix Glendale
Residence Inn Phoenix Glendale
Residence Inn Phoenix Glendale
Residence Inn Phoenix Glendale
In this example I have only given the company name column, but actually I will be performing this on set of columns(Company name, address 1, address 2 etc.)
Is there any way I can accomplish this using DataNitro?