Excel vs Google Sheets: the shortcuts that match and the ones that change

30 tasks · 22 with a documented equivalent in both · updated 2026-08-23

Google Sheets deliberately copied most of Excel's keyboard layer, so navigation, selection, fill, date/time insertion, F2, F4 and Ctrl + ` are identical in both. The first half of the table is the part you do not have to relearn. The second half is where they part ways, and the pattern is consistent: Excel binds number formats to Ctrl + Shift plus the symbol on the number key (! $ % #), while Google Sheets binds them to Ctrl + Shift plus the digit itself (1 4 5 3). Same keys, different shift state.

TaskExcelGoogle Sheets
Edit cellF2F2
Go to A1Ctrl + HomeCtrl + Home
Last cellCtrl + EndCtrl + End
Go to cell / rangeCtrl + GCtrl + G
Select columnCtrl + SpaceCtrl + Space
Select rowShift + SpaceShift + Space
Insert rows/columnsCtrl + Shift + +Ctrl + Shift + +
Delete rows/columnsCtrl + -Ctrl + -
Fill downCtrl + DCtrl + D
Fill rightCtrl + RCtrl + R
Today's dateCtrl + ;Ctrl + ;
Current timeCtrl + Shift + :Ctrl + Shift + :
Toggle absolute referenceF4F4
Show formulasCtrl + `Ctrl + `
Find / ReplaceCtrl + HCtrl + H
Bold / Italic / UnderlineCtrl + BCtrl + B
StrikethroughCtrl + 5Alt + Shift + 5
Number formatCtrl + Shift + !Ctrl + Shift + 1
Currency formatCtrl + Shift + $Ctrl + Shift + 4
Percent formatCtrl + Shift + %Ctrl + Shift + 5
Date formatCtrl + Shift + #Ctrl + Shift + 3
Paste values onlyCtrl + Shift + V
Array formulaCtrl + Shift + Enter
Smart fillCtrl + E
Format Cells dialogCtrl + 1
AutoSumAlt + =
Create tableCtrl + T
Toggle filterCtrl + Shift + L
Hide columnsCtrl + 0Ctrl + Shift + 0
New sheetShift + F11

Some features exist on only one side. Excel's Format Cells dialog (Ctrl + 1), AutoSum (Alt + =), table creation (Ctrl + T), filter toggle (Ctrl + Shift + L) and new-sheet key (Shift + F11) have no single-shortcut equivalent in Sheets; Sheets' paste-values-only (Ctrl + Shift + V), Smart Fill (Ctrl + E) and array-formula entry (Ctrl + Shift + Enter) are the ones Excel users ask about when they switch. Strikethrough is Ctrl + 5 in Excel and Alt + Shift + 5 in Sheets.

Hiding rows and columns is the one place the two tables disagree in a way that is easy to get wrong: Excel hides columns with Ctrl + 0 and rows with Ctrl + 9, with Ctrl + Shift added to unhide; Sheets lists Ctrl + Shift + 0 and Ctrl + Shift + 9 for hiding, and browser keyboard handling can intercept some of these combinations. The full tables on each tool's page list the rest of the formatting, workbook and formula shortcuts.

Full references: Excel (90) · Google Sheets (44) · all comparisons