How To Apply Formulas To Entire Columns In Google Sheets

When using spreadsheet software such as Google Sheets, power users often need to apply a formula (or function) to an entire table column. For example, you might want to add up the values across two columns and 10 rows in a third table column.

How To Apply Formulas To Entire Columns In Google Sheets

The most straightforward way to do this is to add the SUM function to 10 cells in the destination column. However, inserting all those formulas by hand would be error-prone, to say nothing of tedious.

Fortunately, there are various ways you can quickly apply formulas to entire columns in Sheets without manually entering them to each cell, making you more efficient and accurate in your work.

You can work faster, more efficiently, and more accurately using this method to apply formulas to entire columns in Google Sheets. Let’s get started!

Add Formulas to Table Columns with the Fill Handle

Most spreadsheet applications, including Google Sheets, have a fill handle for you to copy cell formula across columns or rows with. You can utilize Sheets’ fill handle by dragging the formula’s cell over a range of cells to copy it to each cell within the range.

The other column cells will then include the same function and relative cell references for their table rows Follow these steps to add formulas to entire table columns with the fill handle:

  1. Open a blank Google Sheet in your browser, opening a blank spreadsheet.
    How To Apply Formulas To Entire Columns In Google Sheets
  2. For an example of the fill handle in action, enter 500 in A1, 250 in A2, 500 in A3 and ‘1,500’ in A4.
    How To Apply Formulas To Entire Columns In Google Sheets
  3. Then input ‘500’ in cell B1, ‘1,250’ in B2, ‘250’ in B3 and ‘500’ again in B4 so that your Google Sheet spreadsheet matches the one in the snapshot directly below.
    How To Apply Formulas To Entire Columns In Google Sheets

Now you can add a formula to column C with the fill handle:

  1. First, select cell C1 in your Google Sheet; and click in the fx bar
    How To Apply Formulas To Entire Columns In Google Sheets
  2. Then Enter =SUM(A1:B1) in the fx bar.
    How To Apply Formulas To Entire Columns In Google Sheets
  3.  Press Enter and cell C1 will return the value of 1,000.
    How To Apply Formulas To Entire Columns In Google Sheets
  4. To copy C1’s function to the other table rows in column C with the fill handle, follow these steps:
  5. Select the cell C1 and move the cursor to its bottom right corner of the cell.
  6. When the cursor transforms into a cross, press and hold the left mouse button down.
    How To Apply Formulas To Entire Columns In Google Sheets
  7. Drag the cursor down to cell C4.
  8. Then release the left mouse button.
    How To Apply Formulas To Entire Columns In Google Sheets

This process will apply the function to the other three rows of column C. The cells will add the values entered in columns A and B.

The ArrayFormula Function

Using Sheets’ fill handle tool is great for adding formulas to smaller table columns. However, if you have a huge table it might be better to apply the formula to the entire spreadsheet column with the ARRAYFORMULA function.

To use ARRAYFORMULA you need to know how many rows the formula needs to address. Luckily, this is easy to figure out. You can scroll down 1,000 rows in the spreadsheets with the scroll bar. Even though you can add more, 1,000 is the default number of rows in Sheets. As such, 1,000 cells amount to an entire column if you don’t modify the default value. This trick will save you a lot of time.

How To Apply Formulas To Entire Columns In Google Sheets

You can quickly apply a formula to all those column rows with the ARRAYFORMULA function.

  1. Replace the SUM function in column C of your table with an array formula.
  2. Select the cell range C1:C4.
    How To Apply Formulas To Entire Columns In Google Sheets
  3. Press the Del key to erase SUM. Select cell C1 to include the function.
    How To Apply Formulas To Entire Columns In Google Sheets
  4. Input =A1:A+B1:B in the fx bar, and press Ctrl + Shift + Enter to add ARRAYFORMULA to the formula.
    How To Apply Formulas To Entire Columns In Google Sheets
  5. The fx bar will then include the array formula shown in the snapshot directly below.
    How To Apply Formulas To Entire Columns In Google Sheets

Then hit Enter to copy the formula to all 1,000 rows. This process will cause the 1,000 rows in column C of your spreadsheet to now add up the values entered in columns A and B!

How To Apply Formulas To Entire Columns In Google Sheets

The key thing to note here is that you should always press Ctrl + Shift + Enter after entering the basic function in the fx bar as Ctrl + Shift + Enter automatically converts the basic function into an array formula, which is what you need for this exercise.

How To Apply Formulas To Entire Columns In Google Sheets

You also need to modify the function’s cell reference for an array formula to work. The first column cell is always included in the reference.

However, the second half of the reference is actually the column header. The cell references should always be something like A1:A, B4:B, C3:C, etc, depending on where the first table column cell is in the Google Sheet you are working on.

Add Formulas to tables with AutoSum

Power Tools is a great add-on for Sheets that extends the web app with tools for text, data, formulas, deleting cell content and more besides. AutoSum is an option in Power Tools that you can add functions to entire columns with.

With AutoSum you can add SUM, COUNT, AVERAGE, MAX, PRODUCT, MODE, MIN, and other functions to full columns.

To add Power Tools, follow these steps:

  1. Navigate to the Power Tools website
  2. Press the Free button on this e to add Power Tools to Sheets
    How To Apply Formulas To Entire Columns In Google Sheets
  3. Click Continue on the dialogue box that will appear within a few seconds
    How To Apply Formulas To Entire Columns In Google Sheets
  4. Next, choose a Google Docs (same account as your Gmail) account  in which to install Power Tools
    How To Apply Formulas To Entire Columns In Google Sheets
  5. Go to the Add-ons menu
    How To Apply Formulas To Entire Columns In Google Sheets
  6. Select Power Tools then Start to open the add-on sidebar or choose one of the nine 9 tool groups from the Power Tools menu
    How To Apply Formulas To Entire Columns In Google Sheets
  7. Click the D header in your spreadsheet to select the entire column
    How To Apply Formulas To Entire Columns In Google Sheets
  8. Select Formulas from the Power Tools menu
    How To Apply Formulas To Entire Columns In Google Sheets
  9. Then click the AutoSum radio button in the sidebar
    How To Apply Formulas To Entire Columns In Google Sheets
  10. Select SUM from the drop-down menu
    How To Apply Formulas To Entire Columns In Google Sheets
  11. Press the Run button to add SUM to column D as shown in the screenshot below
    How To Apply Formulas To Entire Columns In Google Sheets
  12. That adds SUM functions to all 1,000 cells in column D as shown in the second screenshot below
    How To Apply Formulas To Entire Columns In Google Sheets

So now you can quickly add functions to all your table column cells in Sheets with the fill handle, ARRAYFORMULA and the AutoSum option in Power Tools. The Google Sheets fill handle usually does the trick for smaller tables, but ARRAYFORMULA and AutoSum are a much better choice for applying functions across entire Google Sheet columns.

If you want to learn to use an advanced and powerful Google Sheets feature, check out How To Create, Edit and Refresh Pivot Tables in Google Sheets.

Do you have any other suggestions of how to add functions to an entire column in Google Sheets or other tips and tricks? Share them with us below!

Sign up and earn $1000 a day ⋙

Driver Booster 12 Free: Keep 9.5M+ Drivers Up-to-Date in 1-Click

Driver Booster 12 Free: Keep 9.5M+ Drivers Up-to-Date in 1-Click

Driver Booster 12 Free is an effective tool that will keep your computers drivers up to date, which will make the system run faster and more reliably. This driver updater from IObit keeps your PC running at its best by checking for lost, out-of-date, or broken drivers immediately.

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

In an era where digital efficiency is paramount, Advanced SystemCare 17 Free emerges as a beacon for those seeking to enhance their PC's performance.

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10, Summary of Movies & TV application shortcuts on Windows 10 to bring you a great experience. Maybe

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows, Discord isn't fun if you can't read what other people write. Here's how to fix Messages error

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop, During the process of using Windows 11, many users need to access This PC (management).

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly, Do you find it difficult to find information in the Windows Registry? So below are quick ways to find the registry

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10. Limiting the number of failed password login attempts on Windows 10 helps increase computer security. Here's how

How to create fake error messages in Windows

How to create fake error messages in Windows

How to create fake error messages in Windows, Windows can come up with some pretty creative error messages but why don't you try creating your own content for them to make fun of?

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11, Windows Administrative Tools or Windows Tools are still useful on Windows 11. Here's how to find Windows Tools in Windows 11.

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error, Windows Quick Assist helps you connect to a remote PC easily. However, sometimes it also generates errors. But,

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar, How to pin Office files to the taskbar icon on Windows 11? Invite

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows, Why can't you install apps or software on Windows 10/11? Here's everything you need to know about how to fix it

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing the PIN code on Windows 11, In Windows 11, the PIN code is a very useful and convenient security tool for users. However some people

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10, Can't select power mode in Windows 10, what should I do? Here's how to fix the error

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos app errors on Windows 10, what should I do if Microsoft Photos doesn't work? Don't worry about ways to fix Photos app errors on Windows

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing shortcuts to switch input languages ​​on Windows 11. During the process of using Windows, users will often have to switch between methods.

How to check supported power status on Windows 11

How to check supported power status on Windows 11

How to check power status is supported on Windows 11, Windows 11 can handle many different power states. Here's how to check the power status

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10, If you want to find a quick and simple way to speed up the Internet, changing the WiFi band from 2.4GHz to 5GHz may help.

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows, Are you having an error of not enough memory to run Microsoft Excel? So, how to fix Not Enough Memory error

Ways to find all video files on Windows

Ways to find all video files on Windows

Ways to find all video files on Windows, Can't find recorded and saved videos on PC. Below are ways to help you find all clips on Windows.