How to Create a Drop-Down List in a Cell

Beginner How-To · Excel

Restrict a cell to a fixed set of choices using Data Validation — useful for status fields, categories, and forms.

  1. Type your list of allowed options somewhere in the sheet (or a separate sheet), one per cell in a single column.
  2. Select the cell(s) where you want the drop-down to appear.
  3. Go to Data > Data Validation > and under Allow, choose "List."
  4. For Source, either select the range where you typed your options, or type them directly separated by commas (e.g. Yes,No,Maybe).
  5. Check "In-cell dropdown" is ticked, then click OK — an arrow will appear when you click the cell.
  6. To update the list later, just edit the source cells if you referenced a range — the drop-down updates automatically.
Running into an error instead of just needing the how-to? Check our Excel troubleshooting guides or the error lookup.

Frequently Asked Questions

Can other people edit the list of options in my dropdown?
Only if you share the workbook without protecting the sheet — for a locked-down dropdown, protect the sheet or workbook after setting it up, allowing only the dropdown cell itself to remain editable.
What happens if someone types something not on the list?
By default, Excel shows a warning and won't accept it — though you can adjust Data Validation settings to show a warning but still allow it, if that flexibility is useful for your specific use case.

More Excel how-tos