Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting Rules in Excel
  • Get column index in Excel Table
  • How To Sort One Column or Multiple Columns in Excel
  • Understanding Anova in Excel
  • How To Perform and Interpret Regression Analysis in Excel

References

  • Offset in Excel
  • Perform case-sensitive Lookup in Excel
  • How to create dynamic named range with OFFSET in Excel
  • How to use Excel ROWS Function
  • Last row number in range

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation require unique number
  • Excel Data validation must begin with
  • Data validation must not exist in list
  • Excel Data validation specific characters only

How to Create Dependent Drop-down Lists in Excel

by

This example describes how to create dependent drop-down lists in Excel.

Here’s what we are trying to achieve:

The user selects Pizza from a drop-down list.

As a result, a second drop-down list contains the Pizza items.


To create these dependent drop-down lists, execute the following steps.

1. On the second sheet, create the following named ranges.

Name Range Address
Food A1:A3
Pizza B1:B4
Pancakes C1:C2
Chinese D1:D3

2. On the first sheet, select cell B1.

3. On the Data tab, in the Data Tools group, click Data Validation.

The ‘Data Validation’ dialog box appears.

4. In the Allow box, click List.

5. Click in the Source box and type =Food.


6. Click OK.

Result:

7. Next, select cell E1.

8. In the Allow box, click List.

9. Click in the Source box and type =INDIRECT($B$1).

10. Click OK.

Result:

Explanation: the INDIRECT function returns the reference specified by a text string. For example, the user selects Chinese from the first drop-down list. =INDIRECT($B$1) returns the Chinese reference. As a result, the second drop-down lists contains the Chinese items.

Post navigation

Previous Post:

VLOOKUP without #N/A error in Excel

Next Post:

Manipulating text strings using Left, Mid, Right, Len, Substitute in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Check multiple cells are equal in Excel
  • IF with boolean logic in Excel
  • Nested IF function example in Excel
  • Extract multiple matches into separate rows in Excel
  • SWITCH function example in Excel

Date Time

  • Get date from day number in Excel
  • How to calculate nth day of week in month in Excel
  • Calculate retirement date in Excel
  • Calculate years between dates in Excel
  • Get project end date in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel
  • Group arbitrary text values in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Basic error trapping example in Excel
  • How to get amount with percentage in Excel
  • Count cells that contain errors in Excel
  • Check if multiple cells have same value in Excel
  • How to create dynamic named range with INDEX in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning