View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
WaterDog
 
Posts: n/a
Default Dropdown list with named cells

Hi,

I would like to set up a drop down list where the user sees text descriptors
but the value of the cell is a numerical value.

Say I have three possible types of wages that I have placed into the named
range "rate":

regular
overtime
doubletime

For each rate type there is an associated value:
regular = 5.00
overtime = 7.50
doubletime = 10.00

Now I'd like a drop down list that allows the user to from select regular,
overtime, or double time as a text string. Then the value of the cell
holding the validation list takes on the numeric value 5,7.5, or 10
respectively while still showing the text descriptor. That value could then
be used in calculations in other cells. The user would see the text
description but other cells would see the numeric value associated with the
text descriptor. Any way to do this?