Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would set up the rate types and values in a table (perhaps on a hidden
sheet) just as you have shown them. Have your rate types in a drop down and in another cell (again hidden if you like) use a vlookup to return the corresponding numerical value. That (hidden) cell can then by used in your formulae. Hope this helps Rowan WaterDog wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I import a folder's contents as a dropdown list? | Excel Worksheet Functions | |||
importing list with commas from WORD, to individual .xls cells? | Excel Discussion (Misc queries) | |||
Delinking (a large list of) cells? | Excel Discussion (Misc queries) | |||
HOW TO GET DROPDOWN LIST TO LINK TO OTHER CELLS? | Excel Discussion (Misc queries) | |||
Viewing List of Named Ranges | Excel Discussion (Misc queries) |