Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Use two cells:
The first cell will have a data validation pull-down to enter the text. The second cell will have a VLOOKUP() formula to lookup the correct number. -- Gary''s Student - gsnu2007j "Pete" wrote: is it possible to choose an item from a dropdown list which will enter a different value other than that chosen. Why I want to do this is as follows: We have 20 steps in our Process and each one is assigned a number e.g 1 = Forming 2 = Drying 3 = Paper 4 = Cutter etc etc I would like to display the Text in a Drop down for that Cell but enter the corresponding Number into the Cell. If I chose Drying I would like to see the number 2 appear in the Cell, or if I chose Cutter I would like the Number 4 to be entered in the Cell. Thanks Pete |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On 24 Jul, 18:11, Gary''s Student
wrote: Use two cells: The first cell will have a data validation pull-down to enter the text. The second cell will have a VLOOKUP() formula to lookup the correct number. -- Gary''s Student - gsnu2007j "Pete" wrote: is it possible to choose an item from a dropdown list which will enter a different value other than that chosen. Why I want to do this is as follows: We have 20 steps in our Process and each one is assigned a number e.g 1 = Forming 2 = Drying 3 = Paper 4 = Cutter etc etc I would like to display the Text in a Drop down for that Cell but enter the corresponding Number into the Cell. If I chose Drying I would like to see the number 2 appear in the Cell, or if I chose Cutter I would like the Number 4 to be entered in the Cell. Thanks Pete- Hide quoted text - - Show quoted text - Sheets is already designed, I only have one Cell to work with |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Just use a LEFT(Cell Ref,1) to get the number
-- Tips for Excel, Word, PowerPoint and Other Applications http://www.kan.org/tips "Pete" wrote: On 24 Jul, 18:11, Gary''s Student wrote: Use two cells: The first cell will have a data validation pull-down to enter the text. The second cell will have a VLOOKUP() formula to lookup the correct number. -- Gary''s Student - gsnu2007j "Pete" wrote: is it possible to choose an item from a dropdown list which will enter a different value other than that chosen. Why I want to do this is as follows: We have 20 steps in our Process and each one is assigned a number e.g 1 = Forming 2 = Drying 3 = Paper 4 = Cutter etc etc I would like to display the Text in a Drop down for that Cell but enter the corresponding Number into the Cell. If I chose Drying I would like to see the number 2 appear in the Cell, or if I chose Cutter I would like the Number 4 to be entered in the Cell. Thanks Pete- Hide quoted text - - Show quoted text - Sheets is already designed, I only have one Cell to work with |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On 24 Jul, 18:22, M Kan <tipsoftheweek at gmail dot com wrote:
Just use a LEFT(Cell Ref,1) to get the number -- Tips for Excel, Word, PowerPoint and Other Applicationshttp://www.kan.org/tips "Pete" wrote: On 24 Jul, 18:11, Gary''s Student wrote: Use two cells: The first cell will have a data validation pull-down to enter the text. The second cell will have a VLOOKUP() formula to lookup the correct number. -- Gary''s Student - gsnu2007j "Pete" wrote: is it possible to choose an item from a dropdown list which will enter a different value other than that chosen. Why I want to do this is as follows: We have 20 steps in our Process and each one is assigned a number e.g 1 = Forming 2 = Drying 3 = Paper 4 = Cutter etc etc I would like to display the Text in a Drop down for that Cell but enter the corresponding Number into the Cell. If I chose Drying I would like to see the number 2 appear in the Cell, or if I chose Cutter I would like the Number 4 to be entered in the Cell. Thanks Pete- Hide quoted text - - Show quoted text - Sheets is already designed, I only have one Cell to work with- Hide quoted text - - Show quoted text - I need to use a drop down list, I don't think I can use the Left(Cell Ref,1) command. |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You could use the Combo Box form tool. That would let you present a list but
output a number. Other than that, I'm not sure how to achieve what you want. http://www.kan.org/tips/excel_forms_tools.php -- Tips for Excel, Word, PowerPoint and Other Applications http://www.kan.org/tips "Pete" wrote: On 24 Jul, 18:22, M Kan <tipsoftheweek at gmail dot com wrote: Just use a LEFT(Cell Ref,1) to get the number -- Tips for Excel, Word, PowerPoint and Other Applicationshttp://www.kan.org/tips "Pete" wrote: On 24 Jul, 18:11, Gary''s Student wrote: Use two cells: The first cell will have a data validation pull-down to enter the text. The second cell will have a VLOOKUP() formula to lookup the correct number. -- Gary''s Student - gsnu2007j "Pete" wrote: is it possible to choose an item from a dropdown list which will enter a different value other than that chosen. Why I want to do this is as follows: We have 20 steps in our Process and each one is assigned a number e.g 1 = Forming 2 = Drying 3 = Paper 4 = Cutter etc etc I would like to display the Text in a Drop down for that Cell but enter the corresponding Number into the Cell. If I chose Drying I would like to see the number 2 appear in the Cell, or if I chose Cutter I would like the Number 4 to be entered in the Cell. Thanks Pete- Hide quoted text - - Show quoted text - Sheets is already designed, I only have one Cell to work with- Hide quoted text - - Show quoted text - I need to use a drop down list, I don't think I can use the Left(Cell Ref,1) command. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
how do I use one drop-list to modify another drop-lists options? | Excel Discussion (Misc queries) | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |