| View previous topic :: View next topic |
| Author |
Message |
pitarda Newbie

Joined: 01 Jun 2007 Posts: 1
|
Posted: Fri Jun 01, 2007 12:59 am Post subject: Fill appropriate value to a cell |
|
|
I have one sheet with address data and another sheet with e-mail address data. Now I need to add email address to a cell in first sheet according to name (if sheet 2 has Andrew with email address, then fill in a cell in sheet 1 with this email address):
sheet1:
Andrew Address email_from_sheet2
Joe Address email_from_sheet2
sheet2:
Will Email_address
Joe Email_address
Frank Email_address
Andrew Email_address
Is it possible?
Thanks. |
|
| Back to top |
|
 |
noranthon Super User

Joined: 07 Jul 2005 Posts: 3318
|
Posted: Fri Jun 01, 2007 1:59 am Post subject: |
|
|
Assuming the names and email addresses are in different columns, you could use VLOOKUP (on its own) or INDEX with MATCH. _________________ search forum by month |
|
| Back to top |
|
 |
Mark B Super User


Joined: 16 Feb 2007 Posts: 852 Location: Lincolnshire, UK
|
|
| Back to top |
|
 |
|