You are on page 1of 9

10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

Microsoft 365
SupportOffice All Microsoft
Windows
Office support Surface
Xbox Search

Products

Devices

Deals
Buy Microsoft 365 Sign in

Add a list box or combo box to a


What's new

Install Office

worksheet in Excel
Account & billing

Templates

Excel
More for Microsoft
support
 365, Excel 2021, Excel 2019, Excel 2016, Excel 2013, Excel 2010,

When you want to display a list of values that users can choose from, add a list box to your
worksheet.

Add a list box to a worksheet


1. Create a list of items that you want to displayed in your list box like in this picture.

2. Click Developer > Insert.

Note: If the Developer tab isn't visible, click File > Options > Customize Ribbon.
In the Main Tabs list, check the Developer box, and then click OK.

3. Under Form Controls, click List box (Form Control).

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 1/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

4. Click the cell where you want to create the list box.

5. Click Properties > Control and set the required properties:

In the Input range box, type the range of cells containing the values list.

Note: If you want more items displayed in the list box, you can change the
font size of text in the list.

In the Cell link box, type a cell reference.

Tip: The cell you choose will have a number associated with the item
selected in your list box, and you can use that number in a formula to return
the actual item from the input range.

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 2/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

Under Selection type, pick a Single and click OK.

Note: If you want to use Multi or Extend, consider using an ActiveX list box
control.

Add a combo box to a worksheet


You can make data entry easier by letting users choose a value from a combo box. A
combo box combines a text box with a list box to create a drop-down list.

You can add a Form Control or an ActiveX Control combo box. If you want to create a
combo box that enables the user to edit the text in the text box, consider using the ActiveX
Combo Box. The ActiveX Control combo box is more versatile because, you can change
font properties to make the text easier to read on a zoomed worksheet and use
programming to make it appear in cells that contain a data validation list.

1. Pick a column that you can hide on the worksheet and create a list by typing one
value per cell.

Note: You can also create the list on another worksheet in the same workbook.

2. Click Developer > Insert.

Note: If the Developer tab isn't visible, click File > Options > Customize Ribbon.
In the Main Tabs list, check the Developer box, and then click OK.
Was this information helpful?
Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 3/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

3. Pick the type of combo box you want to add:

Under Form Controls, click Combo box (Form Control).

Or

Under ActiveX Controls, click Combo Box (ActiveX Control).

4. Click the cell where you want to add the combo box and drag to draw it.

Tips: 

To resize the box, point to one of the resize handles, and drag the edge of the
control until it reaches the height or width you want.

To move a combo box to another worksheet location, select the box and drag it to
another location.

Format a Form Control combo box


1. Right-click the combo box and pick Format Control.

2. Click Control and set the following options:

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 4/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

Input range: Type the range of cells containing the list of items.

Cell link: The combo box can be linked to a cell where the item number is
displayed when you select an item from the list. Type the cell number where
you want the item number displayed.

For example, cell C1 displays 3 when the item Sorbet is selected, because
it's the third item in our list.

Tip: You can use the INDEX function to show an item name instead of a
number. In our example, the combo box is linked to cell B1 and the cell
range for the list is A1:A2. If the following formula, is typed into cell C1:
=INDEX(A1:A5,B1), when we select the item "Sorbet" is displayed in C1.

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 5/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

Drop-down lines: The number of lines you want displayed when the down
arrow is clicked. For example, if your list has 10 items and you don't want to
scroll you can change the default number to 10. If you type a number that's
less than the number of items in your list, a scroll bar is displayed.

3. Click OK.

Format an ActiveX combo box


1. Click Developer > Design Mode.

2. Right-click the combo box and pick Properties, click Alphabetic, and change any
property setting that you want.

Here's how to set properties for the combo box in this picture:

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 6/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

To set this property Do this

Fill color Click BackColor > the down arrow > Pallet, and
then pick a color.

Font type, style or size Click Font > the... button and pick font type,
size, or style.

Font color Click ForeColor > the down arrow > Pallet, and
then pick a color.

Link a cell to display selected Click LinkedCell


list value.

Link Combo Box to a list Click the box next to ListFillRange and type the
cell range for the list.

Change the number of list Click the ListRows box and type the number of
items displayed items to be displayed.

3. Close the Property box and click Designer Mode.

4. After you complete the formatting, you can right-click the column that has the list
and pick Hide.

Need more help?


Was this information helpful?
Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 7/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

You can always ask an expert in the Excel Tech Community or get support in the Answers
community.

See Also
Overview of forms, Form controls, and ActiveX controls on a worksheet

Add a check box or option button (Form controls)

Need more help?

How can we help you? 

Expand your skills


EXPLORE TRAINING >

Get new features first


JOIN MICROSOFT INSIDERS >

You’re invited to try


Microsoft 365 for free

Unlock now

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 8/9
10/21/22, 10:42 AM Add a list box or combo box to a worksheet in Excel

What's new Microsoft Education Business Developer Company


Store & IT
Surface Pro 9 Microsoft in Microsoft Cloud Careers
Account profile education Azure
Surface Laptop 5 Microsoft Security About Microsoft
Download Devices for Developer
Surface Studio 2+ Center education Dynamics 365 Center Company news

Surface Laptop Go Microsoft Store Microsoft Teams Microsoft 365 Documentation Privacy at
2 support for Education Microsoft
Microsoft Power Microsoft Learn
Surface Laptop Returns Microsoft 365 Platform Investors
Studio Education Microsoft Tech
Order tracking Microsoft Teams Community Diversity and
Surface Duo 2 Education inclusion
Virtual consultation Microsoft Industry Azure
Microsoft 365 workshops and appointment Marketplace Accessibility
training Small Business
Windows 11 apps Educator training AppSource Sustainability
Microsoft Store and
Promise development Visual Studio

Flexible Deals for


Payments students and
parents

Azure for
students

 English (United States)

Sitemap
Contact Microsoft
Privacy
Terms of use
Trademarks
Safety & eco
About our ads
© Microsoft 2022

Was this information helpful?


Yes
No
×
https://support.microsoft.com/en-us/office/add-a-list-box-or-combo-box-to-a-worksheet-in-excel-579e1958-f7f6-41ae-ba0c-c83cc6e40878 9/9

You might also like