How to Work with Dropdown List in Google Sheets

How to Work with Dropdown List in Google Sheets

When you are entering data in your Google Spreadsheet, dropdown menus can speed up and increase the accuracy of your data. You don’t need to enter values manually. Using a dropdown, you can select the pre-made list of data. Dropdown makes your sheet well organized and prevents typing errors.  

What Is a Dropdown List in Google Sheets? 

A dropdown menu is a feature in Google Sheets that allows you to select a value from a pre-specified list of possibilities inside a cell. You don’t need to input anything manually.  Clicking the small arrow in the cell allows you to choose an item from the list. 

what is a dropdown overview image

It helps with:

  • Faster input of data
  • Avoiding Spelling Mistakes or inconsistent values
  • Maintaining a readable spreadsheet.

Creating and Editing a Dropdown List in Google Sheets 

Drop-down lists help maintain data organization and provide error-free data easily. When you are working with repeating data, you can select data from a fixed list of options. Let’s look at the “Task List” dataset below, where you can see the process of creating and editing a dropdown list in Google Sheets. 

creating and editing dropdown list dataset

➤ Select the Cells C2: C4
Click Data → Data validation 

clicking data and data validation option in cells C2:C4

 ➤ Click on+ Add rule 

clicking add rule option to create data validation

➤ ChooseDropdown
➤Enter your options, separated by commas: To Do, In Progress, Done and click “Done 

Choosing dropdown and dropdown options

➤ Your dropdown list is created in cells C2:C4 

Created dropdown

➤ Click on cell C2 and then click on the edit icon to edit the drop-down list. 

clicking edit icon to edit dropdown lists

➤ Edit your list and click Done. 

editing dropdown list

➤ Click on the “ Just this instance” option to apply this edit in the C2 cell only. 

clicking just this instance option

➤ Now you can see that the first instance is edited successfully. 

edited dropdown list

 


Creating Multiple Dependent Dropdown Lists from Another Sheet  in Google Sheets 

You can display a second dropdown list with dependent dropdowns. A dependent dropdown changes according to the first choice list. When you want to display related options, such as categories and subcategories, a multiple dependent dropdown is helpful. Let’s examine the dataset below, which consists of two sheets: the main sheet and the “DropdownData” sheet. Now we’ll create the drop down list based on the data from another sheet.

dataset for multiple dependent dropdown list

➤ In the “ Main Sheet”, select cell A2 and click Data, then Data Validation. 

clicking data and data validation in the main sheet

 ➤ Click on the “Add rule option. 

clicking add rule option

 ➤ Select Criteria “ Dropdown”, then type the options Fruits and Vegetables and click Done. 

setting dropdown criteria

 ➤ In cell A2, you can see the drop-down list 

dropdown list in cell A2

 ➤ Type this formula in cell B2: 

=FILTER(DropdownData!B2:B, DropdownData!A2:A = A2) 

writing formula in cell B2

 ➤ Now you can see the result. If you select Fruits in A2, you can see the fruit list in B2. If you select vegetables in cell A2, you can see the vegetable items in the list. 

result based on the selection


Updating Cell Values Based on a Selection in a Dropdown List in Google Sheets 

When a user selects a value from a drop-down list, the cell values will automatically be updated. This is a useful way to maintain Forms, inventory systems, and dashboards. Let’s look at the dataset below, where you want to update the Quantity and Price for that product based on the user’s selection. We’ll learn here updating the cell values based on a selection in the drop down list.

updating cell values dataset

➤ Click on cell D2
➤ Go to Data → Data Validation

clicking data and data validation 

➤ Click the “Add rule” option. 

clicking add rule option

 ➤ Set Criteria to: “Dropdown from a range, and choose A2:A5, then click Done.

selecting dropdown from a range option

➤ You can see the product list in cell D2 

product list in D2

➤ Type the formula in the E2 cell for the updated Quantity: 

=IFERROR(VLOOKUP(D2, A2:C5, 2, FALSE), “”) 

writing formula in cell E2

➤ Type the formula in the F2 cell for the updated price : 

=IFERROR(VLOOKUP(D2, A2:C5, 3, FALSE), “”) 

writing formula in F2

➤ Now you can see the result. If you select orange in the D2 cell, you can see the Quantity and Price of the orange. 

result of updating cell value


Counting Dropdown Items in Google Sheets 

When you want to count the dropdown items in Google Sheets, you can do it using the COUNTIF function. This is helpful for task trackers, order forms, and surveys. Let’s look at the dataset below, where you can count how many times each fruit has been selected from the dropdown. 

counting dropdown dataset

 ➤ Select cell B2:B5, Data> Data Validation 

selecting data and data validation

➤ Select the “Dropdown Criteria and click DONE 

selecting dropdown

➤ Now you can see the fruit name list in B2: B5 

dropdown list in cell B2

➤ Write the formula in the E2 cell 

=COUNTIF(B2:B5, D2) 

writing formula

➤ Press Enter and see the result in cell E2 

counted result

➤ Drag the formula down to see other cells. 

dragging to see other cells result

➤ If I select “Mango” in cell B3, then in cell E2, you can see the result is 2 

final counted result


Creating a Calendar Dropdown in Google Sheets 

A Date picker is known as a calendar dropdown in Google Sheets. Without any error, you can choose dates more quickly by using date pickers. This is a useful method where users must enter dates regularly for booking schedules or working in an attendance sheet. Let’s look at the dataset below, where we’ll make a calendar-style dropdown in the “Date of Visit” column.

dataset for calendar dropdown

➤ Select B2:B4 cells and click Data> Data Validation 

clicking data and data validation

➤ Click the + Add rule option. 

clicking add rule option

Select the criteria “ is valid date” and click Done 

selecting criteria is valid date

➤ Select the B2:B4 cells and click Format> Number>Date  

clicking Format, number, date

➤ Double click in the B2 cell to see the dropdown calendar 

calendar in cell B2

➤ The selected date will show in the B2 cell 

selected date from calendar


Frequently Asked Questions

Is it possible to give a warning to the user if someone enters a value that is not in the menu? 

Of Course. Select either the “Show warning” or “Reject input” option under Data Validation. 

How many things can be in a dropdown menu? 

Normally, it’s thousands of options in a dropdown menu, but for performance, it’s better to stay within 100–500. But you can use the Sheet Range option rather than manual typing. 

What could be wrong with my dropdown menu? 

If the dropdown is not working properly, then check the data validation conditions, range of sources is removed or not and the cell format. If you are using the mobile app, then the dropdown feature will not work properly.


Concluding Words 

To maintain data accuracy, organization and usability, dropdown menus are a great method in  Google Sheets. Dropdown menus help make schedules, forms, dashboards, or trackers. You can save time and reduce errors by using a dropdown in Google Sheets.

Table of Contents

Excel Insider
Logo