⌥+⌃AltPlusCtrl

Google Sheets Collaboration Shortcuts

Collaboration is where Sheets earns its keep as genuinely distinct from Excel rather than just a free clone of it — comments, version history, and per-cell edit tracking exist because Sheets was designed from the start around several people editing the same file simultaneously, a use pattern desktop Excel only partially replicates even with its own more recent co-authoring features.

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.
Comments (Ctrl+Alt+M on Windows, Cmd+Option+M on Mac) attach a full threaded conversation to a specific cell, letting collaborators reply back and forth and @mention a specific person to notify them directly — this exact key combination is shared across Sheets, Docs, and Slides deliberately, so the muscle memory transfers cleanly across the whole Workspace suite rather than each app inventing its own binding. Notes (Shift+F2) are the lighter-weight alternative: a single-author annotation attached to a cell with no reply thread and no notification sent to anyone else, best suited for a private reminder or brief context you want visible on hover without starting an actual discussion. The distinction matters in practice — reaching for a full comment when a simple note would do clutters the sheet's comment history with threads nobody ever needed to reply to. Version history (Ctrl+Alt+Shift+H) opens the complete revision timeline for the spreadsheet, using the identical key combination to Google Docs, and lets you preview or fully restore any earlier saved version — genuinely valuable in a heavily collaborative sheet where tracking down exactly when and by whom a specific change was made can otherwise mean guessing based on memory alone. Showing a specific cell's edit history (Option+Shift+H on Mac, a right-click context option on Windows that varies slightly by version) narrows that same investigative question down to one cell specifically — who last changed this exact value and when — which is considerably faster than scanning the full document-wide version history timeline when you already know precisely which cell's value you're questioning. Beyond the shortcuts themselves, a few collaboration-specific behaviors are worth understanding since they shape how these shortcuts actually get used day to day. Sheets shows other collaborators' cursor positions and current selections in real time with colored indicators, and the underlying operational-transform syncing generally merges near-simultaneous edits gracefully rather than one person's change silently overwriting another's — though it's still good practice on a heavily shared operational spreadsheet to communicate who's editing which section, since visual awareness of colored cursors only helps if people are actually paying attention to them while deep in their own edits. Protecting specific cells or ranges (Data > Protected sheets and ranges) is a related, menu-driven safeguard rather than a keyboard shortcut, letting you restrict editing on formula cells or headers to specific people — commonly used to prevent a well-meaning but less spreadsheet-fluent collaborator from accidentally overwriting a formula while still allowing them full access to enter data in the cells actually meant for input. Sharing permissions themselves — who can view, comment, or edit a given spreadsheet — sit one layer above the collaboration shortcuts covered here, configured through the Share button rather than any keyboard binding, but they directly affect what a given collaborator can actually do with the shortcuts on this page: someone with comment-only access can still use Ctrl+Alt+M to leave feedback, but the editing-focused shortcuts elsewhere on this site's Sheets pages simply won't apply any change for them regardless of which key they press, since Sheets checks permission level server-side before allowing an edit to persist, similar in spirit to how Zoom or Teams gate host-only meeting controls behind a permission check rather than a client-side restriction. A last practical note on comment threads specifically: resolving a comment (available from within the comment thread itself, with no dedicated keyboard shortcut) marks a discussion as settled and collapses it out of the active comment view, while still preserving the full thread in a separate resolved-comments history — useful for keeping a heavily-commented, actively reviewed spreadsheet's visible comment count meaningfully representative of what still needs attention, rather than letting resolved feedback continue cluttering the same view as genuinely open questions. It's also worth understanding how comments and notes differ in where they actually live. A note is stored as a lightweight annotation directly attached to the cell itself and travels with that cell if it's moved, copied, or referenced — it has no independent identity outside the cell. A comment, by contrast, is a genuine threaded object with its own participants, reply history, and resolved state, more comparable to a small ticket than a sticky note, which is why comments support @mentions and email notifications to specific people while notes deliberately don't — notes are meant to stay private and low-friction, while comments are explicitly built for pulling a specific collaborator's attention toward a specific cell.