In Excel: select the cells, then Data ▸ Data Validation ▸ Allow: List, and type your options or point at a range.
Excel expects your system list separator — a comma on English locales, a semicolon on most European ones.
21 / 255 characters (8%)
Or paste the options into a column and use this range:
Select the cells ▸ Data ▸ Data Validation ▸ Allow: List ▸ paste into Source ▸ OK.
What this does
A drop-down list restricts a cell to a set of approved values, so people pick from a menu instead of typing free text that breaks your formulas and reports. It is built with Data Validation: you supply the allowed values, either typed in directly or held in a range you can edit later, and Excel shows the little arrow that opens the list. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “multiple drop down list in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected dropdown shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a data step that keeps your analysis trustworthy into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
To limit column C to Open, In Progress or Done, select the cells, open Data ▸ Data Validation, choose Allow: List, and type Open,In Progress,Done in the Source box. Each cell now shows a drop-down arrow. Better still, type the three statuses in a range like F1:F3 and set Source to =$F$1:$F$3, so you can edit the options without reopening the dialog. Drop-downs are the simplest way to keep data clean at the point of entry. Constrained input means your lookups, filters and pivot tables all work, because every value is one of the ones you planned for. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Treat “multiple drop down list in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Typing options with spaces after the commas, which can become part of the value.
- Using a fixed typed list when the options change often — point at a range instead.
- Forgetting to lock the source range with $ signs, so it shifts when copied.
- Leaving “Ignore blank” unchecked behaviour misunderstood, allowing entries outside the list via paste.
Frequently asked questions
How do I make the list update automatically?
Base it on a Table column or a named range. As you add rows to the source, the drop-down picks them up without editing the validation.
Can one drop-down depend on another?
Yes — dependent (cascading) lists use INDIRECT or FILTER so the second list shows only items valid for the first choice.
Does it work in Google Sheets?
Yes — Data ▸ Data validation ▸ Dropdown offers the same feature with a near-identical dialog.
Other ways people ask this
This guide also answers
- excel multiple dropdown