To add a drop-down list in Excel, follow these steps:
- Prepare your list items
Type the items you want to appear in the drop-down list in a column or row on a worksheet (e.g., Sheet2, cells A1:A3). You can hide this sheet later if you want to keep the list hidden
- Select the target cell(s)
Go to the sheet and select the cell or range of cells where you want the drop- down list to appear (e.g., cell B1)
- Open Data Validation
On the Data tab, click Data Validation in the Data Tools group. This opens the Data Validation dialog box
- Set validation criteria
In the Data Validation dialog, under the Settings tab, choose List from the Allow drop-down menu
- Enter the source for the list
- If you prepared a list on another sheet, click the Source box and select the range containing your list items (e.g.,
Sheet2!$A$1:$A$3
)
- If you prepared a list on another sheet, click the Source box and select the range containing your list items (e.g.,
* Alternatively, you can type the items directly into the Source box separated by commas (e.g., `Email,Phone Call,Text`)
- Confirm and finish
Click OK. Now, the selected cells will have a drop-down arrow that users can click to select an item from your list
Additional tips:
- To create a dynamic drop-down list that updates automatically when you add items to the source list, you can use a formula like:
=OFFSET(Sheet2!$A$1,0,0,COUNTA(Sheet2!$A:$A),1)
in the Source box
- You can also use an Excel Table as the source to make the drop-down dynamic and easy to maintain
- To edit or remove items from an existing drop-down list, go back to Data Validation and update the list source or the items in the source range
This method works in Microsoft Excel desktop and Microsoft 365 versions
. This concise process will help you add drop-down lists in Excel to streamline data entry and reduce errors.