How to Create a Pull Down List in Excel

“create a pull down list in excel” comes up constantly, so this page leads with the exact answer, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: type the items in one column, select them and press Ctrl+T to make it an Excel Table — the list then grows by itself and can be referenced by name everywhere else.

Annotated stepsExcel
1

Put one item per row in a single column, with a header cell above them.

2

Select the range and press Ctrl+T, confirming that the range has headers.

3

Give it a meaningful name in Table Design ▸ Table Name — that name is what makes formulas readable.

4

For a drop-down, select the target cells ▸ Data ▸ Data Validation ▸ Allow: List ▸ Source: =TableName[ColumnName].

5

To keep the list sorted or de-duplicated automatically in Microsoft 365, feed the drop-down from =SORT(UNIQUE(tblDept[Department])) in a helper column.

6

For a bulleted list inside one cell, press Alt+Enter between items and turn on Home ▸ Wrap Text.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

"List" means three different things and the right answer depends on which one you want. A plain list of items becomes useful the moment you press Ctrl+T: an Excel Table auto-expands when you type below it, gets filter buttons, and can be referenced as tblNames[Name] instead of a fixed range. A drop-down list that restricts what someone can type is Data ▸ Data Validation ▸ Allow: List, with the source pointing at that table column. And a numbered or bulleted list inside a single cell is a formatting job — Alt+Enter for the line breaks with Wrap Text on. Getting the first one right is what makes the other two maintainable. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “create a pull 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 list 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 layout choice that keeps the sheet readable and sortable into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Type six department names down A2:A7, select A1:A7 with a header in A1, press Ctrl+T and tick "My table has headers". Name it in Table Design ▸ Table Name: tblDept. Now a drop-down anywhere in the workbook is Data ▸ Data Validation ▸ Allow: List ▸ Source: =tblDept[Department]. Add a seventh department by typing it in A8 — the table grows and every drop-down picks it up with no further edit. Almost every spreadsheet starts as a list, and whether it was made a Table on day one decides whether the next six months are maintenance or rework. 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. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “create a pull down list in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Building everything on a fixed range like A2:A20, so item 21 is invisible to every formula that depends on it.
  • Leaving blank rows inside the list, which stops the table expanding and puts empty entries in the drop-down.
  • Keeping the source list on the same sheet as the form people fill in, where it gets edited by accident — put it on a separate sheet.
  • Naming the table Table1 and then reading formulas six months later.
  • Mixing trailing spaces into the items, so lookups against the list fail on the rows that look correct.

Frequently asked questions

How do I create a list in Excel?

Type the items in one column under a header, select the range and press Ctrl+T. That makes it an Excel Table, which expands automatically and can be referenced by name.

How do I turn a list into a drop-down?

Select the cells that should get the drop-down, then Data ▸ Data Validation ▸ Allow: List, and set Source to =TableName[ColumnName] so it grows with the table.

How do I make a bulleted list inside a single cell?

Press Alt+Enter between the items to add line breaks, and turn on Home ▸ Wrap Text so they all show.

Why does my drop-down not show new items?

The source is almost certainly a fixed range rather than a table column. Convert the source to a Table with Ctrl+T and point the validation at =TableName[ColumnName].

Other ways people ask this

This is also commonly searched as “how to create pull down list in excel”, “create pull down list in excel”, “create a pull down list in excel” and “creating a pull down list in excel”. They describe the identical operation, so you are in the right place no matter how you phrased it.

Why do people search for this in so many different ways?

Because the same task has many names. “how to create pull down list in excel”, “create pull down list in excel”, “create a pull down list in excel” all point at the one operation explained on this page, which is why they all lead here.