Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default how do i set up/use drop down list in excel


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do i set up/use drop down list in excel


Activate the Forms toolbar. Choose ComboBox from the object and draw it
where you want. Right click it and, in the Control Area, define which
cells contain the list of values that you want to appear in the
combobox. Also define Cell Link, the cell where the chosen value will
be placed.
It's a piece of cake...


--
oteixeira
------------------------------------------------------------------------
oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
View this thread: http://www.excelforum.com/showthread...hreadid=564797

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default how do i set up/use drop down list in excel

To do it in a cell drop down, select 'Data' -- 'Data Validation' and in the
"Allow" box choose 'List'. Your source list can be on any sheet in the
workbook. The source list can also take a dynamic named range as input.
--
HTH

JonR


"oteixeira" wrote:


Activate the Forms toolbar. Choose ComboBox from the object and draw it
where you want. Right click it and, in the Control Area, define which
cells contain the list of values that you want to appear in the
combobox. Also define Cell Link, the cell where the chosen value will
be placed.
It's a piece of cake...


--
oteixeira
------------------------------------------------------------------------
oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
View this thread: http://www.excelforum.com/showthread...hreadid=564797


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default how do i set up/use drop down list in excel

I have tried using this and it works great except in my drop-down list I have
three cities. But when I select one of the cities it inserts a number
instead of the city name. Could you please tell me what I'm doing wrong??
Thanks
--
Carolan


"oteixeira" wrote:


Activate the Forms toolbar. Choose ComboBox from the object and draw it
where you want. Right click it and, in the Control Area, define which
cells contain the list of values that you want to appear in the
combobox. Also define Cell Link, the cell where the chosen value will
be placed.
It's a piece of cake...


--
oteixeira
------------------------------------------------------------------------
oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
View this thread: http://www.excelforum.com/showthread...hreadid=564797


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default how do i set up/use drop down list in excel

That's how combo boxes work. If you want to continue to use it like that
then you need to use a formula in another cell to convert the number to a
name.

Suppose the 3 cities are (in order) Pittsburgh, Sault Ste. Marie and Merced.
The linked cell is A1.

=INDEX({"Pittsburgh";"Sault Ste. Marie";"Merced"},A1)

Or, you could use a Data Validation drop down list in which case there is no
linked cell and therefore doesn't require a formula. The drop down list is
contained in the cell itself as opposed to the combo box which is an object
and "sits" on top an area. Also, the drop down list is not always visible
like the combo box. It's only activated and becomes visible when the cell
that contains the drop down is selected.

Biff

"Carolan" wrote in message
...
I have tried using this and it works great except in my drop-down list I
have
three cities. But when I select one of the cities it inserts a number
instead of the city name. Could you please tell me what I'm doing
wrong??
Thanks
--
Carolan


"oteixeira" wrote:


Activate the Forms toolbar. Choose ComboBox from the object and draw it
where you want. Right click it and, in the Control Area, define which
cells contain the list of values that you want to appear in the
combobox. Also define Cell Link, the cell where the chosen value will
be placed.
It's a piece of cake...


--
oteixeira
------------------------------------------------------------------------
oteixeira's Profile:
http://www.excelforum.com/member.php...o&userid=35320
View this thread:
http://www.excelforum.com/showthread...hreadid=564797






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
How do I tie prices to a drop down list of products in excel? trspds Excel Discussion (Misc queries) 2 December 2nd 05 07:46 PM
How do I choose from the drop down list in excel Davida Excel Discussion (Misc queries) 7 September 8th 05 05:17 PM
How do I make a drop down list to pick from for a cell in Excel bbiernbaum Excel Discussion (Misc queries) 2 June 15th 05 02:32 PM
Update Excel Data List for Drop Down use LynnS Excel Discussion (Misc queries) 2 June 10th 05 11:35 PM
How do I increase type size in an Excel drop down list? [email protected] Excel Discussion (Misc queries) 1 January 27th 05 01:27 AM


All times are GMT +1. The time now is 06:45 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"