C
CPiper
I have a spreadsheet set up consisting of 5,000 mailing
addresses and names. Each month we receive a new list of
approximately 10,000 new names and addresses. I need to
be able to sort through the new addresses and return only
those names that are new to the 5,000 addresses that we
track.
Sheet1 contains my existing data and I am planning on
setting up sheet2 to contain the new data. Each sheet is
set up generally the same:
Column A: House Number
Column B: Street Name
Column C: Last Name
Column D: First Name
Is there any way to compare the Column A and B in both
sheets, match the addresses up and then check to see if
both of the names are the same? I know that this is an
involved question but I would appreciate someone pointing
me in the right direction.
addresses and names. Each month we receive a new list of
approximately 10,000 new names and addresses. I need to
be able to sort through the new addresses and return only
those names that are new to the 5,000 addresses that we
track.
Sheet1 contains my existing data and I am planning on
setting up sheet2 to contain the new data. Each sheet is
set up generally the same:
Column A: House Number
Column B: Street Name
Column C: Last Name
Column D: First Name
Is there any way to compare the Column A and B in both
sheets, match the addresses up and then check to see if
both of the names are the same? I know that this is an
involved question but I would appreciate someone pointing
me in the right direction.