Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Linking Drop Down List

I have a Work Request Spreadsheet with two worksheets: 'Log' and 'Assigned To'
Worksheet 'Log' contains Column G-'Assigned To' and Column O-'EMail'
Worksheet 'Assigned To' contains Column A-'Name' and Column B-'EMail Address'
I have named a list on Worksheet 'Assigned To' using Column A 'Name' and use
it in a drop down box on Worksheet 'Log'--Column G-'Assigned To'
I would like to create a formula for Worksheet 'Log'--Column O-'EMail' that
would pull the email from Worksheet 'Assigned To'--Column B-'EMail Address'
associating it with the name in Worksheet 'Log' Column G-'Assigned To'
I have tried to use VLOOKUP and this has not worked, possibly because
Worksheet 'Log'--Column G-'Assigned To' contains a drop down box.
Is this possible?
Any assistance would be appreciated
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking Drop Down List

In Log,

Think something like this in O2, copied down, should work ok:
=IF(G2="","",VLOOKUP(G2,'Assigned To'!A:B,2,0))

If anything, the DV in G2 down, created based on values in col A in
'Assigned To' as posted, should help to ensure 100% matching for the vlookup.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Melissa McCracken" wrote:
I have a Work Request Spreadsheet with two worksheets: 'Log' and 'Assigned To'
Worksheet 'Log' contains Column G-'Assigned To' and Column O-'EMail'
Worksheet 'Assigned To' contains Column A-'Name' and Column B-'EMail Address'
I have named a list on Worksheet 'Assigned To' using Column A 'Name' and use
it in a drop down box on Worksheet 'Log'--Column G-'Assigned To'
I would like to create a formula for Worksheet 'Log'--Column O-'EMail' that
would pull the email from Worksheet 'Assigned To'--Column B-'EMail Address'
associating it with the name in Worksheet 'Log' Column G-'Assigned To'
I have tried to use VLOOKUP and this has not worked, possibly because
Worksheet 'Log'--Column G-'Assigned To' contains a drop down box.
Is this possible?
Any assistance would be appreciated

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Linking Drop Down List

This worked..........Thanks

"Max" wrote:

In Log,

Think something like this in O2, copied down, should work ok:
=IF(G2="","",VLOOKUP(G2,'Assigned To'!A:B,2,0))

If anything, the DV in G2 down, created based on values in col A in
'Assigned To' as posted, should help to ensure 100% matching for the vlookup.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Melissa McCracken" wrote:
I have a Work Request Spreadsheet with two worksheets: 'Log' and 'Assigned To'
Worksheet 'Log' contains Column G-'Assigned To' and Column O-'EMail'
Worksheet 'Assigned To' contains Column A-'Name' and Column B-'EMail Address'
I have named a list on Worksheet 'Assigned To' using Column A 'Name' and use
it in a drop down box on Worksheet 'Log'--Column G-'Assigned To'
I would like to create a formula for Worksheet 'Log'--Column O-'EMail' that
would pull the email from Worksheet 'Assigned To'--Column B-'EMail Address'
associating it with the name in Worksheet 'Log' Column G-'Assigned To'
I have tried to use VLOOKUP and this has not worked, possibly because
Worksheet 'Log'--Column G-'Assigned To' contains a drop down box.
Is this possible?
Any assistance would be appreciated

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking Drop Down List

welcome, glad to hear that.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Melissa McCracken" wrote in
message ...
This worked..........Thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP ON LINKING DATA TO DROP DOWN LIST Aitch Excel Discussion (Misc queries) 2 November 13th 07 01:37 PM
Linking a cell to a drop down list [email protected] Excel Worksheet Functions 2 February 27th 07 06:22 PM
Drop down list linking altah Excel Worksheet Functions 1 January 13th 07 12:45 AM
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
Linking Drop-down list to worksheets Compnerd Excel Discussion (Misc queries) 0 March 7th 05 06:13 PM


All times are GMT +1. The time now is 02:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"