wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 17 people, some anonymous, worked to edit and improve it over time.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 410,455 times.
Learn more...
Using the SUM function in Excel is an easy way to save yourself lots of time.
Easiest Way to SUM in Excel
Select the cell next to the numbers you want to add, click the AutoSum button on the Home tab, then press enter—Excel will automatically create a formula to add up the numbers.
Steps
-
Decide what column of numbers or words you would like to add up.[1]
-
Select the cell where you'd like the answer to populate.[2]Advertisement
-
Type the equals sign then SUM. Like this: =SUM.[3]
-
Type out the first cell reference, then a colon, then the last cell reference. Like this: =Sum(A2:A4).[4]
-
Press enter. Excel will add up the numbers in cells A2 to A4.
-
To add a complete column or row of numbers, use AutoSum. Click into the cell at the end of the list you want to add (below or next to the given numbers).[5]
- 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.
-
Confirm that the highlighted cells are the ones you want to add up.[6]
-
Press enter for the result.
-
Place your mouse pointer to the bottom right of the cell you just finished adding up, to add up multiple columns. The pointer will turn into a thick black cross.
-
Hold down your left mouse button. Keep it held down as you drag it across all of the cells you wish to add.[7]
-
Move your mouse pointer over the last cell, then let go of the button. Excel will AutoFill the rest of the formulas for you!
Community Q&A
-
QuestionHow can I create a source data using auto sum for the total?Community AnswerThe function =SUM(Column and row to start, Column and row to end) in the cell you wish. E.g., =SUM(B2:B7).
-
QuestionHow do I use the Sum function to add cells B5, B6, B9, B11?Community Answer=SUM(B5, B6, B9, B11).
-
QuestionHow do I add a cell to a sum formula?Community AnswerYou can use =SUM(A1, B1). If you already have the above, find the name of the cell, add a comma to the end, and type in the name. An alternative to these is to type "=SUM" and then click and drag the items you would like to be included. Don't forget the closing parenthesis!
Video
Tips
-
Once you start typing after the = sign, Excel will present you with a drop down list of available functions. Click once with the left mouse button, in this case, on SUM to highlight it.Thanks
-
Think of the colon as the word TO, for example, B4 TO B7Thanks
References
- ↑ https://support.microsoft.com/en-us/office/use-the-sum-function-to-sum-numbers-in-a-range-323569b2-0d2b-4e7b-b2f8-b433f9f0ac96
- ↑ https://support.microsoft.com/en-us/office/use-the-sum-function-to-sum-numbers-in-a-range-323569b2-0d2b-4e7b-b2f8-b433f9f0ac96
- ↑ https://support.microsoft.com/en-us/office/use-the-sum-function-to-sum-numbers-in-a-range-323569b2-0d2b-4e7b-b2f8-b433f9f0ac96
- ↑ https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89
- ↑ https://support.microsoft.com/en-us/office/use-autosum-to-sum-numbers-543941e7-e783-44ef-8317-7d1bb85fe706
- ↑ https://support.microsoft.com/en-us/office/use-autosum-to-sum-numbers-543941e7-e783-44ef-8317-7d1bb85fe706
- ↑ https://support.microsoft.com/en-gb/office/copy-and-paste-a-formula-to-another-cell-or-worksheet-in-excel-for-mac-4d4cd9ca-c3b4-4be6-b5e5-90165dbbf453
About This Article
The easiest way to find the sum of a column or row of numbers is to use Excel’s AutoSum feature. Start by clicking the first empty cell below your data if summing a column, or the first empty cell next to your data if summing a row. On the Home tab, click the AutoSum button on the toolbar. This displays the SUM formula in the cell and highlights the cells to be added. Press the Enter or Return key on your keyboard to see the sum of the selected cells. You can also use the SUM function in your own formulas to add values. Let’s say you want to add the values of two cells in different columns, A2 and C5. First, click the cell where you’d like the sum to appear. Then, type an equals sign, followed by the word SUM. Immediately after, type a left parenthesis, and then the address of the first cell, A2. Next to that, type a comma, followed by the address of the other cell in your equation, C5. Type a right parenthesis immediately after that to end the formula, and then press the Enter or Return key to see the results. If you want to add more than two numbers, just type another comma after the last cell address, followed by the next cell to add. To get the sum of a range of cells, separate the cell addresses at the beginning and end of the range with a colon. You could also replace the comma with other operators, such as a forward-slash to divide, an asterisk to multiply, or a minus sign to subtract.