Hello =
I have a very large table of addresses. I want to find only those records where the company name is the same but the address is different. In other words I want to eliminate records that only have one address for a company name.
I could put the data into Excel and group by company name, then eliminate all records that have a count of only 1. Trouble is, I have almost 150,000 records and this won't fit in an Excel table.
Thank you for your help,
Sandra
I have a very large table of addresses. I want to find only those records where the company name is the same but the address is different. In other words I want to eliminate records that only have one address for a company name.
I could put the data into Excel and group by company name, then eliminate all records that have a count of only 1. Trouble is, I have almost 150,000 records and this won't fit in an Excel table.
Thank you for your help,
Sandra
Comment