Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pull drop down list result into another cell | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
add text to cell by clicking a choice in drop down list | New Users to Excel | |||
drop-down list changing according to choice made | Excel Worksheet Functions | |||
Drop list affected by previous choice | Excel Worksheet Functions |