Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Excel Gurus,
How do I calculate a value on a new cell based on what the user selects from a List. For Example : If I have a dropdown List of 5 items - APPLE, ORANGE, BANANA, GRAPES, PINEAPPLE Selecting APPLE should paste a value 1 in the adjoining cell Selecting ORANGE should paste a value 2 in the adjoining cell Selecting BANANA should paste a value 3 in the adjoining cell Selecting GRAPES should paste a value 4 in the adjoining cell Selecting PINEAPPLE should paste a value 5 in the adjoining cell Thanks for your time. Warm Regards, Ranjit S Hans |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Let's say you have your list in column A and the values in column B, in Cell E3 you have your data validation arrow so in cell F3 you enter =+VLOOKUP(E3,A1:B10,2,FALSE) Each time you select a different item in column E it will bring the right value in column F "Ranjit S Hans" wrote: Hi Excel Gurus, How do I calculate a value on a new cell based on what the user selects from a List. For Example : If I have a dropdown List of 5 items - APPLE, ORANGE, BANANA, GRAPES, PINEAPPLE Selecting APPLE should paste a value 1 in the adjoining cell Selecting ORANGE should paste a value 2 in the adjoining cell Selecting BANANA should paste a value 3 in the adjoining cell Selecting GRAPES should paste a value 4 in the adjoining cell Selecting PINEAPPLE should paste a value 5 in the adjoining cell Thanks for your time. Warm Regards, Ranjit S Hans |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to calculate results in one cell, based on data of another | Excel Discussion (Misc queries) | |||
Calculate Value on new cell based on List | New Users to Excel | |||
Calculate the number of weeksdays based on a cell value | Excel Worksheet Functions | |||
Calculate value based on a cell and inputbox | Excel Programming | |||
Calculate value based on a cell and inputbox | Excel Programming |