Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default choice from a drop down list returns a result to a different cell

in the drop-down box when you make a selection such as "repair" "customer
service" or "rental" I want it to return contact info that would be different
for each possible choice but to display in the adjacent cell. Seems that
that this should be easier than it is turning out to be. Any suggestions???
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default choice from a drop down list returns a result to a different cell

Use a lookup formula in the cell with contact information, so it looks up
the appropriate value from a table based on the selection in the dropdown.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"thunderbunny" wrote in message
...
in the drop-down box when you make a selection such as "repair" "customer
service" or "rental" I want it to return contact info that would be
different
for each possible choice but to display in the adjacent cell. Seems that
that this should be easier than it is turning out to be. Any
suggestions???



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 857
Default choice from a drop down list returns a result to a different cell

Here's a little more detail:

If the drop down list is a data validation list and it is in cell A1 then in
B1 enter the formula
=VLOOKUP(A1,ContactTable,2,False)

Which means you need to set up a range with the possible choices in the
first column, the contact info in the second... columns. I have named that
range in my example "ContactTable". The info I want back is in the second
column, which is what the 2 tells Excel. And the False means I want an
exact match.

Cheers,
Shane Devenshire
Microsoft Excel MVP

"thunderbunny" wrote in message
...
in the drop-down box when you make a selection such as "repair" "customer
service" or "rental" I want it to return contact info that would be
different
for each possible choice but to display in the adjacent cell. Seems that
that this should be easier than it is turning out to be. Any
suggestions???


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
pull drop down list result into another cell lljohn Excel Worksheet Functions 1 January 4th 08 06:52 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
add text to cell by clicking a choice in drop down list Microsoft Sidewinder wheel force feedbac New Users to Excel 1 May 23rd 06 06:46 PM
drop-down list changing according to choice made choc_penguin Excel Worksheet Functions 1 January 4th 06 06:26 PM
Drop list affected by previous choice Gaëtan Mongeon Excel Worksheet Functions 2 June 26th 05 01:29 AM


All times are GMT +1. The time now is 10:34 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"