10-27-2007, 07:00 PM
I have a large address list (10k names with addresses). I need to cull the dupes in order the goal is to arrive at a list with only unique addresses. The info attached to these addresses is not important in determining the file (i.e., the names of the residents), but I do need to figure out a way to make certain that I keep the unique identifier of the second address line, the apartment #.
e.g.:
address/ apt/ last/ first
12 new road, smith, bob
12 new road, smith, jane
12 2 new road, jones, jane
I want to keep the unique addresses, don't care about the names. (either #1 or #2 AND #3)
Thanks
e.g.:
address/ apt/ last/ first
12 new road, smith, bob
12 new road, smith, jane
12 2 new road, jones, jane
I want to keep the unique addresses, don't care about the names. (either #1 or #2 AND #3)
Thanks