⌥+⌃AltPlusCtrl

How to Jump to Cell A1 in Excel

Windows: Ctrl+Home
Mac: Cmd+Home (or Fn+Ctrl+Left)
The fastest way back to the top-left of a worksheet is Ctrl+Home on Windows or Cmd+Home on Mac (laptop Mac keyboards without a dedicated Home key need Fn+Ctrl+Left, or you can remap it under System Settings > Keyboard). This single keystroke sends the active cell to A1 from anywhere in the sheet — no matter how far you've scrolled or which cell was last selected. There's a nuance worth knowing: if you've frozen panes (View > Freeze Panes), Ctrl+Home doesn't necessarily go to literal A1. Instead it goes to the first unfrozen cell, which is the top-left cell of the scrollable region below/right of your frozen rows and columns. If row 1 and column A are frozen as headers, Ctrl+Home from anywhere in the data area takes you to B2, not A1, because A1 and the frozen row/column are already always visible. A second nuance involves filtered or hidden data. If row 1 itself is hidden or filtered out, Ctrl+Home still targets the worksheet's logical A1 — Excel will select it even though you may not see it highlighted clearly if it's in a hidden row, so don't assume nothing happened just because the highlight isn't obviously visible. **Alternative methods**: You can also type A1 into the Name Box (the small field to the left of the formula bar) and press Enter, which works identically but requires using the mouse to click into the Name Box first — slower than the keyboard shortcut for a task you'll repeat constantly. The Ctrl+G (Go To) dialog also accepts A1 as a destination and has the advantage of remembering your last few destinations, useful if you're bouncing between two specific spots in a large sheet repeatedly rather than always returning to the very start. **Related shortcuts**: Ctrl+End is the natural counterpart, jumping to the last used cell in the sheet rather than the first. Together, Ctrl+Home and Ctrl+End give you the two anchor points of any worksheet, useful for quickly gauging how large a dataset actually is — press Ctrl+End and read the cell reference shown in the Name Box to see exactly how many rows and columns contain data. **When this matters**: This shortcut is most useful in two situations — after scrolling deep into a large dataset and losing track of where you are, and right before saving or sending a file to someone else, since returning to A1 means the recipient opens the workbook at the top instead of wherever your cursor happened to land last. **Mistake to avoid**: assuming Ctrl+Home always lands on literal cell A1 regardless of workbook state — as covered above, frozen panes redirect it to the first unfrozen cell instead, and it's a common point of confusion when someone else's workbook has frozen headers and Ctrl+Home doesn't appear to do what a colleague described. **Using it across multiple open windows**: if you have the same workbook open in two windows (via View > New Window) to view different parts of a large sheet simultaneously, Ctrl+Home in one window only affects that window's active cell and scroll position, leaving the other window's view completely undisturbed — useful for keeping one window anchored near the top for reference while freely navigating the other. **A speed comparison worth internalizing**: for a worksheet with thousands of rows, Ctrl+Home is meaningfully faster than scrolling manually even with a mouse wheel at maximum scroll speed, since scrolling is proportional to distance while Ctrl+Home is a constant-time jump regardless of how far down or right you've navigated — the time savings compound significantly across a full day of repeated navigation in large workbooks.

Related shortcuts