Settings list for validation
Named range StatusList on Settings!A2:A20 feeds every Status dropdown on intake tabs without repeating addresses.
A named range gives a block of cells a readable label like Revenue or ValidStatuses instead of only B2:B500. Define names from Data > Named ranges. Formulas, charts, pivot tables, and validation rules can reference the name, which makes models easier to audit and safer when rows shift inside the named block.
Use named ranges on templates you clone monthly, validation lists, chart sources, and any formula tab where $B$2:$B$500 would confuse the next editor.
Skip naming every trivial one-cell constant. Too many opaque names hurt readability more than raw addresses when the sheet is throwaway scratch work.
Select a range, open Data > Named ranges, click Add a range, and type a name without spaces (use underscores if needed).
Reference the name in formulas as =SUM(Revenue) instead of =SUM(B2:B100).
Expand or shrink the named range in the Named ranges sidebar when your table grows.
Use named ranges as dropdown sources in data validation for maintainable option lists.
Prefer workbook-scoped names unless you use Apps Script that expects sheet-level scope in advanced cases.
Document names on a README tab so imports and collaborators know what each label means.
Named range StatusList on Settings!A2:A20 feeds every Status dropdown on intake tabs without repeating addresses.
Chart references named range MonthlyActuals; append rows and widen the name once instead of editing chart ranges.
=TotalRevenue - TotalCOGS reads cleaner in board decks than a string of column letters auditors must decode.
Next step for Named range
Jump to a related Better Sheets resource, or unlock the full tutorial library.
Watch how Named range works
Guides that explain Named range in more depth.
A user asked me about an error, which is the "Unknown Range Name." By the time you’ve read this tutorial, you’ll know how to fix this error. What is the Unknown Range Name error? It’s an error that you get when the value that was entered does not have the correct format. Another cause of this error is when the value that was entered is outside the expected range. As you can see right here, there’s the "Unknown Range Name" error. Now, what that means is that there is supposed to be ranges ...
Read post →If you know how to code, you'll learn in this step-by-step tutorial how to code in Google Sheets.
Read post →We're going to create a headline generator. We love Google Sheets here. If you love Google Sheets as well, you might want to consider becoming a member of Better Sheets.
Read post →Every formula starts with = followed by a function name and arguments in parentheses. Ranges use A1 notation, text sits in quotes, and operators like + and & combine values. Sheets recalculates when inputs change, so syntax errors show as #NAME? or #ERROR! in the cell.
Read guide →Filtering hides rows that do not match criteria without deleting data. The filter toolbar on a header row is the fastest UI path. FILTER and QUERY formulas build dynamic views that update when source data changes, which suits dashboards and reporting tabs.
Read guide →A dashboard is a single view that answers "how are we doing?" without hunting across tabs. In Google Sheets, it is usually a summary tab with big numbers, charts, and conditional formatting fed by QUERY, pivot tables, or IMPORTRANGE from raw data you keep elsewhere.
Read guide →A pivot table summarizes a large table without writing SUMIFS for every combination. Drag fields into rows, columns, values, and filters to count deals by rep, sum revenue by month, or average scores by classroom. The pivot updates when you refresh the source range or change the pivot cache.
Read guide →Done reading about Named range?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.