Dropdown Lists
BeginnerData QualityProfessional selection lists for error-free data entry - fast and consistent
What are Dropdown Lists?
Dropdown lists (also: selection lists or dropdown menus) are predefined lists with options that users can choose from. They replace manual entries with simple clicks - guaranteeing absolutely consistent data.
Faster
Selection instead of typing saves time
Error-free
No typos possible anymore
Consistent
Guaranteed uniform data
💡 When to use Dropdowns?
📝Perfect for:
- ✓Status Tracking: Open, In Progress, Done
- ✓Categories: Departments, Product Groups, Tags
- ✓Priorities: Low, Medium, High, Critical
- ✓Yes/No Fields: Active, Paid, Approved
- ✓Predefined Options: Sizes, Colors, Countries
⚠️Less suitable for:
- ×Free Text Input: Names, Addresses, Comments
- ×Very Large Lists: Over 1000 entries (use search function)
- ×Numeric Values: Better to validate with number range
- ×One-time Entries: Not worth it for 1-2 cells
How to create Dropdown Lists
1Method 1: Direct Input (for short lists)
- 1.Select the cell(s) where the dropdown should appear
- 2.Menu: Data → Data Validation
- 3.Allow: Select "List"
- 4.Source:
Open;In Progress;Done - 5.✓ Click OK - Done!
2Method 2: Cell Range (for dynamic lists)
- 1.Create your list somewhere in the spreadsheet (e.g. column Z)
- 2.Select the dropdown cells
- 3.Data → Data Validation → List
- 4.Source:
=$Z$1:$Z$10(absolute reference!) - 5.✓ List automatically adapts to changes!
3Method 3: Named Range (recommended for pros)
- 1.Select your source list
- 2.Formulas → Define Name → Name:
StatusList - 3.Select dropdown cells
- 4.Data Validation → Source:
=StatusList
Try it yourself!
Test three different dropdown types: Simple lists, dependent selections, and dynamic updates.
🎮 Interactive Dropdown Demo
Experience different dropdown types in action!
📋 Simple Dropdown List
The classic dropdown list with fixed values. Perfect for status, categories, or priorities.
💡 Excel Tip: In Excel: Data → Data Validation → List → Source: "Open;In Progress;Done;Cancelled"
📌 Creating Dropdown Lists in Excel
- Select cell(s) where dropdown should appear
- Menu: Data → Data Validation
- Allow: Select "List"
- Source: Enter directly or cell range (e.g. $A$1:$A$5)
- ✓ OK - Done!
Advanced Techniques
🔗Dependent Dropdowns
The second dropdown changes depending on the first selection.
=INDIREKT($A2)A2 contains the category; each category is a named range
🔄Dynamic Ranges
List grows automatically with new entries.
=BEREICH.VERSCHIEBEN($A$1,0,0,ANZAHL2($A:$A),1)Or use Excel tables (Ctrl+T) for automatic ranges
📝Input Help
Show hints BEFORE the user enters anything. Under "Input Message" in Data Validation, you can add helpful tooltips.
⚠️Error Messages
Customize the error message! Under "Error Alert" you can explain which inputs are allowed. Use "Stop", "Warning", or "Information".
Avoid Common Mistakes
❌Spaces in the source
Wrong:
Yes ; No ; MaybeRight:
Yes;No;Maybe❌Relative instead of absolute reference
Wrong:
=A1:A10Shifts when copying!
Right:
=$A$1:$A$10Stays fixed!
❌Empty cells in source list
Empty cells in the range are displayed as options. Use a precise range or remove empty rows from the list.
Ready for professional Dropdown Lists?
Ask our AI assistant for specific dropdown solutions for your spreadsheet!
Start AI Assistant →