Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am making a worksheet including the values "Name" and "Cost". I would like
to be able to select the "Name" in one column from a drop-down list and have the "Cost" automatically be displayed in the column next to it. I know how to make the drop-down list for the "Name" selection, but have not figured out how to get it to add the "Cost" next to the name once it is picked. It will not let me make a drop-down list with two columns and the cost needs to be in a separate column in order for my fomulas to work :( If anyone has any ideas how to do this, please let me know. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Build a simple lookup table somewhere in the sheet. Then next to the
cell with the drop down put a lookup formula such as =VLOOKUP(Name, NameCost_Table, 2,FALSE). That should get you started. - John |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Build a simple lookup table somewhere in the sheet. Then next to the
cell with the drop down put a lookup formula such as =VLOOKUP(Name, NameCost_Table, 2,FALSE). That should get you started. - John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I have hierarchial drop down lists in Excel | Excel Worksheet Functions | |||
drop down lists | New Users to Excel | |||
Drop Down Lists | Excel Worksheet Functions | |||
Data Validation - Drop down lists - if then? | Excel Discussion (Misc queries) | |||
Can different drop down lists be displayed depending on the value. | Excel Discussion (Misc queries) |