Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 2 sheets with customer contact information. The first list may have
several contacts under the same company, with their contact information, including email address. The second list (on a different tab) is just company information, no people, no email addresses. There are companies on the first list that are not on the second. I want to copy any one email address, with first and last name to the second list when the company name on the second list matches one on the first. For example: Sheet1 A B C.... L Company First Name Last Name Sheet2 A B, C,D,... G H I Company First Name Last Name Columns G,H,I on Sheet2 are blank.....(waiting for the right formula) What I need, to put the formula verbally, is: If sheet2 A:1= Sheet1 A:1, and sheet1 L:1 is not blank, then copy sheet1 B:1,C:1 and L:1 to sheet2 G:1,H:1 and I:1, respectively. BUT, I only want the first match it finds, not all of them (if possible). I hope that makes sense Thanks for any help on this, Dan |