I have a list of about 250 categories. I want the user to be able to choose them in a column in Excel but once they choose a category, I want the cell to display the category ID instead of the category. Is that possible? I thought about using a lookup table but I don’t know how to populate my list with one of the columns (categories) and yet display the other column (categoryID) when a category is chosen. The lookup table would look something like this:
Column A Column B
Category A 1
Category B 2
Category C 3
When the user clicks on the column in Excel, I want them to see the list of the Categories from Column A but once they click on Category B, for example, I want the cell to display 2 for the appropriate categoryID. I hope that makes sense. With HTML, you store the ID to send in the name/value pair but the user doesn’t ever see it (unless it is in the query string). Here, I want the value of the ID to display…
-
Dropdown list kind of like a ‘select’ dropdown in HTML
- This topic has 6 replies, 3 voices, and was last updated 8 years, 9 months ago.
AuthorViewing 4 reply threadsAuthorViewing 4 reply threads