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 ⋙

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in the Camera app on Windows 10 & 11. Windows' default Camera App is the main tool for taking photos. So in the case of Win 10 & 11 cameras

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10, You can actually open multiple programs at the same time with a single key. Here's how to use one

How to delete old boot menu options on Windows

How to delete old boot menu options on Windows

How to remove old boot menu options on Windows, Windows 10 dual boot is useful but can leave redundant boot options in the menu. Here's how to remove the menu

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11. Windows 11 has officially been released for a while, but during use there are still many errors

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11, Entering text by voice on Windows 11 helps you significantly improve your work efficiency. Here's how

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11, Sticky Key makes the PC keyboard easier to use. Here's how to turn Sticky Key on and off on Windows 11.

What is Windows Modules Installer?

What is Windows Modules Installer?

What is Windows Modules Installer?, Windows Modules Installer sometimes takes up a lot of system resources. Is Windows Modules Installer important or not?

How to increase volume in Windows 10

How to increase volume in Windows 10

How to increase volume in Windows 10, How to increase computer volume to maximum level? Let's learn with WebTech360 how to increase Windows 10 computer volume

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11, Windows 11 Installation Assistant is one of the best ways to upgrade your computer to Windows 11.

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11, Does the PC startup sound bother you? Then please refer to how to turn off the startup sound for PC running Windows 11 below

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11. While using Windows 11, there are times when users will need to leave the computer for a period of time.

Windows 11 optimization guide to increase FPS when playing games

Windows 11 optimization guide to increase FPS when playing games

Instructions for optimizing Windows 11 to help increase FPS when playing games, Windows 11 is an operating system platform that is introduced as more improved in gaming quality, helping games

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu, Windows 11 brings some great new features and the Quick Settings menu is no exception. Here it is

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after turning on Hyper-V. Hyper-V helps you run virtual machines on Windows. However, after enabling Hyper-V, you cannot post again

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows, Windows displays error 0xc00007b when the application does not work properly. Below is a step-by-step guide to fix error 0xc00007b in

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11, Don't like the blurry screen when logging in on Windows 10/11? So, instructions on how to turn off and change the login screen

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11, Do you want to remove unwanted drivers on Windows 11? Then please see instructions on how to remove drivers in Windows

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10, No Internet Secured is a common error on Windows 10. Below are simple ways to fix No Internet Secured error

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save an Excel file on Windows. If you can't save the Excel file, don't worry too much. Below are ways to fix the error of not being able to save the above Excel file

How to open DMG files on Windows

How to open DMG files on Windows

How to open DMG files on Windows, DMG is a file format specific to the macOS operating system. However, you still have a way to open DMG files on Windows.