0Pricing
Excel Formulas Academy · Lesson

AutoSum and Quick Calculations

Use the AutoSum shortcut to total columns and rows without typing the full formula.

AutoSum and Quick Calculations is a free Excel Formulas Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Excel Formulas Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Let the Sheet Write the Formula

You now know how to type SUM and AVERAGE by hand. But spreadsheets offer an even faster way for the most common task: AutoSum.

AutoSum is a button that guesses the range you want to total and writes the =SUM(...) formula for you. One click and your column or row is added up.

In this lesson you will learn AutoSum and a few other quick-calculation shortcuts.

Finding the AutoSum Button

In Microsoft Excel, AutoSum lives on the Home tab and again on the Formulas tab. Its icon is the Greek letter sigma, which looks like a stretched E.

Click the cell where you want the total to appear, then click AutoSum. Excel highlights the numbers above or to the left and inserts a SUM formula.

Press Enter to accept it.

=SUM(B2:B10)

The Keyboard Shortcut

The fastest way to AutoSum is the keyboard. Click the empty cell just below a column of numbers, then press:

Alt and = together (on Windows), or Cmd and Shift and T on a Mac.

The spreadsheet instantly writes =SUM(...) with the detected range. Press Enter to confirm.

This shortcut quickly becomes second nature for daily totaling.

=SUM(B2:B10)

How AutoSum Guesses

AutoSum looks at the cells directly above the active cell. If it finds a column of numbers, it proposes summing them.

If there are no numbers above, it looks to the left for a row of numbers instead.

Its guess is shown as a highlighted range before you confirm. Always glance at the highlight, because the guess is not always exactly what you want.

=SUM(B2:B10)

Fixing the Guessed Range

Sometimes AutoSum grabs too few or too many cells. After you click AutoSum, the suggested range is selected and editable.

Just drag over the correct cells, or type the range you want, before pressing Enter.

For example, if it suggested =SUM(B3:B10) but you also need B2, drag the selection up to include it: =SUM(B2:B10).

=SUM(B2:B10)

Totaling Many Columns at Once

AutoSum can fill several totals in one move. Select the empty row beneath a block of data, spanning all the columns you want to total.

Then click AutoSum once. The spreadsheet writes a separate SUM under each column at the same time.

This is a huge time-saver for tables with monthly columns or many categories side by side.

=SUM(B2:B10)

AutoSum Is Not Just SUM

Click the small arrow next to the AutoSum button and a menu appears with more quick functions:

  • Average for the mean
  • Count Numbers for how many numbers
  • Max for the largest value
  • Min for the smallest value

Each one writes the matching formula for the detected range, so AutoSum is a shortcut for several functions, not only SUM.

=AVERAGE(B2:B10)

AutoSum in Google Sheets

Google Sheets has the same feature. After selecting a range of numbers, look at the bottom-right status bar, which already shows the Sum, Average, Min, Max, and Count.

To write a formula, type =SUM( in a cell and Sheets suggests the range with a tooltip. Press Tab or Enter to accept the suggestion.

The result is the same SUM formula you would type yourself.

=SUM(B2:B10)

Instant Answers in the Status Bar

For a quick peek without writing any formula, just select a range of numbers. Both Excel and Google Sheets show live results along the bottom edge of the window.

You will see the Sum, Average, and Count update instantly as you change your selection.

This is perfect when you only want to glance at a total and do not need it saved in a cell.

A Worked Example

You have sales in B2:B8 and want a total in B9. Click B9, press the AutoSum shortcut, and the spreadsheet writes =SUM(B2:B8) with B2:B8 highlighted.

The highlight matches your data, so you press Enter. The total appears in B9 in seconds, no typing required.

If you later add a row at B9 pushing the total down, the formula range adjusts automatically.

=SUM(B2:B8)

When to Type Instead

AutoSum is great for simple, contiguous columns and rows. But for anything unusual, typing is clearer:

  • Totaling separate ranges, like =SUM(A2:A5, C2:C5).
  • Mixing ranges and single cells.
  • Skipping a row you do not want included.

Use AutoSum for speed on neat data, and type your own SUM when the layout is more complex.

=SUM(A2:A5, C2:C5)

Quick Check

Test your understanding of AutoSum.

Recap: AutoSum

You learned to total data with a single click:

  • AutoSum (the sigma button) writes =SUM(...) for the detected range.
  • The shortcut is Alt and = on Windows.
  • Its dropdown also offers Average, Count, Max, and Min.
  • Selecting any range shows live totals in the status bar of both Excel and Google Sheets.

You have now mastered SUM, AVERAGE, mixing ranges, and AutoSum. Great work on your first built-in functions.

=SUM(B2:B8)

Frequently asked questions

Is the “AutoSum and Quick Calculations” lesson free?

Yes — the full text of “AutoSum and Quick Calculations” is free to read here on the web, and the Excel Formulas Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Excel Formulas Academy course, upgrade to CoddyKit PRO.

What will I learn in “AutoSum and Quick Calculations”?

Use the AutoSum shortcut to total columns and rows without typing the full formula. You practise Excel Formulas Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Excel Formulas Academy?

No prior experience is required. Excel Formulas Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “AutoSum and Quick Calculations” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Excel Formulas Academy lesson?

Yes. Every Excel Formulas Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Totaling Numbers With SUM
  2. Finding the Mean With AVERAGE
  3. Mixing Ranges and Single Cells in SUM
  4. AutoSum and Quick Calculations
← Back to Excel Formulas Academy