I am trying to merge 3 tables - each has different types of info on the same companies. Unfortunately, there is no universal customer # that I can merge these on, so I need to do it based on company name.
The problem is that the company names have slight differences. One table might say "A.O. Corporation", another might say "AO Corp", and another might say "A.O. Corp."
I'm lost as to what to do - there are thousands of companies. Is there a way I can analyze the table data and remove all punctuation and also remove key words such as "corp" and "inc"??
Thanks for any help.
The problem is that the company names have slight differences. One table might say "A.O. Corporation", another might say "AO Corp", and another might say "A.O. Corp."
I'm lost as to what to do - there are thousands of companies. Is there a way I can analyze the table data and remove all punctuation and also remove key words such as "corp" and "inc"??
Thanks for any help.