To edit a drop-down list in Excel, open Data Validation from the Data tab and update the Source field — steps vary by list type.
Changing the items in an Excel drop-down list is a routine task that trips up most people the first time they try it. The list won’t update just because you changed some cells somewhere — you have to edit the Data Validation rule itself. How to edit a list in Excel comes down to three distinct approaches, and picking the right one depends entirely on how the list was originally built.
Edit a Drop-Down List in Excel: Three Core Methods
Every drop-down list in Excel is powered by a Data Validation rule. Where the list items live determines how you edit them. Below are the three common setups and the exact steps for each.
Method 1 — Manually Typed List
If the items were typed directly into the Source box as comma-separated values, you edit that same box.
- Select a cell that contains the drop-down list.
- Go to the Data tab and click Data Validation (in the Data Tools group).
- On the Settings tab, click inside the Source box.
- Add or remove items, separating each one with a comma and no space after the comma (e.g.,
Red,Green,Blue). - Check Apply these changes to all other cells with the same settings to update every cell that uses this list.
- Click OK.
The list updates immediately. A trailing comma or a space after a comma adds a blank or unwanted item, so proofread the entry before confirming.
Method 2 — List Based on a Cell Range
When the Source box contains a cell range like =A1:A10, you edit the actual cells in that range, then update the range reference if needed.
- Select a cell with the drop-down list and go to Data > Data Validation.
- In the Source box, note the current range (e.g.,
=Sheet1!A1:A10). - Go to that range on the worksheet and type new items into the cells or clear existing ones.
- If you added items beyond the original range, update the Source box to include them (e.g., change
A1:A10toA1:A14). - Check Apply these changes to all other cells and click OK.
Using a named range instead of a hard-coded address makes this process smoother — updates to the named range propagate automatically to any Data Validation rule that references it.
Method 3 — List Based on an Excel Table
An Excel Table expands automatically as you add rows, which makes it the most hands-off editing method.
- Go to the table that holds the list items.
- Type a new item in the first empty row below the last entry — the table includes it automatically.
- To remove an item, select the entire row, right-click, and choose Delete > Table Rows.
- Open Data Validation on any cell using the list. If the Source references the table column (e.g.,
=Table1[Items]), no range update is needed — the list reflects the current table contents.
This method eliminates the manual range-update step and is the recommended approach for lists that change frequently.
| Method | How to Edit | Best For |
|---|---|---|
| Manually Typed List | Edit comma-separated values in the Source box | Short fixed lists under 10 items |
| Cell Range | Edit cells in the source range, then update the range reference | Lists that change a few times per project |
| Named Range | Update the named range in Formula > Name Manager | Centralized control across multiple sheets |
| Excel Table | Add or delete table rows — no Source edit required | Dynamic lists that grow or shrink often |
| Hidden Sheet Source | Unhide the sheet first (right-click any sheet tab > Unhide), then edit | Lists stored on hidden worksheets |
| Copy from Another Sheet | Reference the external range in the Source box (e.g., =Sheet2!A1:A5) |
Reusing a list across multiple Data Validation rules |
| Imported .xls Custom List | File > Options > Advanced > General > Edit Custom Lists | Legacy lists from older Excel versions |
Which Method Should You Use?
The right approach depends on how often the list changes and who maintains it. For a one-time project where the list is short and static, the manually typed method is fastest. For anything that gets updated regularly — product names, team rosters, status options — an Excel Table or named range saves time and prevents broken references. Tables auto-expand; named ranges keep the logic readable when the list lives on a different sheet.
Common Mistakes When Editing Drop-Down Lists
These four errors cause most of the frustration in the support forums and are easy to avoid once you know what to look for.
- Spaces after commas. Typing
Yes, No, Maybeinstead ofYes,No,Maybecauses Excel to treat the space as part of the item. The drop-down will show ” No” with a leading space, and entries without that space will be rejected. - Deleting a single cell instead of the whole row. In an Excel Table, deleting one cell leaves a blank row in the table, which then appears as a blank entry in the drop-down. Always delete the entire table row.
- Forgetting to extend the range. If the Source points to
A1:A10and you add items inA11:A14, those new items won’t show until you update the Source toA1:A14. An Excel Table or named range avoids this entirely. - Editing a list on a hidden sheet. Data Validation can reference cells on hidden sheets, but the cells themselves aren’t visible. Unhide the sheet with right-click any sheet tab > Unhide before making changes, then re-hide if needed.
| Excel Version | Data Validation Support | Notes |
|---|---|---|
| Microsoft 365 (Windows & Mac) | Full — all methods available | Receives continuous updates; current as of 2026 |
| Excel 2021 / 2019 | Full | Same feature set as 365 for Data Validation |
| Excel 2016 | Full | All three editing methods work without changes |
| Excel for the Web (free) | Basic — view and limited edit | Can use existing lists but editing the Source is restricted |
| Excel for iOS (iPhone / iPad) | Basic — Data tab visible | Full editing available in the desktop app only |
| Excel for Android | Basic — Data tab visible | Same limitation as iOS; use the desktop app for Source edits |
| Older mobile versions (iOS <14 / Android <8) | Limited | Data Validation may not be accessible at all |
What to Remember Before You Save
Before closing the file, confirm two things. First, check that Apply these changes to all other cells with the same settings was selected during the edit — otherwise only the active cell gets updated while the rest of the column keeps the old list. Second, if the file is shared via Microsoft 365, the changes take effect for all collaborators as soon as the file saves, so test the drop-down with a quick entry to make sure every item maps correctly. A small verification step now saves a round of confused messages from the team later.
References & Sources
- Microsoft Support. “Add or remove items from a drop-down list.” Official documentation covering all three editing methods, version history, and compatibility notes.
