S
Spike9458
Hi All,
I have been working with Excel 2003 and Chip Pearsons website to get some
of the formula help I need. I got a lot done I think, but here is where I am
at. I have two spreadsheets with contact data in them. One list is heavily
populated with email addresses, the other is not. I need to be able to
combine the two lists into one, and get rid of the duplicate entries where
each has the same email address. In the instance where a contact in one list
has a mailing address and an email address, and only mailing address in the
other, I need to be able to get rid of the one with no email address.
For instance:
Sheet1
ColA Column B
Column C
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe
3 Tom Jones 444 Anystreet, Anytown, ST, 12345 (e-mail address removed)
Sheet2
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe 234 Main St Anytown, ST, 12345 (e-mail address removed)
3 Tom Jones 444 Anystreet, Anytown, ST, 12345
Note that in Sheet1, Jane Doe has not street address or email address, and
in Sheet 2 Tom Jones has no email address.
After combining the two sheets into one - Sheet3 below, how do I weed out
the Jane Doe from row2, and the Tom Jones from row6?
Sheet3
ColA Column B
Column C
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe
3 Tom Jones 444 Anystreet, Anytown, ST, 12345 (e-mail address removed)
4 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
5 Jane Doe 234 Main St Anytown, ST, 12345 (e-mail address removed)
6 Tom Jones 444 Anystreet, Anytown, ST, 12345
One of my spreadsheets has 6500 entries, and the other has 4400, so you can
understand the need to somewhat automate this.
Thanks in advance,
--Jim
I have been working with Excel 2003 and Chip Pearsons website to get some
of the formula help I need. I got a lot done I think, but here is where I am
at. I have two spreadsheets with contact data in them. One list is heavily
populated with email addresses, the other is not. I need to be able to
combine the two lists into one, and get rid of the duplicate entries where
each has the same email address. In the instance where a contact in one list
has a mailing address and an email address, and only mailing address in the
other, I need to be able to get rid of the one with no email address.
For instance:
Sheet1
ColA Column B
Column C
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe
3 Tom Jones 444 Anystreet, Anytown, ST, 12345 (e-mail address removed)
Sheet2
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe 234 Main St Anytown, ST, 12345 (e-mail address removed)
3 Tom Jones 444 Anystreet, Anytown, ST, 12345
Note that in Sheet1, Jane Doe has not street address or email address, and
in Sheet 2 Tom Jones has no email address.
After combining the two sheets into one - Sheet3 below, how do I weed out
the Jane Doe from row2, and the Tom Jones from row6?
Sheet3
ColA Column B
Column C
1 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
2 Jane Doe
3 Tom Jones 444 Anystreet, Anytown, ST, 12345 (e-mail address removed)
4 Joe Smith 123 Barnyard Rd Anytown, ST, 12345 (e-mail address removed)
5 Jane Doe 234 Main St Anytown, ST, 12345 (e-mail address removed)
6 Tom Jones 444 Anystreet, Anytown, ST, 12345
One of my spreadsheets has 6500 entries, and the other has 4400, so you can
understand the need to somewhat automate this.
Thanks in advance,
--Jim