Create dropdown data validation

Create dropdown data validation in Google Sheets — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Build a dropdown in cell D2 on the Orders sheet listing the active sales regions: North, South,…
Build a dropdown in cell D2 on the Orders sheet listing the active sales regions: North, South, East, West. Validate entries so anything outside those four options is rejected, and apply the dropdown to the entire Region column D (D2:D1000). Confirm that attempting to type Central produces an error message.

Improve — make it easier to accept

+
Before I publish the order entry sheet to the reps, make the region selector foolproof: create a…
Before I publish the order entry sheet to the reps, make the region selector foolproof: create a named range Regions with North, South, East, West on a hidden sheet, apply data validation to D2:D1000 referencing that named range, add a custom error message that tells reps to pick from the list, and conditionally format any existing invalid entries in column D with orange fill so reviewers can find them fast.

Decide — diagnose the stuck moment

+
I added a dropdown but reps still type Region names like Central or Intl. That creates messy joins…

Reps keep typing new region names instead of using the dropdown.

I added a dropdown but reps still type Region names like Central or Intl. That creates messy joins later and Ops will flag me. I don't know whether I should restrict input or update the allowed list. What is the most defensible immediate change to stop bad entries without blocking legitimate new regions, and how do I communicate it to the sales reps?

Become — change the pattern

+
Over months the Region column accumulates variants — North, N, north, North-East — and lookups fail…

Region values drift over time and break joins.

Over months the Region column accumulates variants — North, N, north, North-East — and lookups fail across reports. This costs me repeated clean-up time and breaks dashboards. What data-entry and validation habit should I adopt, and what sheet-level controls and simple governance steps will enforce consistent region values across the team?

Next to this one

Other spreadsheet work people do in Google Sheets.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.