When a drop-down list shows options that don't even apply
If choosing a region still shows every city nationwide, or picking a category still shows unrelated products, the list gets too long to search comfortably. A dependent drop-down narrows the second list to only what fits the first choice, making entry far more accurate.
Keep the source lists on a separate sheet
For a cleaner workbook, it helps to put all the named category lists on their own hidden or separate sheet rather than mixing them into your main data sheet. That way the working sheet stays uncluttered, and you can update or add categories in one place without touching the sheet people actually enter data into.
Frequently Asked Questions
Will it cause an error if a category name has a space in it?
Yes. A defined name cannot contain a space, so a category like "Processed Foods" needs to be written with an underscore or similar, following the naming rules, before it can be used.
Can I chain three or more levels together?
Yes. Using the same approach, a third or fourth drop-down can reference the previous cell's selection with INDIRECT as well, letting you narrow the choices down through multiple levels.