View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mr. App
 
Posts: n/a
Default Excel dropdown with text and value

Is it possible to create a dropdown in Excel that will act like an HTML
dropdown, meaning that when opening the dropdown we will see, for example,
the texts Red,Green,Yellow, and each one has it's own value, for example:
Red=1
Green=2
Yellow=3
So we will see the names in the dropdown but what i want after selecting an
option is to get it's value.

Thanks.