Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default How can i get 1 value to display another value when selected

In my excel worksheet i have a drop down menu that displays codes, but i also
have the meaning of that code in another column. I want to be able to select
the from the drop down and it shows the correlating definition in the
adjacent cell. any clue on what formula can do this. thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How can i get 1 value to display another value when selected

Six Sigma Blackbelt wrote:
In my excel worksheet i have a drop down menu that displays codes, but i also
have the meaning of that code in another column. I want to be able to select
the from the drop down and it shows the correlating definition in the
adjacent cell. any clue on what formula can do this. thank you


Assuming your codes are in A1:A10 and your meanings are in B1:B10 and the drop
down is in C1 put the following in D1:

=VLOOKUP(C1,A1:B10,2,FALSE)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default How can i get 1 value to display another value when selected

Thanks Glenn, this will start me off, the codes & definitions are located on
sheet 2 of the workbook, which i forgot to mention. So does that change the
formula. The airport codes are in the drop down on sheet 1, below the drop
down is the definition or lanes that i want to display when i pick the
airport from the drop down.

Thank you again Glenn





"Glenn" wrote:

Six Sigma Blackbelt wrote:
In my excel worksheet i have a drop down menu that displays codes, but i also
have the meaning of that code in another column. I want to be able to select
the from the drop down and it shows the correlating definition in the
adjacent cell. any clue on what formula can do this. thank you


Assuming your codes are in A1:A10 and your meanings are in B1:B10 and the drop
down is in C1 put the following in D1:

=VLOOKUP(C1,A1:B10,2,FALSE)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How can i get 1 value to display another value when selected

Six Sigma Blackbelt wrote:
Thanks Glenn, this will start me off, the codes & definitions are located on
sheet 2 of the workbook, which i forgot to mention. So does that change the
formula. The airport codes are in the drop down on sheet 1, below the drop
down is the definition or lanes that i want to display when i pick the
airport from the drop down.

Thank you again Glenn




Just select the range instead of typing it into the formula. Should come out
something like this:

=VLOOKUP(C1,Sheet2!A1:B10,2,FALSE)
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
Display Zero only in Selected Cells using a formula Steved Excel Worksheet Functions 8 August 7th 08 06:20 AM
What happened to the display of the total in cells selected robtgmann Excel Discussion (Misc queries) 1 January 2nd 07 06:17 AM
How to display selected table entries from another worksheet? Wheel Excel Worksheet Functions 0 October 4th 05 03:19 AM
display zero values in selected cells derf Excel Discussion (Misc queries) 0 August 23rd 05 11:11 AM
Display selected rows from one worksheet to another Brian Excel Worksheet Functions 5 October 29th 04 12:26 PM


All times are GMT +1. The time now is 11:17 AM.

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"