T
trebor
I've have a CSV files that I export from R&R (a report writer) int
Excel. The Excel document has a colomn for first name, last name
company, fax phone #, e-mail address. Unfortunately, some of companie
only have 1 email address, yet several contacts. The result is that
have dozens of records with duplicate addresses. What I want to do i
filter the CSV file in such a way, as to remove a record if it alread
has an e-mail address in another record.
I know how to sort out all the unique e-mails, but I still need th
other information (in the rows) for the e-mail blaster we use.
Any ideas
Excel. The Excel document has a colomn for first name, last name
company, fax phone #, e-mail address. Unfortunately, some of companie
only have 1 email address, yet several contacts. The result is that
have dozens of records with duplicate addresses. What I want to do i
filter the CSV file in such a way, as to remove a record if it alread
has an e-mail address in another record.
I know how to sort out all the unique e-mails, but I still need th
other information (in the rows) for the e-mail blaster we use.
Any ideas