3 Ways to Add in Excel - wikiHow (2024)

Explore this Article

methods

1Using the Plus Sign

2Using the SUM Function

3Using AutoSum for Columns and Rows

Other Sections

Tips and Warnings

Related Articles

References

Article Summary

Written byNicole Levine, MFA

Last Updated: May 15, 2024Fact Checked

Need to find the sum of a column, row, or set of numbers in Excel? Microsoft Excel comes with many mathematical functions, including multiple ways to add sets of numbers. This wikiHow article will teach you the easiest ways to add numbers, cell values, and ranges in Microsoft Excel.

Quick Guide: Adding Numbers in Excel

  1. Optional: Add numbers to cells in your document (such as A1 and B1).
  2. Select the cell that should contain the final sum.
  3. Type an equals sign (=).
  4. Type an addition equation using numbers or cell references (i.e. 1+2 or A1+B1).
  5. Press enter to run the formula and see the resulting sum.

Method 1

Method 1 of 3:

Using the Plus Sign

Download Article

  1. 1

    Click the cell in which you want to display the sum.

  2. 2

    Type an equal sign =. This indicates the beginning of a formula.[1]

    Advertisem*nt

  3. 3

    Type the first number you want to add. If you would rather add the value of an existing cell instead of typing a number manually, just click the cell you want to include in the equation. Otherwise, you can type a number manually.[2]

    • For example, if you click cell C3, the value of C3 will be the first number in your equation. If you type 1, the number 1 will be the first number in your equation.
  4. 4

    Type a + sign.[3]

  5. 5

    Type another number select another cell. This adds the second number or value to your equation.[4]

    • You can add multiple cells or numbers at once if you'd like—just separate each number or address with another + sign.
    • For example, if you want to find the sum of cells C3, D4, and E5, your formula will look like this =C3+D4+E5.
    • If you want to add 1 plus 1, your formula will look like this: =1+1 .
    • You can add other operations, such as subtraction or multiplication, in the same equation. In this example, we'll add the values of C3 and D4 and then subtract 2: =C3+D4-2
  6. 6

    Press Enter or Return. Now you'll see the sum of the added numbers or values in the selected cell.

  7. Advertisem*nt

Method 2

Method 2 of 3:

Using the SUM Function

Download Article

  1. 1

    Click the cell in which you want to display the sum. The SUM function works like using the plus + sign, but is a bit easier to work with when you're adding multiple cells and ranges.

  2. 2

    Type an equal sign followed by the word SUM =SUM. This indicates the beginning of the SUM formula.[5]

  3. 3

    Type an opening parenthesis (. Your formula should now look like this: =SUM(.[6]

  4. 4

    Select the range of cells you want to add. Click and drag over all of the cells you want to add together. For example, if you want to add the values of all cells from A1 through A10, select all of those cells now.[7]

    • You can also select multiple columns and rows here. To select multiple non-adjacent columns and/or rows, hold down the Control key and as you select each range.
    • You don't have to select entire ranges with the SUM function—you can also enter individual numbers or cell addresses.
  5. 5

    Type a clothing parenthesis ). This finishes the formula.[8]

    • Your formula should now look something like this: =SUM(B4,B8)
      • In this example, we've selected cells B4 through B8
    • If you selected non-adjacent ranges, each range will be separated by a comma. In this example, we selected B4 through C8 (two adjacent columns) and E4 through E5: =SUM(B4:C8,E4:E5)
  6. 6

    Press Enter or Return. The sum of the selected range now appears in this cell.

  7. Advertisem*nt

Method 3

Method 3 of 3:

Using AutoSum for Columns and Rows

Download Article

  1. 1

    Click the cell immediately below or next to the values you want to add. AutoSum will automatically create a formula that adds the values of an adjacent column or row.[9]

    • For example, if you want to add the values of cells A:2 through A:10, you would click cell A11.
    • You can also add multiple columns or rows at the same time by selecting multiple cells. For example, to display the sums of values in columns A, B, and C, you could select cells A11, B11, and C11.
  2. 2

    Click the AutoSum icon on the Home tab Σ. It's the Sigma icon (which looks like an "E") on the Home tab at the top of Excel. A formula will then appear in the selected cell.[10]

  3. 3

    Press Enter or Return. Now you'll see the results of the formula in the cell.

    • If you selected multiple blank cells, you'll see each individual column or row's value in the selected cells.
  4. Advertisem*nt

Common Questions: Adding Up Numbers in Excel

How do I use the SUM formula in Excel?

Click into the cell you want to add the formula. In the formula bar, type =SUM(). Between the parentheses, add the numbers you want to add. You can use cell references and ranges as well.

Can I add an entire column in Excel?

Yes, you can include a cell range in a SUM formula. For example, =SUM(A1:A10) would add together all the numbers in column A from the first to the tenth cell and give you the resulting sum.

How do I subtract in Excel?

You can simply write =#-#, where the # symbol is replaced by numbers or cell references. You can also use the SUM function. Type =SUM(#-#), where the # is again replaced with numbers or cell references. Despite being the SUM function, you can use it to do other mathematical operations besides adding numbers together.

Tips

  • Use the SUMIF function to add cells that match certain criteria. For example, if you wanted to find the sum of all cells in A2 through A:10 that are greater than 1, you'd use =SUMIF(A2:A10, ">1").[11]

    Thanks

    Helpful0Not Helpful0

Submit a Tip

All tip submissions are carefully reviewed before being published

Submit

Thanks for submitting a tip for review!

3 Ways to Add in Excel - wikiHow (19)

Advertisem*nt

You Might Also Like

How to Label the Axes of an Excel GraphHow toAlphabetize Cells in Excel
How to Merge Cells in Microsoft Excel: A Quick GuideHow toRecover a Corrupt Excel FileHow to Create a Graph in ExcelHow to Use If‐Else in Microsoft Excel: Step-by-Step TutorialHow toUnprotect an Excel SheetHow to Fix Ethernet Doesn't Have a Valid IP Configuration on WindowsHow toMake a Spreadsheet in ExcelHow to Combine Columns in Excel Without Losing DataHow toCreate a Mortgage Calculator With Microsoft ExcelHow toInsert Pictures in Excel That Automatically Size to Fit CellsHow toLink Sheets in Excel

Advertisem*nt

References

  1. https://support.microsoft.com/en-us/office/add-and-subtract-numbers-c3f02baa-5142-40d6-86e3-70ac0a8de9be
  2. https://support.microsoft.com/en-us/office/add-and-subtract-numbers-c3f02baa-5142-40d6-86e3-70ac0a8de9be
  3. https://support.microsoft.com/en-us/office/add-and-subtract-numbers-c3f02baa-5142-40d6-86e3-70ac0a8de9be
  4. https://support.microsoft.com/en-us/office/add-and-subtract-numbers-c3f02baa-5142-40d6-86e3-70ac0a8de9be
  5. https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89
  6. https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89
  7. https://support.microsoft.com/en-us/office/use-the-sum-function-to-sum-numbers-in-a-range-323569b2-0d2b-4e7b-b2f8-b433f9f0ac96
  8. https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89
  9. https://support.microsoft.com/en-us/office/use-autosum-to-sum-numbers-543941e7-e783-44ef-8317-7d1bb85fe706

More References (2)

About This Article

3 Ways to Add in Excel - wikiHow (34)

Written by:

Nicole Levine, MFA

wikiHow Technology Writer

This article was co-authored by wikiHow staff writer, Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions. This article has been viewed 166,443 times.

How helpful is this?

Co-authors: 9

Updated: May 15, 2024

Views:166,443

Categories: Microsoft Excel

Article SummaryX

1.Use a plus sign to write out formulas like this: =4+5
2.Use the SUM formula to add values from one or more ranges.
3.Use AUTOSUM to automatically find the total of a column or row.

Did this summary help you?

In other languages

Spanish

Russian

Chinese

French

Indonesian

Dutch

  • Print
  • Send fan mail to authors

Thanks to all authors for creating a page that has been read 166,443 times.

Is this article up to date?

Advertisem*nt

3 Ways to Add in Excel - wikiHow (2024)

FAQs

What are the three ways to SUM in Excel? ›

Click into the cell at the end of the list you want to add (below or next to the given numbers). In Windows, press Alt and = at the same time. On a Mac, press Command and Shift and T at the same time. Or on any computer, you can select the Autosum button from the Excel menu/ribbon.

What is the easiest way to add in Excel? ›

One quick and easy way to add values in Excel is to use AutoSum. Just select an empty cell directly below a column of data. Then on the Formula tab, click AutoSum > Sum. Excel will automatically sense the range to be summed.

How to do addition in Excel step by step? ›

Select a cell next to the numbers you want to sum, select AutoSum on the Home tab, press Enter, and you're done. When you select AutoSum, Excel automatically enters a formula (that uses the SUM function) to sum the numbers.

What are the three different ways of entering data in Excel? ›

Following are some ways of entering data in the excel cells:
  • Type directly into the cell.
  • One can also use formula bar to enter data into the cell.
  • Excel can speed up your data entry work through autocomplete.
  • Autofill is another option to enter data.
Dec 7, 2019

What is the three SUM method? ›

01 Approach
  1. Sort the array ARR.
  2. Create a 2D array 'ans' to store all the triplets.
  3. For loop 'idx' in range 0 to N-3. If idx equal to 0 or ARR at (idx-1) and ARR at idx are not equal. Set left = idx+1, right = N-1 and sum as -ARR[idx]. while(left < right) If ARR at left + ARR at right equal to sum. ...
  4. Return ans.
Nov 24, 2022

How do I SUM types in Excel? ›

The SUM function adds values. You can add individual values, cell references or ranges or a mix of all three. For example: =SUM(A2:A10) Adds the values in cells A2:10.

How do you sum if in Excel? ›

The SUMIFS function is a premade function in Excel, which calculates the sum of a range based on one or more true or false condition. It is typed =SUMIFS : =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2] ...)

How do you add and in Excel formula? ›

The AND function is a premade function in Excel, which returns TRUE or FALSE based on two or more conditions. It is typed =AND and takes two or more conditions. Note: The AND function is often used together with the IF function. The conditions are referred to as [logical1] , [logical2] , and so on.

What are the 3 basic types of entries in Excel? ›

Answer. There are three types of data in Excel: text, value, or formula. This is the type of data you enter into cells.

What are the three 3 elements of functions in Microsoft Excel? ›

The parts of a function

The basic syntax for a function is an equals sign (=), the function name (SUM, for example), and one or more arguments. Arguments contain the information you want to calculate. The function in the example below would add the values of the cell range A1:A20.

What are the three main data types in Excel? ›

4 Excel data types
  • Number data. Data is this category includes any kind of number. ...
  • Text data. This kind of data includes characters such as alphabetical, numerical and special symbols. ...
  • Logical data. Data in this type is either TRUE or FALSE, usually as the product of a test or comparison. ...
  • Error data.
Sep 22, 2023

What are the options for SUM formula in Excel? ›

Give it a try
Data
FormulaDescriptionResult
=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
7 more rows

How do you SUM three conditions in Excel? ›

Excel SUMIFS function - syntax & usage

SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], …) The first 3 arguments are mandatory, additional ranges and their associated criteria are optional. sum_range - one or more cells to sum, required.

How do I SUM three criteria in Excel? ›

SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
  1. =SUMIFS(A2:A9,B2:B9,"=A*",C2:C9,"Tom")
  2. =SUMIFS(A2:A9,B2:B9,"<>Bananas",C2:C9,"Tom")

Top Articles
Latest Posts
Article information

Author: Kerri Lueilwitz

Last Updated:

Views: 5909

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Kerri Lueilwitz

Birthday: 1992-10-31

Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

Phone: +6111989609516

Job: Chief Farming Manager

Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.