⌥+⌃AltPlusCtrl

Google Sheets Keyboard Shortcuts

Google Sheets deliberately mirrors a large portion of Excel's shortcut set, since so many users migrate between the two or use both depending on context, but it diverges meaningfully in a few specific areas — particularly around how it handles function insertion and its browser-native sharing and commenting features, which have no real desktop-software equivalent in the same form. Anyone fluent in Excel will find Sheets immediately familiar for navigation and basic formatting, with the differences concentrated in formula entry and collaboration. Teams that live inside Google Workspace by default, particularly smaller companies without a Microsoft 365 license, use Sheets as their primary spreadsheet tool rather than as a secondary or occasional tool, and for that audience the collaboration shortcuts (comments, version history, cell edit history) matter just as much day-to-day as the formula shortcuts, since a shared operational spreadsheet edited by several people simultaneously is a completely different use pattern than a single-author Excel workbook. Data validation and named ranges matter disproportionately in Sheets compared to a typical single-author Excel workbook, since a shared operational spreadsheet edited by many people benefits far more from constrained dropdown inputs and readable formula references than a spreadsheet only one person will ever touch. Because Sheets runs entirely in the browser rather than as native desktop software, a handful of its shortcuts are also shaped by which keys the browser itself is willing to hand over to the page, which is a constraint Excel never has to work around.

Navigation

ActionWindowsMacDescription
Jump to cell A1Ctrl+HomeCmd+Home (or Fn+Ctrl+Left)Sends the active cell straight to A1 regardless of scroll position, mirroring Excel's identical shortcut and behaving the same way even when panes are frozen — it lands on the first unfrozen cell rather than literal A1 in that case, just like Excel.
Jump to last used cellCtrl+EndCmd+EndSheets calculates this from the sheet's current dimensions rather than a fixed cell, so pasting data past your table's edge or applying formatting to an empty row silently pushes this destination further out — a common cause of a spreadsheet that scrolls much further than the visible data suggests it should.
Jump to the edge of a data regionCtrl+Arrow keyCmd+Arrow keySkips to the last non-empty cell in that direction before hitting a blank cell, identical behavior to Excel and the single most useful shortcut for moving around a large table quickly.
Switch to next/previous sheet tabCtrl+Alt+PgDn / Ctrl+Alt+PgUpOption+Cmd+Right / Option+Cmd+LeftCycles between sheet tabs without touching the mouse, differing from Excel's binding (Ctrl+PgUp/PgDn) since Sheets reserves those specific keys for the browser's own tab-switching in some contexts.
Select current data regionCtrl+A (inside a contiguous data block, first press)Cmd+A (inside a contiguous data block, first press)The first press of Select All while your cursor sits inside a contiguous table selects just that table's data region rather than the whole sheet; a second press expands the selection to every cell in the sheet, a two-stage behavior Excel's Ctrl+A shares but Sheets applies slightly more consistently across data shapes.

Formulas Data

ActionWindowsMacDescription
Insert SUM formula (AutoSum)Alt+=Cmd+Shift+=Adds a SUM formula with its best-guess range of adjacent cells already filled in, using the identical key Excel binds on Windows, though Excel on Mac maps this to Shift+Cmd+T instead.
Toggle formula viewCtrl+`Cmd+`Switches the sheet to display formula text instead of calculated results, identical in purpose and key combination to Excel's equivalent shortcut.
Toggle absolute/relative referenceF4 (while editing a formula)Cmd+T or Fn+F4Cycles a cell reference through absolute and relative states while editing a formula, matching Excel's behavior closely though Sheets' F4 cycling order can differ slightly by locale and version.
Fill downCtrl+DCmd+DFills the selection downward from its top row, identical behavior and key combination to Excel's Ctrl+D.
Open Data Validation dialogData menu > Data validation (no default global key)Opens the dialog for restricting what values can be entered into a cell or range, like a dropdown list of approved options, commonly used to keep a shared operational spreadsheet's data consistent across many contributors.
Define a named rangeData menu > Named ranges (no default global key)Assigns a readable name to a specific cell range, letting formulas reference that name instead of a raw range address, improving formula readability especially in a heavily shared, collaboratively edited spreadsheet.
Open Explore panelCtrl+Alt+Shift+XCmd+Option+Shift+XOpens Sheets' Explore sidebar, which auto-generates suggested charts, pivot tables, and summary statistics based on the selected data, a feature with no direct Excel equivalent bound to a keyboard shortcut in the same way.
Create a filterCtrl+Shift+LCmd+Shift+LTurns on filter controls across the header row of the selected range, letting anyone viewing the sheet narrow visible rows by column value — distinct from a Filter View, which is a saved, personal filtering configuration that doesn't change what collaborators see.

Formatting Structure

ActionWindowsMacDescription
Insert row aboveCtrl+Alt+Shift+= (varies) or right-click menuCmd+Option+Shift+=Inserts a new blank row directly above the currently selected row, shifting existing rows downward.
Insert column to the leftCtrl+Alt+Shift+= (varies) or right-click menuCmd+Option+Shift+=Inserts a new blank column to the left of the currently selected column, following the equivalent chorded shortcut pattern to inserting a row.
Toggle text wrapping in cellVia toolbar wrap icon (no default global key)Toggles whether long cell content wraps to multiple visible lines within the cell or overflows/truncates, controlled through the toolbar wrap-text button rather than a bound keyboard shortcut.
Freeze row(s)View menu > Freeze (no default global key)Locks selected rows in place so they stay visible while scrolling through a long sheet, commonly used to keep column headers on screen, set through the View menu rather than a bound shortcut.
Toggle boldCtrl+BCmd+BBolds the selected cells' text content, identical to the same shortcut in Excel, Docs, and virtually every other text-editing app.
Open format options (number format)Ctrl+Shift+1 (apply number format) or Format menuCmd+Shift+1Applies a standard number format directly rather than opening a single unified dialog the way Excel's Ctrl+1 does — Sheets instead spreads number formatting across a handful of individual quick-apply shortcuts (Ctrl+Shift+1 through Ctrl+Shift+8 in some layouts) plus the Format menu for anything more custom, since Sheets has no single all-in-one formatting dialog equivalent to Excel's Format Cells.

Collaboration Sheets

ActionWindowsMacDescription
Insert a commentCtrl+Alt+MCmd+Option+MAttaches a threaded comment to the active cell, matching the same key combination used in Google Docs and Slides for consistency across the Workspace suite.
Insert a noteShift+F2Shift+Fn+F2Attaches a simple note (not a threaded comment) to the active cell, useful for a quick annotation that doesn't require a reply thread the way a full comment does.
Open version historyCtrl+Alt+Shift+HCmd+Option+Shift+HOpens the full revision history for the spreadsheet, identical key combination to Google Docs, letting you preview and restore earlier versions.
Show edit history for a cellAlt+Shift+H (right-click context, varies)Option+Shift+HShows who last edited a specific cell and when, useful in heavily collaborative spreadsheets for tracking down when and by whom a particular value changed.

Frequently Asked Questions

Why does the AutoSum shortcut differ between Windows and Mac unlike most other shortcuts?

Google Sheets' Mac AutoSum binding (Cmd+Shift+=) follows a slightly different convention than Excel's Mac binding (Shift+Cmd+T), even though both apps use the same key on Windows (Alt+= in Sheets, Alt+= in Excel). This is simply a result of the two companies independently choosing different Mac-specific bindings rather than any technical constraint forcing the difference.

What's the difference between a note and a comment in Sheets?

A note is a simple, single-author annotation attached to a cell with no reply or threading capability — useful for a private reminder or quick context. A comment is a full threaded conversation that other collaborators can reply to and that can be assigned to a specific person with an @mention, designed for actual back-and-forth discussion about that cell's content.

Can I use Excel muscle memory directly in Google Sheets?

For the most common shortcuts — navigation (Ctrl+Arrow, Ctrl+Home), fill down/right, basic formatting — yes, since Sheets deliberately mirrors Excel closely for these. Formula entry, AutoSum on Mac, and most collaboration features diverge enough that you'll hit occasional friction if you're switching between the two frequently, particularly with anything involving comments, sharing, or version history, which have no direct Excel equivalent at all.

Why does a formula that works fine in Excel sometimes produce a different result in Sheets?

Most common functions behave identically, but subtle differences exist in a handful of functions (particularly around date/time handling, certain statistical functions, and how array formulas are entered), so a complex formula copied directly from Excel occasionally needs minor adjustment to work identically in Sheets, even though the shortcut for entering and editing formulas is largely the same.

Why do some keyboard shortcuts get intercepted by the browser instead of reaching Sheets?

Sheets lives inside a browser tab rather than running as its own standalone application, and certain key combinations the browser claims for itself (like Ctrl+W for closing a tab, or Ctrl+T for opening a new one) can't be reliably overridden by Sheets, which is why a small number of shortcuts you might expect to work inside the spreadsheet instead trigger a browser-level action if focus or timing lines up a certain way. This is also why Sheets' sheet-switching shortcut differs from Excel's — Ctrl+PgUp/PgDn is reserved by several browsers for switching between open tabs, so Sheets binds sheet navigation to a different combination entirely to avoid the conflict.

What does the Explore panel actually do, and is there anything like it in Excel?

Explore analyzes the currently selected data range and automatically suggests relevant charts, pivot table configurations, and summary statistics you might want, functioning as a lightweight AI-assisted starting point for data analysis — Excel has its own separate Ideas/Analyze Data feature that serves a broadly similar purpose, but the two aren't identical in their suggestions or interface, and Sheets binds Explore to its own dedicated keyboard shortcut.

Why doesn't Sheets have a single Format Cells dialog like Excel's Ctrl+1?

Sheets spreads formatting controls across the Format menu and toolbar rather than consolidating everything into one modal dialog the way Excel does, and its keyboard shortcuts for formatting reflect that split — a handful of quick-apply number-format shortcuts exist, but there's no single keystroke that opens a comprehensive formatting dialog covering number format, borders, and alignment simultaneously the way Ctrl+1 does in Excel.