The Download
- Use the SUM function in Google Sheets to quickly total numbers in rows or columns.
- You can enter the SUM function manually or use the Functions menu to create it.
This article explains how to use the SUM function in Google Sheets through the Functions menu, by manual input, and with the Function icon. The provided screenshots are from the Google Sheets app for iOS, but the instructions apply to all platforms.
How to Write a SUM Function
Adding up rows or columns of numbers is a common task in all spreadsheet programs. Google Sheets offers a built-in function called SUM for this purpose. When you use this function, the spreadsheet automatically updates if you make changes in the range of cells in the formula. If you modify entries or add text to blank cells, the total updates to reflect the new data.
Using the information above, you can write a SUM function as follows:
=SUM(number_1,number_2, ... number_30)
In this case, the numbers in the parentheses are the individual cells being added. This can be a list, like (A1, B2, C10), or a range, like (A1:B10). The range option is how you add columns and rows.
How to Enter a SUM Function in Google Sheets
Before you begin, enter the information you want to add up into a spreadsheet, then follow these steps:
Click or tap the cell where you want to place the formula.
Tap Enter text or formula to bring up the keyboard.
Type =sum( to start the formula.
Choose the numbers you want to add together. One way to do this is to tap the cells you want. The cell references appear inside the parentheses in the formula.
To select a range of adjacent cells at once, tap one cell (for example, the first in a row or column), and then tap and drag the circle to select the numbers you wish to add together.
You can include empty cells in a function.
Enter a closing parenthesis to end the function, and then tap the checkmark to run the function.
The function runs, and the sum of the numbers you selected appears in the cell you chose.
If you change any of the values in the cells you selected, the sum updates automatically.
How to Create a Sum Using Function (Fx)
Alternatively, you can use a menu to enter a function instead of typing it. Here’s how:
Enter the data, then select the cell in which you want the sum to appear.
Click or tap Function (Fx).
On the desktop version of Google Sheets, Function is on the right side of the formatting bar and looks like the Greek letter sigma (∑).
In the list of function categories, tap Math.
The Function menu on the desktop version of Google Sheets contains a few commonly used formulas. SUM may be on that list.
The functions appear alphabetically. Scroll down, then tap SUM.
In the spreadsheet, enter the range of numbers you want to add together.
How to Write a Function in Google Sheets
A function in Google Sheets and other spreadsheet programs like Microsoft Excel has three parts:
- An equals sign (=). This tells the program that you’re entering a function.
- The name of the function. This is usually in all-caps, but that isn’t necessary. Some examples are SUM, ROUNDUP, and PRODUCT.
- A set of parentheses: (). If the function includes work on a set of numbers in the spreadsheet, these numbers go in the parentheses to tell the program which data to use in the formula.
Thanks for letting us know!
Subscribe
Tell us why!
Leave a Comment
Your email address will not be published. Required fields are marked *