I want to do a drop down list where the list shows one value, but when the selection is clicked, another value is shown, and I’d like to reference an outside array. In the array, Column A is the obnoxious part number (for example: 1234abcd, 2345bcde, etc), and Column B is the description of the part number (for example: Widget A, Widget B, etc). I would like the drop-down list to reflect the values on Column B, but when selected, actually show the obnoxious part number in Column A. So, for example, they’d use the Drop Down list to select Widget A, but once that was clicked, the value reflected in the cell would be 1234abcd. That way the engineers who are filling out the form will not have to reference a separate sheet to figure out which obnoxious part number is the one that needs to be selected.
Is this possible at all? If not, Plan B is to have them go to the Excel workbook with both the number the descriptions, and copy and paste the data. They don’t seem to like the drop-down list I’ve currently set up with only the numbers (via “Data-Validation-Settings), and they are currently having to flip back and forth from page to page to figure out which number to use. But they’re engineers – this is a bit complicated for them. Anything to make their life easier is always welcome.
Thank you in advance for your assistance.