Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Create A Conditional Drop Down List

In this post we’re going to learn how to create a conditional drop down list in a cell. This means the drop down list will depend on some other value in the workbook and the available values in the drop down menu will change depending on this value. For example, we might want a user to be able to select from a film genre from a drop down list, then based on this we might want them to be able to select a film within that genre.

To do this we will need to set up a few items in our workbook.

  • A cell for our genre selection
  • A range for our list of genres
  • Ranges for each list of films within each genre

We are going to let the user select from these three genres: Drama, Comedy and Horror.

step-001-how-to-create-a-conditional-drop-down-list

  1. Select the first range containing the film genre list
  2. Change the name to “Genre”
  3. Repeat for the other three ranges containing the film titles and name them “Drama”, “Comedy” and “Horror” respectively.

step-002-how-to-create-a-conditional-drop-down-list

  1. Select the cell where you’re going to select the genre.
  2. Go to the “Data” tab in the ribbon.
  3. Select “Data Validation” in the “Data Tools” section.
  4. Under “Allow” Select “List”.
  5. In the “Source” input type “=Genre”. This means your drop down list will now contain the values in the range you called “Type”.
  6. Click on ok.

step-003-how-to-create-a-conditional-drop-down-list

  1. Now select the cell where you’re going to select the movie title.
  2. Go to the “Data” tab in the ribbon.
  3. Select “Data Validation” in the “Data Tools” section.
  4. Under “Allow” Select “List”.
  5. In the “Source” input type “=indirect($B$1)”, where $B$1 is the name of the cell with the movie genre input.
  6. Click on ok.

Now when you select a genre, the drop down list for the title selection will change depending on the genre. Fancy!

step-004-how-to-create-a-conditional-drop-down-list

About the Author

John MacDougall

John MacDougall

John is a Microsoft MVP and qualified actuary with over 15 years of experience. He has worked in a variety of industries, including insurance, ad tech, and most recently Power Platform consulting. He is a keen problem solver and has a passion for using technology to make businesses more efficient.

Subscribe

Subscribe for awesome Microsoft Excel videos 😃

John MacDougall

I’m John, and my goal is to help you Excel!

You’ll find a ton of awesome tips, tricks, tutorials, and templates here to help you save time and effort in your work.

Related Posts

37 Awesome Excel Mouse Tips & Tricks You Should Know

37 Awesome Excel Mouse Tips & Tricks You Should Know

While the keyboard is generally quicker, you shouldn’t completely ignore the mouse. There are also some great time saving mouse shortcuts as well. In this post we’ll take a look at some of the best Excel mouse time saving tips and tricks.

read more
25 Amazing Power Query Tips and Tricks

25 Amazing Power Query Tips and Tricks

Power query is amazing tool that allows you to import and transform data with ease and helps to create repeatable and robust procedures with your data. Here are some tips and tricks to help you get the most out Power Query.

read more

Comments

0 Comments

Get the Latest Microsoft Excel Tips

Follow Us

Follow us to stay up to date with the latest in Microsoft Excel!

Subscribe for awesome Microsoft Excel videos 😃