I can do the “typical” drop down list, where you create a source data list, do the data verification thing, and make the drop down.
What I need is a drop down list that selects a numeric value, but that is associated to a description.
Say my list is this:
101 Red
102 Orange
103 Yellow
104 Blue
So, when you click the drop down arrow, all the above is presented to select (numbers + associated descriptions). But... After you make your selection all that ends up in the cell is the numeric value (such as 103).
Help! Thank you, in advance.
What I need is a drop down list that selects a numeric value, but that is associated to a description.
Say my list is this:
101 Red
102 Orange
103 Yellow
104 Blue
So, when you click the drop down arrow, all the above is presented to select (numbers + associated descriptions). But... After you make your selection all that ends up in the cell is the numeric value (such as 103).
Help! Thank you, in advance.