I have a table from Sales team of their prospects of about 2000 records since 2003. fact is about 100 of those became customers. I need to compare the prospect table to the customer table in the database and as accurately as possible identify who became a customer. Now the problem is, that the data like Company for example is not consistent. The whole words might match but the whole customer name or if comparing by first 5-10 characters might not match. Phones, postal codes are not always exact too. And the addresses might have suite number that's not in the compared record.
I compare by first 3 and last 3 chars for the postal code, last 4 chars of a phone number (many prospects don't have phone at all), first 5 chars of customer name and first 4 chars of an address. I get about 50, however my manager tells me there should be a bit over a 100.
Does anyone know how I can extract whole words of a cutomer name and compare them to something matching in the prospects? OR any other suggestions would quite helpfull. Thanks. I am on a deadline, please help me out.
I compare by first 3 and last 3 chars for the postal code, last 4 chars of a phone number (many prospects don't have phone at all), first 5 chars of customer name and first 4 chars of an address. I get about 50, however my manager tells me there should be a bit over a 100.
Does anyone know how I can extract whole words of a cutomer name and compare them to something matching in the prospects? OR any other suggestions would quite helpfull. Thanks. I am on a deadline, please help me out.