ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how do i set up/use drop down list in excel (https://www.excelbanter.com/excel-worksheet-functions/101235-how-do-i-set-up-use-drop-down-list-excel.html)

Patricb

how do i set up/use drop down list in excel
 


oteixeira

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


JonR

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



Carolan

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



Biff

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






All times are GMT +1. The time now is 12:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com