I think this ought to be possible, but maybe Excel does not support it.
I want to enter a part code. Easy enough, I make a list and do a data validation.
However, not all my users know all the part numbers so I want the drop down to display the code and its description, but only put the code in the cell.
Anyone got a hack for this?
I find the Validation List OK if there are a few options but when there are many and users may want some additional help in finding the right one then I use a Userform
such as the one in the image.
Instead of scrolling through vast numbers of options, the Userform can have a number of ways to filter the list. In this case the first letter of the description is used but
it could by product category, type or application or one could drill down through various layers to display the right list.
When the used selects a cell into which the code is to be written the appropriate Userform is displayed.
When an option is selected the code is placed into the active cell. In this case, the description is also placed in column B.
Users can be prompted if they try to replace a previously seleced option.
The userform can be moved by the user but have a default location on the screen.
The Userform can stay visible after an option is selected or disappear.
The active cell can change to where data entry by the user is needed next.
Such a userfom can be used for any type of data entry. It is good for date entry where precision is required.
An application can have any number of userforms for data entry.
Could this be useful?