Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Drop Down List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 19
Default Drop Down List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 169
Default Drop Down List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 19
Default Drop Down List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 169
Default Drop Down List

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop down list dependant on previous drop down list Tenacioushail Excel Discussion (Misc queries) 1 July 1st 08 11:35 AM
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
how do I use one drop-list to modify another drop-lists options? [email protected] Excel Discussion (Misc queries) 3 September 9th 07 05:46 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


All times are GMT +1. The time now is 02:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"