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

Data Analysis

  • How to Create Thermometer Chart in Excel
  • Move chart to a separate worksheet in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Example of COUNTIFS with variable table column in Excel

References

  • Count rows with at least n matching values
  • How to create dynamic named range with OFFSET in Excel
  • How to get last row in numeric data in Excel
  • How to retrieve first match between two ranges in Excel
  • How to use Excel MATCH Function

Data Validations

  • Data validation must not exist in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation number multiple 100
  • Excel Data validation whole percentage only
  • Excel Data validation exists in list

Excel Data validation with conditional list

by

How to create a drop-down and multiple dependent drop-down lists.in Excel

To allow a user to switch between two or more lists, you can use the IF function to test for a value and conditionally return a list of values based on the result.

Formula

=IF(A1="See full list",long_list,short_list)

Explanation

In the example shown above, the data validation applied to C4 is:

=IF(C4="See full list",long_list,short_list)

This allows a user to select a city from a short list of options by default, but also provides an easy way to view and select a city from a longer list of cities.

How this formula works

Data validation rules are triggered when a user adds or changes a cell value. This formula takes advantage of this behavior to provide a clever way for the user to switch between a short list of cities and a longer list of cities.

In this formula, the IF function is configured to test the value in cell C4. When C4 is empty or contains any value except “See full list”, the user sees a short list of cities, provided in the named range short_list (E6:E13):

If the value in C4 is “See full list”, the user sees the long list of cities, provided in the named range long_list (G6:G35):

The named ranges used in the formula are not required, but they make the formula a lot easier to read and understand. If you are new to named ranges, this page provides a good overview.

Dependent dropdown lists

Expanding on the example above, you can create multiple dependent dropdown lists. For example, a user selects an item type of “fruit”, so they next see a list of fruits to select. If they first select “vegetable” they then see a list of vegetables.

 

 

 

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

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

  • Invoice status with nested if in Excel
  • How to use Excel XOR Function
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel

Date Time

  • Count times in a specific range in Excel
  • Get days, months, and years between dates in Excel
  • How to calculate future date say 6 months ahead in Excel
  • DAYS function: Description, Usage, Syntax, Examples and Explanation
  • Get first day of previous month in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Group arbitrary text values in Excel

General

  • Subtotal by invoice number in Excel
  • Convert column number to letter in Excel
  • How to generate random number weighted probability in Excel
  • List worksheet index numbers in Excel
  • AutoRecover file that was never saved in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning