Comparisons & Guides Last updated: 2026-08-20

The Ultimate Excel & Google Sheets Formula Shortcuts Cheat Sheet

Master essential keyboard shortcuts for financial modeling speed: toggling cell references ($), jumping arrays, auditing formulas, and formatting.

Quick Answer & Formula
Excel Sheets Beginner
F4 (Win) / Cmd+T (Mac): Cycle absolute reference $ | Ctrl+~: Show formulas mode

The most essential formula shortcut is F4 (Windows) or Cmd+T (Mac) while editing a formula to cycle through absolute cell references ($A$1 -> A$1 -> $A1 -> A1). To toggle showing all formulas on screen, press Ctrl + ` (tilde).

The Ultimate Excel & Google Sheets Formula Shortcuts Cheat Sheet

Speed and efficiency in spreadsheet modeling rely on minimizing mouse usage and leveraging keyboard shortcuts.


⚡ Master Shortcut Speed Table

Action / CapabilityWindows ShortcutMac ShortcutDescription
Cycle Reference Locking ($)F4Cmd + TCycles $A$1 $\rightarrow$ A$1 $\rightarrow$ $A1 $\rightarrow$ A1
Edit Active CellF2Enter / Ctrl + UEnters cell formula edit mode
Toggle Show Formulas`Ctrl + “`Ctrl + “Displays all formulas instead of values
AutoSumAlt + =Cmd + Shift + TInstantly creates =SUM(...) across range
Format as PercentageCtrl + Shift + %Ctrl + Shift + %Formats as 0.0%
Format as Currency ($)Ctrl + Shift + $Ctrl + Shift + $Formats as $#,##0.00
Format as DateCtrl + Shift + #Ctrl + Shift + #Formats as DD-MMM-YY
Insert Current DateCtrl + ;Cmd + ;Hardcodes today’s date timestamp
Insert Current TimeCtrl + Shift + ;Cmd + Shift + ;Hardcodes current time timestamp
Fill Down from AboveCtrl + DCmd + DCopies formula from cell directly above
Fill Right from LeftCtrl + RCmd + RCopies formula from cell directly left
Open Name ManagerCtrl + F3Cmd + F3Create and manage named ranges & Lambdas
Evaluate Formula Step-by-StepAlt + M + VAudits complex nested formulas step-by-step
Trace Precedents (Arrows)Ctrl + [Ctrl + [Jumps directly to cells referenced by formula
Jump to Edge of Data BlockCtrl + ArrowCmd + ArrowJumps to first/last populated row/column
Select to Edge of Data BlockCtrl + Shift + ArrowCmd + Shift + ArrowSelects continuous block of formula data

🎯 Pro Tip: The F4 Power Habit

When writing any lookup (XLOOKUP, VLOOKUP, INDEX/MATCH) or aggregation (SUMIFS, COUNTIFS), highlight the range with your cursor and press F4 once immediately. This guarantees your lookup tables remain locked with dollar signs ($A$2:$D$100) when dragging formulas across rows.

?

Frequently Asked Questions

How do I toggle between showing formulas and showing calculation values?

Press Ctrl + ` (backtick/tilde, usually above the Tab key).

What is the shortcut to edit an active cell?

Press F2 on Windows, or Enter / Ctrl+U on Mac.