Adding a dropdown
- Insert menu: Select the cells you want to cover, then choose Insert > Dropdown. Equals creates a rule on that range with two starter options and opens the sidebar so you can edit them.
- Checkbox: Insert > Checkbox does the same thing for a simple true/false cell, rendered as a tickbox you can click directly in the grid.
- Data menu: Data > Data validation opens the sidebar directly, where you can add a rule of any criteria type.
Using dropdowns
- Pick a value: Click the pill in a cell to open the list, then select an option. The cell takes the option’s colour.
- Edit in place: The bottom of the option list has Edit dropdown, which reopens the sidebar for that rule.
- Invalid values: Typing or pasting a value that isn’t in the list still writes the value, but the cell is marked with a red triangle. Hovering it explains why the value is invalid.
Other validation rules
Beyond dropdowns and checkboxes, a rule can require a cell to satisfy:- Text: contains, does not contain, starts with, ends with, is exactly, is a valid email, is a valid URL.
- Number: greater than, less than, equal to, not equal to, between, not between — with or without equality.
- Date: is, is before, is after, is between, is not between.
- Custom formula: any formula that returns TRUE for a valid cell, so you can validate against a lookup range, another column, or query results.

