⌥+⌃AltPlusCtrl

How to Open Format Cells Fast in Excel (Ctrl+1)

Windows: Ctrl+1
Mac: Cmd+1
Ctrl+1 (Cmd+1 on Mac) opens the Format Cells dialog directly, regardless of which ribbon tab is currently active, which makes it one of the most repeated keystrokes among heavy Excel users. The dialog itself has six tabs — Number, Alignment, Font, Border, Fill, and Protection — covering nearly every formatting option Excel has, in one place, rather than spread across multiple ribbon groups. **Why it beats the ribbon for most formatting work**: The Home ribbon exposes the most common formatting buttons (bold, a handful of number formats, basic borders) but anything beyond the basics — a custom number format like showing negative numbers in red parentheses, a diagonal cell border, or specific text rotation — requires opening this same dialog anyway. Reaching it directly via Ctrl+1 is faster than clicking a small launcher arrow in the corner of a ribbon group, especially if you're not sure which group (Font, Alignment, or Number) contains the launcher for the setting you need. **Custom number formats**: The Number tab's Custom category is where Ctrl+1 earns its keep. Typing a format code like `#,##0;[Red](#,##0)` displays positive numbers normally and negative numbers in red with parentheses — a common accounting convention that has no ribbon button at all and is only accessible through this dialog. **One gotcha**: If you're currently in cell-edit mode — meaning you just typed something and the cursor is blinking inside the cell rather than the cell merely being selected — Ctrl+1 doesn't open the dialog at all. It types the literal character "1" into the cell instead, because the keystroke gets captured by the text-entry cursor rather than reaching the application-level shortcut handler. Press Escape first to exit edit mode, then Ctrl+1 works normally. **Alternative methods**: Right-click any selected cell and choose Format Cells from the context menu achieves the same dialog, useful if your hands are already on the mouse, but for repeated formatting work across many ranges, the keyboard shortcut is meaningfully faster since it doesn't require relocating the cursor to a specific menu item each time. **Related shortcuts**: A handful of quick-format keys — currency, percentage, and a few others — apply a preset version of that format instantly with no dialog at all, which wins on speed whenever the built-in defaults are close enough to what you need — but the moment you need a non-default decimal count, currency symbol, or custom format string, you're back to Ctrl+1. **Navigating the dialog by keyboard once open**: pressing Ctrl+Tab cycles through the six tabs (Number, Alignment, Font, Border, Fill, Protection) without needing the mouse, useful if you frequently need to touch two different tabs in the same formatting pass, like setting a custom number format on the Number tab and then immediately adding a border on the Border tab for the same selection. **Mistake to avoid**: applying a custom number format that only changes how a number displays can lead people to forget the underlying value is unchanged — formatting a cell to show '0' instead of '0.499' doesn't round the actual stored value, it only changes its visual display, and any formula referencing that cell still calculates using the true unrounded number, which occasionally produces sums that look inconsistent with what's visually displayed until you understand this distinction. **Protection tab's easily-missed role**: the Protection tab controls whether a cell is locked when sheet protection is later enabled, but locking individual cells here does nothing on its own — it only takes effect once you separately enable Protect Sheet from the Review tab, a two-step process that trips up anyone expecting the Protection tab checkbox alone to immediately restrict editing.

Related shortcuts