×

SUM Functions in Excel

The BODMAS formula plays a vital role in the concept of mathematics. BODMAS rule follows the Bracket of Division, Multiplication, Addition and Subtraction. This rule is followed for a correct result, from simple to complex calculations. While doing the calculations manually, the rule is followed, but what if it is done in Excel?

Let’s have a look at the methods in the following steps.

What are Sum Functions in Excel?

The manual calculation takes time and sometimes leads to errors. One can derive a perfect result in Automatic calculations using required formulas. Excel provides default functions for mathematical calculations. Coming to the concept of addition, small numbers are easily added, but what if doing large calculations? Hence using a formula is an effective solution. As excel is widely used for wide applications, it provides default functions for mathematical calculations.

Here in this tutorial, let’s discuss using various Sum formulas in Excel.

1. How to use Sum Formula for adding certain range of cells?

To add the certain range of data in a cell, steps to be followed are,

Step 1: Enter the range of data in the cell.

Step 2: Select the cell where the result wants to display, and type the formula as =SUM(cell range). Here the cell range is mentioned as =SUM(A1:A10)

SUM Functions in Excel

From the above worksheet, the result is displayed as 259 using formula.

2. How to Sum the entire column using Formula?

In certain calculations, the users are supposed to sum the entire column. In such cases, the formulas are used to calculate the entire column.

Step 1: Enter the data in the spreadsheet.

Step 2: Select the cell to display the result and enter the formula as =SUM(A:A) where ‘A’ is the specified cell range. It varies according to user’s preference.

SUM Functions in Excel

From the above excel chart, when the formula is entered, the blue line selects the entire column of A. The result for entire column is displayed as shown below.

SUM Functions in Excel

3. How to sum the entire row using Formula?

To calculate the entire row, following methods are used.

Step 1: Enter the data in the spreadsheet.

Step 2: Select the cell to display the result and enter the formula as =SUM(3:3) where ‘3:3’ is the specified row range. It varies according to user’s preference.

SUM Functions in Excel

Here in the above worksheet, the sum of entire fifth row is calculated and the result is displayed as 30.

4. How to sum non – contagious cell?

Sometimes, in calculations the cell needs to be added for calculations. The cells are added without regular intervals which are not next to each other.  This is called non- contagious cell. Formulas used to sum the non-contagious cell are,

=SUM(Specified cell name)

Step1: Enter the data in the spreadsheet.

Step 2: Select the cell where you want to display the result. Enter the formula as =SUM (A2,A4,A6,A8,A10)

SUM Functions in Excel

Here the result for the particular cell range is displayed as 138 which is the sum of A2, A4, A6, A8 and A10.

5. How to use AutoSum Function?

AutoSum in Excel is used to sum the column or row of numbers quickly. To use AutoSum Function following steps are followed.

Step 1: Enter the data in the spreadsheet

SUM Functions in Excel

Step 2: Select the row or column of numbers to perform AutoSum function as shown in the above image.

Step 3: To execute Sum function in Excel, Choose AutoSum from Edit group in the Home Tab.

SUM Functions in Excel

Step 4: By choosing AutoSum the result will be automatically displayed in the required column.

SUM Functions in Excel

Step 5: One can choose AutoSum or by pressing (ALT+=). Similar method follows for adding the entire row.

Here is another example, how to sum the large sets of data in the Excel.

STEP 1: Enter the data in the Excel and select the data which to be added.

SUM Functions in Excel

Step 2: Press (ALT+=). This function implements 8 SUM Functions. It totals the value of row wise and column wise.

SUM Functions in Excel

6. How to Sum the range with Errors?

Sometimes, while adding a specified range, there is some error data in the cell. The sum and error function is used to sum the data except for the error data, and two functions, namely SUM and IFERROR, are used.

Step 1: Enter the data in the spreadsheet.

Step 2: Select the cell where the result wants to display and enter the formula as =SUM(IFERROR(A1:A7,0))

Step 3: After entering the formula press CTRL+SHIFT+ENTER.

SUM Functions in Excel

The result will be displayed as shown in the above worksheet which sums the value present in the text.

7. How to find Largest Numbers?

The data present in the cell is a combination of largest, smallest, even, odd, negative and positive. To sum the largest number, LARGE function is used. Here is an example to find the second largest number in the set of data present in the column.

 Step 1: Enter the data in the specified column.

SUM Functions in Excel

Step 2: Select the cell where you want to display the result and enter the formula as =LARGE (A1:A11, 2) where A1:A11 indicates the cell range and number 2 represents the second largest number.

SUM Functions in Excel

Here the second largest number is displayed as 100 among various numeric values. To find the first largest number replaces the number two with one. Similarly, the user can find the required large number in the values.

8. How to Sum Largest Numbers?

In previous method how to find the largest method is discussed. Here in this method lets discuss how to the sum the largest number.

Step 1: Enter the data in the worksheet.

SUM Functions in Excel

Step 2: Select the cell where the result want to display and type the formula as =SUM(LARGE(A1:A11,{1,2,3,4}))

SUM Functions in Excel

Here the result will be displayed as 1415, which is the sum of first four largest numbers as 1000+200+115+100=1415.

After inserting the formula in the cell, one can press Enter or by clicking CTRL+SHIFT+ENTER. The array function used in formula acts as a argument for the SUM function, which displays the result as 1415.

9. How to Sum Nth Row?

To sum the Nth row in a number, formula used is SUM, MOD and ROW. Sometimes the calculation needs to be sum nth row in the data. The steps to be followed to calculate the nth row of the data as follows.

Step 1: Enter the data in the spreadsheet

Step 2: Select the cell where the result want to display, enter the formula as {=SUM(A1:A11*(MOD(ROW(A1:A9),3)=0))}

SUM Functions in Excel

Here in the result are 60, which is the sum of every 3rd row such as 18+21+21=60. Similarly the user can add the every nth row by changing the number in the formula.

10. How to use Alternative method for SUM function?

The values are added either by using SUM function or using default functions present in the Excel. Here some of the alternative methods are mentioned, how to add the values using Excel functions.

Step 1: Enter the data in the spreadsheet.

Step 2: Click on the Formula tab, choose Math and Trig. A list of option will display in that choose the SUM value.

SUM Functions in Excel

Step 3: After clicking the Sum, a cell is selected, in that enter the range which needs to be added.

SUM Functions in Excel

Here the range is entered as A1:A11 where the result will be displayed.

11. What is nesting functions in Excel?

Excel enables the function to use Nesting functions for performing multiple calculations. Nesting is the process where one function is nested inside the other function; hence, multiple and large calculations are performed in a single worksheet. The nested function is the argument of the main or the outermost function. Like mathematics, Excel calculates the innermost function first and the outermost function.

Some example of nested function is as follows,

=ROUND(SUM(A1:A6),3)

Here the range of cells A1:A6 is computed and the number 3 indicates the rounded to three decimal places.

Usage of Sum Functions

The usages of sum functions are,

1. The arguments in the functions contain arrays, numbers, cell references, constants, ranges and results of the various functions and formulas.

2. Numeric output is obtained where it denotes the sum of values present in the data.

3. The argument has its limit of about 255.

Limitations of Sum Function

Some of the limitations of sum function are,

 1. Cell which contains the output must be in a number format.

 2. The cell range supplied should match the dimension of the source.

Summary

From the tutorial, the various functions and formulas of the SUM function are explained briefly. Calculations regarding Sum may vary regarding data. Based on the requirement, the various formulas and functions are present default in Excel, like Sum the entire row, column, single row etc. The SUM functions return the Sum of values applied, which includes arrays, numbers, cell references, constants, ranges etc. By utilizing this function, the calculations are done quickly and effectively.


Related Topics

Excel MINUTE() Function

Excel MINUTE() Function The MINUTE() function in excel converts a serial number to minute (0 - 59). Syntax MINUTE (SERIAL_NUMBER) Parameter SERIAL_NUMBER (required)- This parameter represents the date or time from which you want to extract...

1 minute read.

Excel Axes

What is Excel Axes? Axes are a horizontal or vertical line containing units of measure. There are two types of axes X and Y axes. X is a horizontal and Y...

3 minutes read.

Notes in Excel

Notes in Excel Notes are used to include additional information to the cell and explain formulas calculation, any modification made to the cell, providing necessary information on data that is entered or to provide any...

3 minutes read.

Excel IFERROR() Function

The IFERROR() function in excel returns the specified value if initially supplied the argument or formula returns an error, otherwise returns the result of the formula supplied in the first argument. When...

2 minutes read.

Excel ROUNDUP() Function

Excel ROUNDUP() Function The ROUNDUP() function in excel returns a number rounded up to the nearest possible value and away from zero. Syntax ROUNDUP(Number, num_digits) Parameter Number(required)- This parameter represents the number which you want to...

1 minute read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

Insert Row in Excel

It was known that we have various multiple ways that are extremely helpful in inserting a particular row in the Microsoft Excel. And we have lots of shortcut options available...

6 minutes read.

Solver in Excel

What is Solver? Microsoft Excel facilitates an add-in programming tool known as Solver that uses operational research techniques to find the optimal solutions for objective problems. This tool operates with a group of...

5 minutes read.

Basics of Excel

Different ways to open an excel file There are various ways to open an excel file, some of them are listed below - From Start Menu:Go to the start menu and search for Ms-Excel...

5 minutes read.

SumIF Formula in Microsoft Excel

SUMIF Formula in Microsoft Excel is considered the primary and vital formula individuals can use to remove their workload. In this tutorial, we will discuss and learn about the SUMIF Formula...

7 minutes read.

How to lock cells in Excel?

How to lock cells in Excel? The locked cells feature used to protect and secure your Excel sheet or workbook from the unauthorized access. If the cells are locked, it can’t be deleted, reformatted,...

5 minutes read.

Excel File using Password

How to Protect an Excel File using Password? Nowadays Microsoft Excel is widely used by large organizations to small organizations for their personal and professional usage. They share files to various...

2 minutes read.

Excel OFFSET () Function

Excel OFFSET () Function The OFFSET() function in excel returns range of cells that is a specified number of rows and columns from an initial specified range. Syntax OFFSET (reference, rows, cols, [height], [width]) Parameter reference(required)-...

2 minutes read.

How to apply Data Protection to the Worksheet?

What do we mean by Data Protection? Data Protection in excel involves in protecting your file/data from some other user and also prevents the following accidents – Accidentally deleting or changing the formulas in...

3 minutes read.

Excel SMALL() Function

The SMALL() function in excel returns the k-th smallest value in a data set. Syntax SMALL(Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth smallest...

1 minute read.

How to print titles in Excel

In Microsoft Excel, if a particular task is completed in the worksheet, the user wants to print the worksheet. While performing this job, the row and column headings will display...

3 minutes read.

Count Characters in Excel

Microsoft Excel is used to perform calculations for multiple purposes. The data entered in the worksheet is a combination of numeric and alphabets. Sometimes there is a need to check...

4 minutes read.

Excel LEFT() Function

The LEFT () function in excel returns the leftmost characters from a text value. This function is used for data manipulation. Syntax LEFT(Text, [num_chars]) Parameter Text (required)- This parameter represents the string from which you want to...

1 minute read.

Reverse List in Excel

What is Reverse list in Excel? Microsoft Excel is widely used for calculation purposes like statistical and analytical for predicting and getting the result. Sometimes for calculation purposes, the user needs...

5 minutes read.

Excel RIGHT() Function

The RIGHT() function in excel returns the rightmost characters from a text value. This function is used for data manipulation. Syntax RIGHT(Text, [num_chars]) Parameter Text (required)- This parameter represents the string from which you want to find...

1 minute read.