How to Sum Columns or Rows in Google Sheets

Enter '=SUM,' and then select the cells you want to add up

What to Know

  • Easiest option: Click the cell, select SUM in the Functions menu, and select the cells you want to add.
  • Or click the cell, enter =SUM( and select the cells. Close with ). Press Enter.
  • You can also select Function (Fx) to create a sum.

This article explains how to use the SUM function in Google Sheets using the Functions menu, inputting it manually, and with the Function icon. The screenshots are from the Google Sheets app for iOS, but instructions are the same on all platforms.

How to Write a SUM Function

Adding up rows or columns of numbers is a common operation carried out in all spreadsheet programs. Google Sheets includes a built-in function called SUM for this purpose. With a function in place, the spreadsheet automatically updates when you make changes in the range of cells in the formula. If you change entries or add text to blank cells, the total updates to include the new data.

Using the information above, write a SUM function like this:

=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:

  1. Click or tap the cell where you want to place the formula.

    SUM function in Google Sheets
  2. Tap Enter text or formula to display the keyboard.

    How to add columns in Google Sheets
  3. Type =sum( to start the formula.

    Add up columns and rows in Google Sheets
  4. 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.

    Add rows and columns in Google Sheets
  5. To select a range of adjacent cells at once, tap one (for example, the first one in a row or column), then tap and drag the circle to select the numbers you want to add together.

    You can include empty cells in a function.

    Add columns and rows in Google Sheets
  6. Enter a closing parenthesis to end the function, and then tap the checkmark to run the function.

    Add together rows and columns in Google Sheets
  7. The function runs, and the sum of the numbers you selected appears in the cell you chose.

    Add rows columns in Google Sheets
  8. If you change any of the values in the cells you selected, the sum updates automatically.

How to Create a Sum Using Function (Fx)

You can also use a menu to enter a function instead of typing it. Here's how to do it.

  1. Enter the data, then select the cell in which you want the sum to appear.

  2. 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 ().

    Add columns and rows in Google Sheets
  3. 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.

    Add rows and columns in Google Sheets
  4. The functions appear alphabetically. Scroll down, then tap SUM.

    Add rows and columns in Google Sheets
  5. 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.
FAQ
  • How do I add columns in Google Sheets?

    To add columns in Google sheets, hover your mouse over the letter at the top of a column, select the arrow that appears, then choose Insert 1 left or Insert 1 right.

  • How do I add a drop-down list in Google Sheets?

    To add a drop-down list in Google Sheets, select where you want it to go, then go to Data > Data Validation. Under Criteria, choose List from a range or List of items.

  • How do I add a trendline in Google Sheets?

    To add a trendline to a chart in Google Sheets, double-click the chart and select Customize > Series > Trendline. This option isn't available for all data sets.

  • How do I import data from a website into Google Sheets?

    To pull data from a website into Google Sheets, use the ImportFromWeb add-on for Chrome. You can also use the IMPORTXLM function in Google Sheets, but the add-on greatly streamlines the process.

Was this page helpful?