How to create a dropdown in excel
Tutor 5 (120 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Dropdown lists in Excel help restrict cell entries to predefined options,
improving data consistency and reducing errors. You can create basic, dynamic,
or dependent dropdowns using Data Validation. Below is a structured guide with
major topics.
Creating a Basic Dropdown List
1.
Select the cell or range for the dropdown.
2.
Navigate to the Data
tab → Data Validation in the Data Tools group.
3.
In the Settings
tab, choose List from the Allow dropdown.
4.
Enter your list items in the Source field, separated by commas (e.g., Yes, No, Maybe).
5.
Click OK
to create the dropdown.
Using a Range as the Dropdown Source
Instead of typing items manually, you can
reference a cell range:
1.
Create your list items in a column or row.
2.
Select the cell(s) for your dropdown.
3.
Open Data
Validation → choose List.
4.
Click in the Source
field and select the range containing your list items.
5.
Press OK
to apply the dropdown.
Creating a Dynamic Dropdown List
Dynamic dropdowns update automatically when
items are added or removed:
1.
Convert the source list into a Table (Ctrl+T / Cmd+T).
2.
Select cells for your dropdown → open Data Validation → choose List.
3.
In the Source
field, use the INDIRECT function
with your table name:
=INDIRECT("Table1[ColumnName]")
4.
Click OK
to create the dynamic dropdown.
Adding Input Messages and Error Alerts
Guide users and prevent invalid entries:
1.
Select cells with dropdowns → Data Validation.
2.
Input Message
tab: Check Show input message when
cell is selected, enter a title and message.
3.
Error Alert tab:
Customize the error message shown when invalid data is entered.
4.
Click OK
to save.
Creating Dependent Dropdowns
Dependent dropdowns adjust options based on
another dropdown selection:
1.
Organize data with main categories as headers and
subcategories below.
2.
Create named
ranges for each subcategory list (Formulas → Define Name). Ensure
names match category headers.
3.
Create the first dropdown using main categories.
4.
For the dependent dropdown, use: =INDIRECT(A1) where
A1 references the first dropdown cell.
5.
Apply Data
Validation.
Keyboard Shortcuts for Dropdown Navigation
Windows:
·
Alt + Down Arrow: Open dropdown
·
Arrow keys: Navigate options
·
Enter: Select highlighted option
·
Esc: Close dropdown
Mac:
·
Option + Down Arrow: Open dropdown
·
Arrow keys: Navigate options
·
Return: Select highlighted option
·
Esc: Close dropdown
Modifying Existing Dropdowns
1.
Select the cells with the dropdown.
2.
Go to Data → Data
Validation.
3.
Update the source list or settings.
4.
Click OK
to apply changes.
Removing Dropdowns
To delete a dropdown but keep the cell value:
1.
Select the dropdown cells.
2.
Open Data
Validation → click Clear All
→ OK.
Common Dropdown Settings
·
Ignore
blank: Allows empty cells as valid entries.
·
In-cell
dropdown: Uncheck to remove the arrow while keeping validation.
·
Apply
changes to all similar cells: Useful when editing multiple identical
dropdowns.
Troubleshooting Dropdown Issues
·
Dropdown
arrows not visible: Ensure In-cell
dropdown is checked.
·
Source
list not updating: Verify table references or named ranges are
correct.
·
Error
messages appearing incorrectly: Check Error Alert style (Stop, Warning, Information).
·
Dropdown
not accepting new entries: Ensure the source range includes new items
or update the Source field.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to track changes in excel
Answers · 1
How to lock certain cells in excel
Answers · 1
How to merge two excel spreadsheets
Answers · 1
Where is the name box in excel
Answers · 1