Skip to playerSkip to main content
  • 3 weeks ago
Discover how to create a dependent drop down list in Google sheet. In essence, how do I create a dependent drop down list in Google Sheets?

We will also look at how to do multiple criteria drop down list in Google Sheets? And how do you create a list based on criteria in Google Sheets?. Also learn how do I create a dynamic dependent drop down list?. Or how do I create multiple dependent dropdown lists? In short, how do I add a dependent Dropdown?

These are the steps outlined in my video.

Country Drop Down List
1) Select B2
2) Data ~ Data Validation
3) Add Rule
4) Criteria as "Dropdown (from a range)"
5) Select data range
6) '224'!A14:A
7) Done

State Drop Down List
1) Select B3
2) Data ~ Data Validation
3) Add Rule
4) Criteria as "Dropdown (from a range)"
5) Select data range
6) '224'!D14:D
7) Done

City Drop Down List
1) Select B4
2) Data ~ Data Validation
3) Add Rule
4) Criteria as "Dropdown (from a range)"
5) Select data range
6) '224'!E14:E
7) Done

Get Unique State
1) Select cell D14
2) =SORT(FILTER(B14:B,A14:A=B2))

Get Unique State
1) Select cell E14
2) =SORT(FILTER(C14:C,B14:B=B3))

🔗🔗 LINKS TO SIMILIAR VIDEOS 🔗🔗
How do I create a dependent drop-down list in Excel - Excel Tips and Tricks
https://youtube.com/shorts/ORlVLETynqU?feature=share


How do I create a dependent dropdown list in Google Sheets?,How to do multiple criteria drop down list in Google Sheets?,How do I create a dynamic dependent drop down list?,How do I create multiple dependent dropdown lists?,How do you create a list based on criteria in Google Sheets?,How do I add a dependent Dropdown?,

Transcript
00:00Stay tuned and I'll show you how to create a dependent drop-down list in Google Sheet like this.
00:05Let's start out by creating a drop-down for country. Go data, data evaluation, add rules,
00:09don't change to from range, click on range selector, select A14 and A15, get rid of 15 from A15.
00:15This means that every row after A14, then click OK, done and close this. Now you can see you have
00:20US and India. Next, you're going to do the state. Use this formula. Filter function is used to filter
00:25data in the range of B14 onwards based on the condition from column A14 onwards, which is
00:30equal to B2 from the drop-down list. Sort function, alphabetically source, filter output array.
00:36And after that, hit enter. Next, you're going to copy the state formula and copy in the cities here.
00:40The only difference is that we're going to change this to B3 like this. Next, we'll apply the same
00:45technique to add drop-down list for state and city as we did for the country.
00:49Now as a test, if you change the country, the state and the city changes accordingly.
Be the first to comment
Add your comment

Recommended