• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member

5 Excel SUM Function Tricks

You are here: Home / Excel Formulas / 5 Excel SUM Function Tricks
January 6, 2022 by Mynda Treacy

I know you’re probably thinking that everyone knows how to use the SUM function, but I’m willing to bet that most people don’t know all the shortcuts and tricks I’m about to show you. These are SUM function tricks you can use every day, and some also apply to all Excel functions.

Watch the Video

Subscribe YouTube

Download Workbook

Enter your email address below to download the sample workbook.

By submitting your email address you agree that we can email you our Excel newsletter.
Please enter a valid email address.

Download the Excel Workbook and follow along. Note: This is a .xlsx file please ensure your browser doesn't change the file extension on download.

Excel SUM Function Tricks

Trick 1: AutoSum

AutoSum detects the range you want to sum by looking for rows/columns adjacent to the cell you have selected that contain numbers. You’ll find it on the home tab:

Excel AutoSum

However, I find the keyboard shortcut ALT+= easier to use.

Tip: Select the whole table plus a blank row and column for the sum formulas and ALT+= to automatically enter the SUM formulas for each row and column:

Excel Sum Function Tricks

Bonus tip: you can select non-contiguous ranges and press ALT+= to insert multiple AutoSums – see video for demo.

Trick 2: CTRL shortcut for non-contiguous ranges

If you want to sum non-contiguous cells, hold the CTRL key while you select the cells with your mouse to have Excel automatically insert the comma separators for you. This works for other functions too.

Bonus tips not in the video from Bob Umlas - AutoSum Subtotals: To insert a Grand Total for a range of cells containing sub-totals, select the whole range including the cell you want your grand total in > ALT+=

AutoSum Subtotals

Or simply SUM the entire range and divide by 2 e.g. using the example data above in cell C47 enter this formula:

=SUM(C16:C45)/2

Trick 3: Running Total

To insert a running total reference the first cell in the range, then Absolute reference the first cell in the range before copying the formula down:

Excel running total

Trick 4: SHIFT for 3D ranges

Sum multiple contiguous sheets by selecting the cell on the first sheet and while holding the SHIFT key, select the last sheet in the range:

Excel 3D Sum formula

Caution: This will sum all sheets from Jan to Dec. If you drag another sheet inside this range, it will also be included in the sum.

Trick 5: Insert multiple SUM formulas in one go with CTRL+ENTER

Select all the cells you want your SUM formulas in, then enter the first formula and CTRL+ENTER to complete the formula:

Excel Sum Function Tricks

If you have a SUM tip or trick, please share it in the comments below.

More Excel Formulas Posts

excel formula by example

Excel Formula by Example

Excel can now write a formula by example. Simply give it an example or two of the result and Excel will write the formula.
ai-aided excel formula editor

AI Aided Excel Formula Editor

Save time with this free AI Excel formula editor add-in that writes, edits, improves and interprets formulas for you!
top excel functions for data analysts

Top Excel Functions for Data Analysts

Must know Excel Functions for Data Analysts and what functions you don’t have to waste time learning and why.
excel advanced formula environment

Excel Advanced Formula Environment

Excel Advanced Formula Environment is a long awaited, new improved way to write, name and store Excel formulas.
Pro Excel Formula Writing Tips

Pro Excel Formula Writing Tips

Must know Excel formula writing tips, tricks and tools to make you an Excel formula ninja, including a new formula editor.
excel shaping arrays

New Array Shaping Excel Functions

The Excel Shaping Array Functions makes it easier than ever to reshape arrays and ranges using these purpose built functions
excel nested if functions what not to do

Excel IF Formulas and What Not To Do

Excel IF formulas can get out of hand when you nest too many IFs. Not only do they become unwieldy they’re difficult for anyone to understand
excel image function

Excel IMAGE Function

The Excel IMAGE Function enables you to embed images in a cell using a formula. It supports BMP, JPG/JPEG, GIF, TIFF, PNG, ICO, and WEBP files

Excel VSTACK and HSTACK Functions

New Excel VSTACK and HSTACK functions makes combining arrays of cells easy and with some clever tricks we can extend their capabilities.
identify overlapping dates and times in excel

Identify overlapping dates and times in Excel

How to identify overlapping dates and times in Excel with a formula that checks a range of cells. Works with Dates and Times.


Category: Excel Formulas
Previous Post:power query keyboard shortcutsPower Query Keyboard Shortcuts to Save Time
Next Post:Introduction to DAX MeasuresIntroduction to DAX

Reader Interactions

Comments

  1. Johnny Poonan

    June 30, 2022 at 10:26 pm

    Hi
    Please assist me with a countifs formulae
    STATUS No of Quotes Value of Quotes
    Accepted 4 0
    Pending 3 0
    ReQuote 1 0
    Cancelled 2 0
    Total Quotes Issued 10
    QUOTE NO DATE CUSTOMER VALUE STATUS
    160285 2022-06-10 Unilever R 2 500.00 Accepted
    160286 2022-06-11 Sab R 1 680.00 Accepted
    160287 2022-06-12 Colgate R 1 120.00 Pending
    160288 2022-06-14 Cipla R 3 600.00 ReQuote
    160289 2022-06-20 Unilever R 850.00 Cancelled
    160290 2022-06-21 Cipla R 925.00 Pending
    160291 2022-06-22 Sab R 865.00 Cancelled
    160292 2022-06-24 Unilever R 340.00 Accepted
    160293 2022-06-24 Unilever R 2 800.00 Pending
    160294 2022-06-25 Unilever R 1 468.00 Accepted

    Reply
    • Mynda Treacy

      July 2, 2022 at 8:21 am

      Hi Johnny,

      Please see this COUNTIFS tutorial. If you get stuck please post your question on our Excel forum where you can also upload a sample file and we can help you further.

      Reply
  2. Brian Murphy

    January 9, 2022 at 6:35 pm

    This is great!!

    Can I access the workbook to practice?

    Reply
    • Mynda Treacy

      January 9, 2022 at 9:48 pm

      Glad you liked it, Brian. Please see the link to the workbook in the post above which I’ve just added.

      Reply
  3. Ahmed Mahrous

    January 8, 2022 at 12:17 am

    Everything else

    Reply
  4. Ben McClave

    January 8, 2022 at 12:00 am

    I will definitely add ALT+= to my list, thanks!

    May not be as fast as keyboard shortcuts, but the Quick Analysis toolbar can add not only SUM, but AVERAGE, COUNT, % TOTAL and RUNNING TOTAL to rows or columns. Also, if you are just interested in getting an idea of those numbers without actually adding the formulas, it gives you a preview of the result. Just highlight the range with your numbers and click the Quick Analysis icon that pops up on the lower right of your selection.

    Great post as usual, thanks again!

    Reply
    • Mynda Treacy

      January 8, 2022 at 10:03 am

      Great to hear, Ben! Thanks for sharing your tips too.

      Reply
  5. Andrei Columban

    January 7, 2022 at 3:14 am

    Thanks so much Mynda for another great & clear how to!
    Here are some other useful tricks:

    Example 1: Summarize absolute values
    {=SUM(ABS(A1:A4))} – this is an array formula; the curly braces don’t need to be manually typed, as they are automatically inserted by using CTRL+SHIFT+ENTER
    Example 2: Summarize the last 10 values in a list (cell A1 is header)
    =SUM(OFFSET(A1,ROWS($A$2:$A$25),0,-10))
    Example 3: Summarize intersection of ranges
    =SUM(B2:F6 D4:H8)
    Example 4: Summarize only the integer part of the numbers from a list
    {=SUM(TRUNC(A1:A4))} – this is an array formula (see previous note)
    Example 5: Summarize Top 5 numbers from a list
    {=SUM(LARGE(A1:A10,{1,2,3,4,5}))} – this is an array formula (see previous note)
    or
    {=SUM(LARGE(A1:A10,ROW(INDIRECT(“1:5”))))} – this is an array formula (see previous note)
    Example 6: Summarize the digits of a number
    {=SUM(1*MID(A1,ROW(INDIRECT(“1:”&LEN(A1))),1))} – this is an array formula (see previous note)

    Reply
    • Mynda Treacy

      January 7, 2022 at 9:58 am

      Thanks so much for sharing, Andrei!

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Current ye@r *

Leave this field empty

Sidebar

More results...

Featured Content

  • 10 Common Excel Mistakes to Avoid
  • Top Excel Functions for Data Analysts
  • Secrets to Building Excel Dashboards in Less Than 15 Minutes
  • Pro Excel Formula Writing Tips
  • Hidden Excel Double-Click Shortcuts
  • Top 10 Intermediate Excel Functions
  • 5 Pro Excel Dashboard Design Tips
  • 5 Excel SUM Function Tricks
  • 239 Excel Keyboard Shortcuts

100 Excel Tips and Tricks eBook

Download Free Tips & Tricks

Subscribe to Our Newsletter

Receive weekly tutorials on Excel, Power Query, Power Pivot, Power BI and More.

We respect your email privacy

239 Excel Keyboard Shortcuts

Download Free PDF

mynda treacy microsoft mvpHi, I'm Mynda Treacy and I run MOTH with my husband, Phil. Through our blog, webinars, YouTube channel and courses we hope we can help you learn Excel, Power Pivot and DAX, Power Query, Power BI, and Excel Dashboards.

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook
 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate

Support

  • Contact
  • Forum
  • Helpdesk – For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.

Download A Free Copy of 100 Excel Tips & Tricks

excel tips and tricks ebook

We respect your privacy. We won’t spam you.

x