February 6, 2026 · 10 min read · By AltPlusCtrl Team
Spreadsheet Power-User Tricks Beyond Basic Shortcuts
Once you know the core Excel and Google Sheets shortcuts, these are the less obvious techniques that separate a comfortable spreadsheet user from a genuinely fast one.
The 20 Excel shortcuts post covers the core shortcuts that matter for anyone doing regular spreadsheet work. This post is for the next stage: once those are automatic, what actually separates someone who's comfortable in a spreadsheet from someone who's genuinely fast — the less obvious keyboard-driven techniques that don't show up on a basic shortcut list because they're combinations and habits rather than single key combos.
Named ranges accessed by keyboard
If you've defined named ranges in a workbook (Formulas > Define Name in Excel), F3 opens the Paste Name dialog, letting you insert any named range into the current formula or cell without typing it manually or navigating to it visually first. Combined with Ctrl+G (Go To) and typing a named range instead of a cell reference, this turns named ranges from a nice-to-have organizational feature into a genuinely fast navigation tool for large, well-structured workbooks — jumping straight to 'RevenueTable' by name rather than remembering it lives at Sheet3!B14:F200.
Selecting non-contiguous ranges without losing your place
Most people know Ctrl+Click adds individual cells to a selection, but the less obvious extension is that F8 toggles 'Extend Selection' mode, after which you can move the selection boundary using only arrow keys (no mouse or held Ctrl key needed) — useful when you need to carefully build a precise selection and don't want to risk a mouse slip changing it. Shift+F8 does the equivalent for adding non-contiguous blocks one at a time using only the keyboard, which is a genuinely underused technique for building complex selections for charting or conditional formatting without touching the mouse at all.
Array formulas and Ctrl+Shift+Enter
In older Excel versions (and still relevant for compatibility and for understanding formulas you might inherit), Ctrl+Shift+Enter confirms a formula as an array formula, causing it to operate across an entire range rather than a single cell — the mechanism behind classic array-formula techniques before dynamic arrays became the default behavior in modern Excel. Understanding this shortcut matters even now because you'll encounter it in older shared workbooks, and recognizing the curly braces `{}` that appear around an array formula tells you immediately that Ctrl+Shift+Enter was used to create it rather than a normal Enter.
Flash Fill: barely a shortcut, but transformative
Ctrl+E triggers Flash Fill, which analyzes a pattern you've started typing in adjacent cells (splitting a full name into first and last, extracting a domain from an email address, reformatting a date) and automatically completes the rest of the column based on that inferred pattern. This isn't a formula — it's closer to intelligent autocomplete for structured data transformation — and it eliminates an enormous amount of what would otherwise require a nested formula or a manual find-and-replace pass. See the formulas category page for more formula-adjacent shortcuts.
Quick Analysis and instant charting
Ctrl+Q opens the Quick Analysis tool for a selected range, giving instant access to common formatting, chart, and total options without navigating the ribbon. While it's not a fully keyboard-driven workflow end-to-end, triggering it by keyboard rather than hunting for the small floating icon that otherwise appears after a selection saves a genuine amount of friction for anyone who builds quick visual summaries of data regularly.
Conditional formatting shortcuts worth knowing
While Excel doesn't expose a single default shortcut for opening the Conditional Formatting dialog directly, combining Alt-key ribbon access (Alt, then the sequence shown when the ribbon's letter overlays appear) with a saved Quick Access Toolbar button is worth setting up if you apply conditional formatting frequently, since it turns a multi-click ribbon navigation into a two-or-three-key sequence. Once a conditional formatting rule exists, Ctrl+` combined with careful use of the Format Painter (accessible via Ctrl+C then Paste Special's formatting-only option) lets you propagate a rule's visual logic to other ranges considerably faster than rebuilding the rule from scratch each time. See the formatting category page for the broader formatting shortcut set this builds on.
Navigating between open workbooks
Ctrl+Tab (Ctrl+F6 in some versions) cycles between open Excel workbook windows — distinct from Ctrl+PageUp/PageDown, which switches between worksheet tabs within the same workbook. Anyone building a report that pulls from multiple source files benefits from having both of these fully automatic and clearly distinguished in muscle memory, since confusing the two is a common source of 'wait, where did my other file go' confusion.
Google Sheets: the same philosophy, different specific keys
Google Sheets mirrors much of Excel's core shortcut logic but diverges in specific combinations for several power-user features — for instance, Ctrl+Alt+M inserts a comment directly (versus Excel's Shift+F2 for a legacy comment or a different combination for modern threaded comments), and Sheets' native support for regex-based Find and Replace (Ctrl+H, then enabling the regex option) is a genuinely different and more powerful default than Excel's find-and-replace, worth knowing about if your work involves pattern-based cleanup of large datasets.
If your work has moved partly into database-style or BI tools
A meaningful amount of what used to be pure spreadsheet work has shifted toward tools like Airtable, which blends spreadsheet-like grid editing with database structure — its own shortcut set for record navigation and field editing is worth learning as a related but distinct skill if your team has moved structured data work there. On Mac specifically, Numbers users should note its shortcut set differs meaningfully from Excel's in several places despite superficial similarity, since Apple designed Numbers around a different underlying document model (multiple free-floating tables per sheet, rather than one grid per sheet). For analysts whose work extends into dashboarding and business intelligence beyond raw spreadsheet manipulation, Power BI has its own distinct shortcut set for report navigation and filter interaction, worth learning as a genuinely separate skill from spreadsheet formula work rather than an extension of it.
Turning these into habits
Unlike the core shortcut list, these techniques are worth adding one at a time to an already-solid shortcut foundation, since several of them (F8 extend-selection mode, Flash Fill) are genuinely different interaction patterns rather than simple key combinations, and trying to adopt several at once tends to produce worse retention than adding them individually as specific needs come up in real work. The Shortcut Trainer covers the core Excel shortcut set these techniques build on top of — worth having fully automatic before layering these less common ones in.