Named Ranges
Named ranges let you give meaningful names to cell ranges for easier formulas.
Defining a Named Range
Section titled “Defining a Named Range”- Select the cells you want to name
- Press
Ctrl+Shift+N - Enter a name (e.g., “SalesData”)
- Press Enter
Now you can use this name in formulas: =SUM(SalesData)
Go to Definition (F12)
Section titled “Go to Definition (F12)”When your cursor is on a named range in the formula bar, press F12 to jump to the cells that define that range.
Find All References (Shift+F12)
Section titled “Find All References (Shift+F12)”Select any cell and press Shift+F12 to see all cells that reference it. A popup shows:
- List of cells containing formulas that depend on the current cell
- Preview of each formula
- Click or press Enter to navigate to a reference
Rename Symbol (Ctrl+Shift+R)
Section titled “Rename Symbol (Ctrl+Shift+R)”To rename a named range across all formulas:
- Put your cursor on the name in any formula
- Press
Ctrl+Shift+R - Enter the new name
- Press Enter to apply
All formulas using that name are updated automatically.