

Tick the items you want and click the Set button to fill your cell with those selected items, comma separated. and the sidebar should open, showing a checklist of valid items. Go to Scripts > Multi-select for this cell. It will open up a side panel with options.Perhaps the following piece of code will work for you. Select the cell you want to fill with multiple items from your validation range. You can select the cell or column you want to assign colors to and go to Format > Conditional Formatting. Select the cell or cells where you want to create a dropdown list. Data validation can help you lock down cells so that your custom tools run as expected.Ĭonditional formatting is a tool that can help you color-code your spreadsheets-like if you want to auto-assign a color to a cell based on specific criteria.īuilding on the project tracker example, let’s say you want to remind team members to take action by making anything that’s categorized as “In progress” appear in yellow within your Sheet. Create a dropdown list In Google Sheets, open a spreadsheet. This is helpful if you’re trying to protect structured data, like formulas or Apps Scripts you’re running, from a multitude of editors who may be in your Sheet. You can set the option in data validation to 'Reject input' for invalid entries. For example, if you check the box, it could mean “yes” or if you uncheck a box it could mean “no.” Go to Data > Data Validation > and select Checkbox under “criteria.” Choose “Use custom cell values” under the Criteria option and type in the meaning you’d like. Instead of simply adding a checkbox, you can use data validation to automatically mark the checkbox with a value. Go to Data Validation >Īdd custom meanings to checkboxes. This is great if you need to review upcoming work at a glance. How to Add a Drop-down List in Google Sheets As mentioned above, a drop-down list can help you easily change elements of a cell when the content is repetitive. You can use the “dates” option in data validation, and combine it with conditional formatting (see instructions below), to set it up so that anything with a certain date-or past a certain date-gets automatically grayed out in your Sheet. What some folks don’t realize is that data validation can be used for so much more than creating dropdown lists.
