Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jog jog is offline
external usenet poster
 
Posts: 1
Default linking items from drop down list in excel

Hi there,
I have a list of items for which i have created a drop down, and i also
have a correspondent list for this list, now how can I get an item
automatically in a different cell from the corespondent list when I
choose an item from the drop down?

thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default linking items from drop down list in excel

Look at VLOOKUP (I assumed dropdown is via Data Validation)

=VLOOKUP(list_value,A:B,2,0)

where columns A & B contain the (dropdown) list values and their
corresponding value

If list_value (dropdown) is in C1 then:

=VLOOKUP(C1,A:B,2,0)

OR

If the drop down is a combo box (using FORMS) and the link cell is say F1,
with corresponding list in G1:G10 then the formula below will get the
required value, assuming your dropdown list starts in row 1

=INDEX(G1:G10,F1)

HTH

"jog" wrote:

Hi there,
I have a list of items for which i have created a drop down, and i also
have a correspondent list for this list, now how can I get an item
automatically in a different cell from the corespondent list when I
choose an item from the drop down?

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
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
How do I tie prices to a drop down list of products in excel? trspds Excel Discussion (Misc queries) 2 December 2nd 05 07:46 PM
How do I set up a conditional cell from a drop down list in Excel Mon Excel Worksheet Functions 3 November 23rd 05 08:32 PM
drop down list in excel Andy B Excel Discussion (Misc queries) 4 July 18th 05 09:45 PM
How do I set up a drop down box in Excel with a list of options f. Debbie C Excel Discussion (Misc queries) 1 March 31st 05 12:16 PM


All times are GMT +1. The time now is 06:49 PM.

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

About Us

"It's about Microsoft Excel"