Resources · Keyboard Shortcuts

Excel keyboard shortcuts, including the locale differences.

Most Excel shortcuts are universal, but some — in particular the letter-based Ctrl+X family on German keyboards — are localized and trip up users moving between regions. This page lists the critical bindings, with the German alternatives where they differ.

Universal shortcuts (function keys)

F-keys behave the same on every Excel locale.

ShortcutAction
F2Edit the active cell, cursor at the end.
F4Cycle through absolute / mixed / relative reference styles.
F5Go To dialog — jump to a cell or named range.
F9Calculate now (forces re-evaluation).
Shift+F9Calculate the active sheet only.
Ctrl+Alt+F9Full rebuild: forces every cell to recalculate, even unchanged ones.
F12Save As dialog.
Alt+=Insert SUM for the contiguous range above or to the left.
Ctrl+;Insert today's date as a static value.
Ctrl+Shift+:Insert the current time as a static value.

Universal shortcuts (Ctrl combinations)

These work on the English, German, French and Spanish builds of Excel — but the German variants of format and find/replace change letter, see the next section.

ShortcutAction
Ctrl+C / X / VCopy / cut / paste.
Ctrl+Z / YUndo / redo.
Ctrl+SSave.
Ctrl+PPrint.
Ctrl+ASelect current region; press again for whole sheet.
Ctrl+HomeJump to A1.
Ctrl+EndJump to the last used cell.
Ctrl+ArrowJump to edge of current data region.
Ctrl+Shift+ArrowExtend selection to edge of region.
Ctrl+Page Up / Page DownSwitch to previous / next worksheet.
Ctrl+TConvert selection to a structured table.
Ctrl+LSame as Ctrl+T (legacy binding).
Ctrl+Shift+LToggle AutoFilter on the selection.
Ctrl+F1Toggle the ribbon.
Ctrl+F3Open the Name Manager.
Ctrl+Shift+EnterCommit a legacy array formula. Modern dynamic arrays do not require this.

Shortcuts that differ on German Excel

The biggest source of confusion when using a German Excel installation: several letter-based shortcuts follow the German command name rather than the English one.

ActionEnglish ExcelGerman Excel
BoldCtrl+BStrg+F  (Fett)
ItalicCtrl+IStrg+K  (Kursiv)
UnderlineCtrl+UStrg+U
FindCtrl+FStrg+F  (same letter, different command)
ReplaceCtrl+HStrg+H
Fill downCtrl+DStrg+U  (nach Unten ausfüllen)
Fill rightCtrl+RStrg+R
New workbookCtrl+NStrg+N
Open fileCtrl+OStrg+O
Format Cells dialogCtrl+1Strg+1
Insert hyperlinkCtrl+K(use ribbon — Strg+K is taken by Italic)

On French and Spanish Excel the bold/italic bindings follow the English convention (Ctrl+G for bold in French — Gras — is the one notable exception).

Selection and navigation

ShortcutAction
Ctrl+SpaceSelect entire column.
Shift+SpaceSelect entire row.
Ctrl++Insert cells / rows / columns dialog.
Ctrl+-Delete cells / rows / columns dialog.
Alt+;Select only visible cells (after a filter).
Ctrl+9 / 0Hide row / column.
Ctrl+Shift+9 / 0Unhide row / column.

Power-user paste-special

Even modern Excel preserves the legacy menu shortcut Alt+E, S for Paste Special — useful because the keystrokes complete in muscle memory before the dialog renders.

SequenceResult
Alt+E, S, VPaste Values only.
Alt+E, S, TPaste Formats only.
Alt+E, S, FPaste Formulas only.
Alt+E, S, ETranspose option (toggle in the dialog).
Alt+E, S, DAdd — pastes values added to the existing target cells.

On a German Excel build the menu mnemonics differ: Alt+B, I opens the same Paste Special dialog (Bearbeiten → Inhalte einfügen).