What is the keyboard shortcut to do an autosum? A practical Excel guide
Master the Autosum shortcut in Excel across Windows and Mac. Learn Alt+=, dynamic ranges, table references, and practical tips with worked examples. A Shortcuts Lib educational guide for fast data summing.

To insert an autosum in Excel, use the keyboard shortcut Alt+= on Windows. This immediately creates a SUM formula that adds the numbers above the active cell. According to Shortcuts Lib, this is the fastest way to total a contiguous range. On macOS, AutoSum shortcuts vary by version, so rely on the Sum function or menu options when needed.
What Autosum Is and Why It Matters
Autosum is a quick, keyboard-driven way to total a range of numbers without manually typing a SUM formula. In Excel, the shortcut Alt+= on Windows triggers the AutoSum sequence, inserts a SUM formula in the active cell, and selects the range to be totaled. The efficiency payoff is tangible: you avoid dragging with the mouse, reduce keystrokes, and accelerate data validation, dashboards, and quick tallies. According to Shortcuts Lib, mastering autosum shortcuts can noticeably speed up routine data tasks across worksheets and workbooks. In practice, you’ll typically sum a tall column of numbers or a row of values, then press Enter to commit. Example formulas below show both single-range and multi-range usage.
=SUM(A1:A10)=SUM(A:A)=SUM(A1:A10, C1:C10)The first sums a contiguous block, the second covers an entire column, and the third combines two ranges for a composite total.
language_id
sections
fields
// Examples illustrate the core idea - a quick look at typical autosum formulas.
Steps
Estimated time: 15-25 minutes
- 1
Position the cursor under the numbers to sum
Click or use the arrow keys to place the active cell directly below the column of values you want to total. If summing a row, place the cursor to the right of the row.
Tip: Setting the correct target cell saves you from post-commit corrections. - 2
Invoke AutoSum
Press Alt+= on Windows to trigger the AutoSum sequence. Excel inserts a SUM formula and selects the adjacent range automatically.
Tip: If your data isn’t perfectly contiguous, you can adjust the range before pressing Enter. - 3
Confirm the formula
Press Enter to commit the formula. The active cell now shows the total, and the formula is visible in the formula bar.
Tip: Always verify the range after AutoSum to catch inclusions/exclusions. - 4
Extend to non-adjacent areas
If you need to sum multiple non-contiguous blocks, edit the formula to include extra ranges, separated by commas.
Tip: Example: =SUM(A1:A10, C1:C10)
Prerequisites
Required
- Required
- Basic knowledge of formulas, especially SUM and cell referencesRequired
Optional
- Optional
- Familiarity with keyboard shortcuts (e.g., Alt+=)Optional
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Insert AutoSumIn Excel, places SUM formula in the active cell and selects the range above/left depending on data orientation | Alt+= |
Questions & Answers
What is the keyboard shortcut for AutoSum in Excel on Windows?
The standard Windows shortcut is Alt+=, which inserts a SUM formula for the adjacent data. After triggering AutoSum, adjust the range if needed and press Enter to commit.
On Windows, press Alt+= to insert AutoSum quickly, then confirm the range and press Enter.
Can AutoSum be used for an entire column or multiple ranges?
Yes. You can sum an entire column with =SUM(A:A). For multiple ranges, combine ranges separated by commas, e.g., =SUM(A1:A10, C1:C10).
Use =SUM with a full column reference for broad totals, or separate ranges with commas for multiple blocks.
Is there a universal AutoSum shortcut for Mac?
Mac shortcut behavior varies by version and installation. If Alt+= doesn’t work, use Data > AutoSum or type the SUM formula manually, then press Return.
Mac users should check the Data menu’s AutoSum option or type =SUM(...) manually.
What if a cell in the range contains text?
AutoSum ignores text in numeric ranges and sums only numeric cells. If a range contains inconsistent data types, verify the results manually.
Text doesn’t break the sum—it’s ignored, but always double-check results.
How can I sum non-adjacent cells quickly?
Use multiple ranges in SUM, like =SUM(A1:A10, E1:E10). You can also use SUMIF for conditional sums.
For non-adjacent data, list multiple ranges inside SUM or use conditional SUMIF.
Main Points
- Use Alt+= to insert AutoSum on Windows
- Sum entire columns with =SUM(A:A)
- Combine multiple ranges with =SUM(range1, range2)
- For non-adjacent data, edit the AutoSum formula directly
- On Mac, shortcuts may vary; use the AutoSum menu path as fallback