C
cathal
I have two worksheets that I want to compare - 1 worksheet has 650 emai
addresses, worksheet 2 has 10000 email addresses,with adjacent column
having postal address details. However, many of the email addresses o
worksheet 2 are duplicates, and only one or two e-mail addresses o
perhaps a dozen duplicate entries has address details.
My question: how can I combine VLOOKUP with IF to ensure that if
common e-mail address is located, that if adjacent columns are blan
then to continue until an address in a column adjactent to the e-mai
column is found? I want the postal address to be entered in workshee
1, corresponding to the postal addresses as per the e-mail address i
worksheet 2.
I am using a forumula of the type
=IF(J2=" "," ",VLOOKUP(BD2,array,column,FALSE))
However, I note that if I use VLOOKUP alone I return identical results
Furthermore, deleting 'postal address' cells corresponding to th
appropriate e-mail address (save
for one) does not 'pull' the postal address into worksheet 1. In othe
words, the formula I have used does not function accurately.
Can anyone suggest a way that would work?
thanks, cathal.
addresses, worksheet 2 has 10000 email addresses,with adjacent column
having postal address details. However, many of the email addresses o
worksheet 2 are duplicates, and only one or two e-mail addresses o
perhaps a dozen duplicate entries has address details.
My question: how can I combine VLOOKUP with IF to ensure that if
common e-mail address is located, that if adjacent columns are blan
then to continue until an address in a column adjactent to the e-mai
column is found? I want the postal address to be entered in workshee
1, corresponding to the postal addresses as per the e-mail address i
worksheet 2.
I am using a forumula of the type
=IF(J2=" "," ",VLOOKUP(BD2,array,column,FALSE))
However, I note that if I use VLOOKUP alone I return identical results
Furthermore, deleting 'postal address' cells corresponding to th
appropriate e-mail address (save
for one) does not 'pull' the postal address into worksheet 1. In othe
words, the formula I have used does not function accurately.
Can anyone suggest a way that would work?
thanks, cathal.