avatarCHARLES HEARN

Summary

The web content provides a step-by-step guide on how to add or subtract a fixed amount to all cells in a column using Google Sheets without manually editing each cell.

Abstract

The article addresses a common need among Google Sheets users: how to add or subtract a specific number from multiple cells in a column efficiently. It distinguishes this task from simply summing cells and offers a practical solution using the ArrayFormula function. The guide illustrates the process with visual examples, demonstrating how to apply the formula to a range of cells and then convert the results to static values that can be freely copied and pasted without alteration. The tutorial aims to save users time, particularly when dealing with numerous cell blocks, and concludes with an invitation for readers to reach out for further assistance.

Opinions

  • The author emphasizes the inefficiency of manually adding a number to multiple cells, suggesting it's not a viable option for larger datasets.
  • The method described is presented as superior to other online solutions, particularly those tailored for Microsoft Excel.
  • The author provides a subjective assessment that the tutorial is easy, implying that users should find the instructions clear and straightforward.
  • There is an implicit endorsement of the ArrayFormula function as a powerful tool within Google Sheets for performing batch operations on cell ranges.
  • The author expresses a desire to help readers by offering additional support through their contact information, indicating a commitment to user assistance beyond the article.

How To Add or Subtract A Set Amount To All Cells In A Column Using Google Sheets

This is commonly searched for online only to find a solution using Excel by Microsoft. You’ve also probably seen where people are trying to show you how to get the SUM of cells etc…

This is NOT that method. This method is used for adding one specific number amount to all the cells or just certain ones.

Example: You’ve got a chart that looks like this:

And you’re wanting to add 10 to each cell block for example. You can always do this manually but if you’ve got over 10 cell blocks, that’s just ridiculous.

So, what you’ll need to do is use this formula: =ArrayFormula(A1:A10+10)

You simply copy and paste the code into the first cell of any column besides the one you’re wanting to use. I’m using B1 in the screenshot above. You can use whatever cell you’d like.

Here is what it will look when implementing the code (remember, I’m pasting this code into cell B1):

As you can see, all the numbers from column A have had the additional 10 added to them in column B where we get our new total for each cell.

Hold on, we’re not done.

If you try to copy and paste column B to let’s say, column C, for example, this is what will happen:

You’re essentially just copying the formula again and moving it.

So, how do you copy and paste the numbers that you’ve created and want from column B without them altering?

First, you have to highlight and copy all the cells you’d like to keep.

For me, it’s B1:B10 (for you it will be different).

Then, you’ll want to select a new cell in a new column. For me, I’m using C1.

Now, you can either right-click on your mouse/trackpad OR go to Edit->Paste Special->Past Values Only. Screenshot below:

Click ‘Past Values Only’ and you should get this result:

You can now delete columns A & B.

Copy and paste your new values anywhere you’d like with regular Copy & Paste methods. They won’t change now.

Hope you’ve enjoyed this easy tutorial and it comes in handy for you!

-C

Contact me at https://www.charleshearnofficial.com if you have further questions or concerns!

Google Sheets
Data
Marketing
Recommended from ReadMedium