Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know how to create a drop down list for selecting values for a field - but
how do I show a label next to my value? I want to know which value I am selecting - and instead of just the number - I would like a label explaining the value. Like in Access you can make the values - but show e.g. other fields next to them: 6,891 Adam 7,439 Eve 8,125 John When selecting the value - I want to know to whom it relates. -- Diane |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To do that, you will have to use a combo box from your control toolbar.
Bound column = 1, column count = 2 -- HTH Kassie Replace xxx with hotmail "DianePDavies" wrote: I know how to create a drop down list for selecting values for a field - but how do I show a label next to my value? I want to know which value I am selecting - and instead of just the number - I would like a label explaining the value. Like in Access you can make the values - but show e.g. other fields next to them: 6,891 Adam 7,439 Eve 8,125 John When selecting the value - I want to know to whom it relates. -- Diane |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OK.
Now I have trouble assigning the data to the combobox. In which property do I specify the range of cells with my list data? -- Diane "Kassie" wrote: To do that, you will have to use a combo box from your control toolbar. Bound column = 1, column count = 2 -- HTH Kassie Replace xxx with hotmail "DianePDavies" wrote: I know how to create a drop down list for selecting values for a field - but how do I show a label next to my value? I want to know which value I am selecting - and instead of just the number - I would like a label explaining the value. Like in Access you can make the values - but show e.g. other fields next to them: 6,891 Adam 7,439 Eve 8,125 John When selecting the value - I want to know to whom it relates. -- Diane |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do this with data validation and a bit of programming. There's a
sample file he http://www.contextures.com/excelfiles.html Under Data Validation, look for 'DV0005 - Data Validation "Columns"' DianePDavies wrote: I know how to create a drop down list for selecting values for a field - but how do I show a label next to my value? I want to know which value I am selecting - and instead of just the number - I would like a label explaining the value. Like in Access you can make the values - but show e.g. other fields next to them: 6,891 Adam 7,439 Eve 8,125 John When selecting the value - I want to know to whom it relates. -- Debra Dalgleish Contextures www.contextures.com/tiptech.html Blog: http://blog.contextures.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Excel drop-down values versus labels | New Users to Excel |