Open links in new tab
    • Work Report
    • Email
    • Rewrite
    • Speech
    • Title Generator
    • Smart Reply
    • Poem
    • Essay
    • Joke
    • Instagram Post
    • X Post
    • Facebook Post
    • Story
    • Cover Letter
    • Resume
    • Job Description
    • Recommendation Letter
    • Resignation Letter
    • Invitation Letter
    • Greeting Message
    • Try more templates
  1. How to Use SUM Function in Excel (6 Easy Examples)

      1. Using Sum Range. Let’s consider the dataset of some foods with their name, …
      2. Using Entire Column. Instead of using a specific range, we can use a whole …
      3. Summing Non-Contiguous Cells. Now let’s say we want to get a sum of some …
      4. Using AutoSum Feature. Excel provides an option named AutoSum to make …
      5. Summing Every Nth Row. Using the SUM function in the formula we can …
  2. Use the SUM function to sum numbers in a range

    You can use a simple formula to sum numbers in a range (a group of cells), but the SUM function is easier to use when you’re working with more than …

  3. Excel SUM Function: A Quick Guide with Examples …

    Jun 12, 2024 · Whether you’re wondering how to use the SUM function in Excel, need to add multiple cells, or want to learn advanced SUM formulas, …

  4. Help from Microsoft

    You can use a simple formula to sum numbers in a range (a group of cells), but the SUM function is easier to use when you’re working with more than a few numbers. For example =SUM(A2:A6) is less likely to have typing errors than =A2+A3+A4+A5+A6.

    Here’s a formula that uses two cell ranges: =SUM(A2:A4,C2:C3) sums the numbers in ranges A2:A4 and C2:C3. You’d press Enter to get the total of 39787.

    To create the formula:

    1. Type =SUM in a cell, followed by an opening parenthesis (.

    2. To enter the first formula range, which is called an argument (a piece of data the formula needs to run), type A2:A4 (or select cell A2 and drag through cell A6).

    3. Type a comma (,) to separate the first argument from the next.

    4. Type the second argument, C2:C3 (or drag to select the cells).

    5. Type a closing parenthesis ), and then press Enter.

    Each argument can be a range, a number, or single cell references, all separated by commas.

    • =SUM(A2:A4,2429,10482)

    • =SUM(4823,A3:A4,C2:C3)

    • =SUM(4823,12335,9718,C2:C3)

    • =SUM(A2,A3,A4,2429,10482)

    Tip

    If you need to sum columns or rows of numbers next to each other, use AutoSum to sum numbers.

    Give it a try

    If you want to play around with our sample data, here’s some data to use.

    You can see how the SUM function works by copying the following table into a worksheet and pasting it into cell A1.

    Data

    -5

    15

    30

    '5

    TRUE

    Formula

    Description

    Result

    =SUM(3, 2)

    Adds 3 and 2.

    5

    =SUM("5", 15, TRUE)

    Adds 5, 15 and 1. The text value "5" is first translated into a number, and the logical value TRUE is first translated into the number 1.

    21

    =SUM(A2:A4)

    Adds the values in cells A2 through A4.

    40

    =SUM(A2:A4, 15)

    Adds the values in cells A2 through A4, and then adds 15 to that result.

    55

    =SUM(A5,A6, 2)

    Adds the values in cells A5 and A6, and then adds 2 to that result. Because non-numeric values in references are not translated — the value in cell A5 ('5) and the value in cell A6 (TRUE) are both treated as text — the values in those cells are ignored.

    2

    Need more help?

    You can always ask an expert in the Excel Tech Community or get support in Communities.

    See moreSee more
    See lessSee less
  5. SUM formulas in Excel - Step by Step Tutorial

      • Sum Range. Most of the time, you'll use the SUM function in Excel to sum a …
      • Sum Entire Column. You can also use the SUM function in Excel to sum an …
      • Sum Non-contiguous Cells. You can also use the SUM function in Excel to …
      • AutoSum. Use AutoSum or press ALT + = to quickly sum a column or row of …
      • Conditional Sum. The SUMIF function in Excel returns a conditional sum. 1. …
  6. SUM Function in Excel - Overview, Formula, How to …

    To enter the SUM function manually, type “=SUM” followed by the arguments. The alternative steps to enter the SUM excel function are listed as follows: …

  7. SUM Excel Function - Formula, Examples, How To …

    Guide to SUM Excel Function. Here we learn to use the SUM () formula in excel with examples, troubleshooting, and a downloadable template.

  8. How to Use SUM Function in Excel: A Comprehensive Beginner's …

    Jun 21, 2024 · Discover how to use the SUM function in Excel with our comprehensive beginner's guide. Learn step-by-step instructions to simplify your data calculations effortlessly.

  9. How to Sum in Excel: A Full Guide - DataCamp

    May 23, 2025 · Let’s look at five ways to sum your data. The SUM() function is one of the easiest ways to add data in Excel. You can use it to total …