Microsoft Excel vs Google Sheets: Keyboard Shortcuts Compared
Excel and Google Sheets share enough shortcut DNA that switching between them rarely feels jarring for the basics — both use Ctrl+Arrow for jumping across data, Ctrl+D for fill down, and Ctrl+1 for formatting. The real differences show up in two places: how each handles AutoSum on Mac, where the two products genuinely diverge, and in the features that simply don't have a counterpart at all, since Excel's desktop-native heritage and Sheets' browser-native, collaboration-first design pull their respective shortcut sets in different directions outside the core overlap.
| Action | Microsoft Excel | Google Sheets | Note |
|---|---|---|---|
| Jump to edge of data | Ctrl+Arrow | Ctrl+Arrow | Identical behavior in both. |
| AutoSum (Windows) | Alt+= | Alt+= | Identical on Windows. |
| AutoSum (Mac) | Shift+Cmd+T | Cmd+Shift+= | Genuinely different bindings — a common source of muscle-memory mistakes. |
| Fill down | Ctrl+D | Ctrl+D | Identical. |
| Format Cells dialog | Ctrl+1 | Ctrl+1 | Identical. |
| Toggle formula view | Ctrl+` | Ctrl+` | Identical. |
| Insert threaded comment | — | Ctrl+Alt+M | Excel has no equivalent default shortcut; commenting is mouse-driven. |
| Insert PivotTable | Alt+N,V (Win only) | — | Neither offers a true single-key default; Excel at least has a ribbon access-key chain on Windows. |
Where they're nearly identical
Navigation shortcuts are the strongest overlap: Ctrl+Home, Ctrl+End, Ctrl+Arrow, and Ctrl+G (Go To) behave the same way in both apps, which makes sense since Sheets was built explicitly to make Excel users feel at home. Fill down (Ctrl+D) and fill right (Ctrl+R) are identical as well, and basic formatting — Ctrl+B for bold, Ctrl+1 for the format dialog — carries over directly. If your daily shortcut use is limited to navigating and editing a normal data table, you genuinely won't notice much difference switching between the two.
Where they genuinely diverge
AutoSum is the clearest example of real divergence: on Windows, both use Alt+= identically, but on Mac, Excel uses Shift+Cmd+T while Sheets uses Cmd+Shift+=, a difference that has nothing to do with technical constraints and everything to do with the two companies independently choosing different Mac bindings. F4's absolute-reference cycling also behaves slightly differently in edge cases between the two, particularly around locale settings, which can trip up formula-heavy users moving between them.
Features with no real counterpart
Excel's PivotTable creation, while lacking any default keyboard shortcut on either platform, represents a depth of analysis tooling that Sheets' equivalent (also mouse-driven) doesn't quite match in sophistication. Conversely, Sheets' real-time collaborative editing shortcuts — inserting threaded comments (Ctrl+Alt+M), viewing edit history per cell, and the deeply integrated version history (Ctrl+Alt+Shift+H) — reflect a browser-native, multiplayer-first design that Excel only approximates through its more recent co-authoring features, which feel layered onto a fundamentally single-user-oriented shortcut set rather than built around collaboration from day one.
Verdict
If you're choosing based on shortcuts alone, the decision really comes down to what kind of work dominates your day. Heavy formula auditors and PivotTable users will find Excel's deeper analysis tooling worth the friction of its less collaboration-native shortcut set. Teams that live in real-time co-editing — multiple people in the same sheet simultaneously, threaded comments, frequent version comparisons — will find Sheets' shortcuts more naturally support that workflow, since they were designed around it from the start rather than added later. Most people who use both regularly report the Mac AutoSum difference as the single most persistent muscle-memory trap worth deliberately unlearning.
FAQ
Can I use Excel shortcuts in Google Sheets without remapping anything?
For the large overlap of navigation, fill, and basic formatting shortcuts, yes — they work identically out of the box. For AutoSum on Mac specifically, and for anything collaboration-related, you'll need to learn Sheets' actual bindings since there's no compatibility mode that remaps one to the other.
Does Google Sheets support custom keyboard shortcuts the way Excel supports macros bound to keys?
Not in the same way — Excel lets you record a macro and assign it to a custom keyboard shortcut through the Developer tools. Google Sheets has Apps Script for automation, but binding a custom script to an arbitrary keyboard shortcut isn't a native built-in feature the way it is in Excel, requiring more workaround-style approaches involving add-ons or browser extensions.
See full references: Microsoft Excel shortcuts · Google Sheets shortcuts