How To Guides

Creating and Using Dropdown Lists in Google Sheets for Data Entry

Dropdown lists keep data entry fast and consistent. Here is how to create one in Google Sheets, colour-code the options, allow more than one choice, and build dependent lists that change based on an earlier answer.

Google Sheets How To Guides

Key takeaways

  • A dropdown list (data validation) limits a cell to a set of values, which speeds up data entry and stops typos and inconsistent labels.
  • Since 2023 you can colour-code each option, so cells show as green, amber or red chips that are easy to scan.
  • For more control, allow multiple selections in a cell, or build dependent dropdowns whose options change based on an earlier choice.

Using dropdown lists in Google Sheets can greatly improve data consistency and speed up the process of data entry. Whether you’re managing product categories, status updates, or any repetitive fields, dropdown lists can help streamline the process while reducing the chances of errors. This guide will walk you through how to create and use dropdown lists in Google Sheets for efficient data entry.

Step-by-Step Guide to Creating Dropdown Lists in Google Sheets

  1. Select the Cell or Range of Cells To begin, select the cell or range of cells where you want to add the dropdown list. You can select a single cell, a column, or even multiple non-adjacent cells by holding down the Ctrl key (or Command key on Mac) while clicking.
  2. Open the Data Validation Menu Once you’ve selected your cells, you’ll need to open the Data Validation menu to set up the dropdown list: Click on the Data menu in the top bar.
  3. Select Data validation from the dropdown menu.
  4. Set Criteria for the Dropdown List In the Data Validation settings, you will now define the criteria for your dropdown list. There are two main ways to create the list: List of Items: This option allows you to manually enter a list of items. For example, if you want to create a dropdown list for product categories, you might type: “Electronics, Furniture, Clothing.”
  5. Range of Cells: Alternatively, you can create a dropdown list based on a range of cells within the same sheet or another sheet. If you already have a list of items (e.g., predefined project statuses), select the range by clicking the grid icon and highlighting the cells containing the list.
  6. Show Dropdown List in Cell Once you’ve entered the list items or chosen the range, make sure to check the box next to “Show dropdown list in cell”. This ensures that a small arrow appears in the selected cells, allowing users to easily access the dropdown list.
  7. Set Data Validation Rules (Optional) To maintain data accuracy, you can set additional validation rules. These rules will ensure that only the values from your dropdown list can be entered: Under the Data validation menu, you can choose to “Reject input” for any value that doesn’t match the dropdown list.
  8. If you’d like to allow flexibility while still offering suggestions, you can choose “Show warning” instead, which will alert the user if an invalid entry is made but won’t prevent them from saving it.
  9. Add Help Text (Optional) If you want to give users additional guidance, you can add help text that will appear when they click the cell: In the Data Validation settings, check the box next to “Show validation help text”.
  10. Enter the help message (e.g., “Select a product category from the list”).
  11. Click Save After setting your criteria and any additional rules or help text, click Save to apply the dropdown list to the selected cells. You’ll now see a small arrow in each cell that allows users to select from the list of predefined options.

Managing and Editing Dropdown Lists

Once a dropdown list is created, you might need to update it or apply the list to additional cells. Here’s how to manage existing dropdown lists in Google Sheets:

  1. Edit the Dropdown List To modify an existing list, simply: Click on the cell that contains the dropdown list.
  2. Go to Data > Data validation.
  3. Make your changes by editing the list of items or updating the range of cells.
  4. Copy and Paste Dropdown Lists If you want to apply the same dropdown list to other cells, you can easily copy and paste it: Select the cell with the dropdown list.
  5. Use Ctrl + C (or Command + C on Mac) to copy the cell.
  6. Select the destination cells and paste the dropdown list using Ctrl + V (or Command + V).
  7. Remove a Dropdown List If you no longer need a dropdown list in a particular cell, you can remove it: Select the cell(s) with the dropdown.
  8. Go to Data > Data validation.
  9. Click Remove validation to delete the dropdown list from the selected cells.

Advanced Tips for Using Dropdown Lists

  1. Dynamic Dropdown Lists For situations where your list of options may change over time, you can create a dynamic dropdown list by linking it to a range of cells that will update automatically as you modify the list. This is especially useful for things like inventory lists or team members. Select a range of cells where your list is located (e.g., A1).
  2. As you add or remove items from the range, the dropdown will update accordingly.
  3. Dependent Dropdown Lists If you need to create dropdown lists that depend on the value of another cell, such as selecting a product category and then seeing specific products, you can create dependent dropdown lists. This requires using Google Sheets’ INDIRECT function to link one list to another.For example, if you have a list of product categories in one dropdown and want the products dropdown to change based on the selected category, you can structure the lists accordingly in separate ranges and use =INDIRECT() to refer to the appropriate range dynamically.
  4. Apply Dropdown Lists Across Multiple Sheets If you’re managing data across multiple sheets in a workbook, you can create a master list on one sheet and reference that list across other sheets. This can help maintain consistency, especially when working with large datasets or multiple teams.

How to Colour-Code Your Dropdown Options

Colour-coding makes a sheet far easier to scan – green for “Done”, amber for “In progress”, red for “Blocked”. Google Sheets can do this for you:

  1. Select your dropdown cells and open Insert > Dropdown (or right-click and choose Dropdown).
  2. In the panel, each option has a colour swatch beside it – click it to pick a colour for that value.
  3. Click Done. Every cell now shows its option as a coloured chip, and new entries colour themselves automatically.

If you built the list with the older Data validation tool, switch it to the newer Dropdown chip style to get the colours, or add a matching conditional formatting rule for each value.

How to Allow More Than One Choice

A standard dropdown allows one value per cell. To let people pick several – say multiple tags or categories – you have two options:

  • Multiple-select chips: newer Google Sheets offers a “multiple selections” option so a single cell can hold several chips at once. Open the dropdown settings and turn it on where it is available.
  • A helper column: where multi-select is not available, keep a normal dropdown and let people add a second choice in the next column, or type comma-separated values and split them later with SPLIT().

How to Build Dependent (Linked) Dropdowns

A dependent dropdown changes its options based on an earlier choice – pick a Country in one cell, and the County dropdown beside it shows only that country’s counties. To set one up:

  1. On a separate tab, list each parent value with its child options next to it.
  2. Use a FILTER formula to pull the matching child options, for example =FILTER(Lists!B2:B, Lists!A2:A=A2), where A2 holds the parent choice.
  3. Point the second dropdown at that filtered range using Data validation > Dropdown (from a range).

Dependent dropdowns keep long lists manageable and stop people picking combinations that do not make sense.

Using Dropdown Lists to Streamline Data Entry

Dropdown lists are a powerful feature in Google Sheets, especially for teams and businesses that rely on consistent, error-free data entry. By using dropdown lists, you not only speed up the data entry process but also reduce the risk of inconsistencies and mistakes. Whether you’re tracking product categories, project statuses, or any repetitive data, this tool allows for more structured and reliable data management.

Mastering dropdown lists will make your workflows more efficient, helping your team focus on analysis rather than correcting errors, and ensuring that data entry is both quick and accurate.

How do I add a dropdown list in Google Sheets?

Select the cells, go to Insert > Dropdown (or right-click and choose Dropdown), type or paste your options, then click Done. Each cell then shows a drop-down arrow and only accepts one of your set values.

Can a dropdown have more than one selection?

Yes, in newer Google Sheets. Open the dropdown settings and choose the multiple-selection option so a cell can hold several chips. If that option is not available in your sheet, use a helper column or comma-separated values instead.

How do I make one dropdown depend on another?

List your parent and child options on a separate tab, use a FILTER formula such as =FILTER(Lists!B2:B, Lists!A2:A=A2) to pull the options that match the first choice, then point the second dropdown at that range with Data validation.

Turn this advice into a better website.

Talk to us about improving your website, search visibility, or marketing performance.

Let's Create
Together
Contact Us