S
Starfishjoe
I have a list of names with addresses.
I have a separate list of names with Phone numbers.
These two lists are in separate workbooks. I can copy the work sheet of one
into the the same workbook of the other, but I want to find a function,
create a formula or write a VBA macro that will search for the phone number
of a person in one and copy it to a new field called "phone" next to the
address field of that person in the other work sheet.
The two lists may or may not have common data on them.
For example
John Doe is on both lists. He has a phone number on one and an address on
the other. My script needs to copy the phone number from the phone list and
place it next to the address.
Jane Jones has given her name and phone number but not an address. I will
skip her this time since she is only on one list.
Susan Smith has an address but no phone number. I will skip her because she
is only listed on one list.
There may be other scenarios, but this will get me started and solve the
immediate problem.
(If the name is found on both lists, merge phone on one to the address list
on the other.)
I think this can be done with a formula in the cells, but it has been a long
time since i figured one of these out.
Can anyone help?
I have a separate list of names with Phone numbers.
These two lists are in separate workbooks. I can copy the work sheet of one
into the the same workbook of the other, but I want to find a function,
create a formula or write a VBA macro that will search for the phone number
of a person in one and copy it to a new field called "phone" next to the
address field of that person in the other work sheet.
The two lists may or may not have common data on them.
For example
John Doe is on both lists. He has a phone number on one and an address on
the other. My script needs to copy the phone number from the phone list and
place it next to the address.
Jane Jones has given her name and phone number but not an address. I will
skip her this time since she is only on one list.
Susan Smith has an address but no phone number. I will skip her because she
is only listed on one list.
There may be other scenarios, but this will get me started and solve the
immediate problem.
(If the name is found on both lists, merge phone on one to the address list
on the other.)
I think this can be done with a formula in the cells, but it has been a long
time since i figured one of these out.
Can anyone help?