Apparently, you can subtract in Google Sheets. But there are different kinds of subtraction that you can use in Google Sheets. And Google Sheets seem to indicate how to do subtraction wrong. So, is there a way to tell Google Sheets how we want to do our subtraction?
Google Sheets is an excellent platform for managing all the numerical info and statistical data. It’s on par with MS Excel and growing in popularity as well. Google Sheets offer cloud save and access from any device, making it even more convenient.
You can even permit others to manage data for you and check the changelog for all the adjustments that took place. Meaning, your data is always safe. So you must know how to make these basic changes and how to revert them.
In this article, I’m going to talk about different subtraction processes in Google Sheets.
It’s not as complicated as the name suggests. Precisely, it’s the basic way of subtracting.
The subtraction formula method can be used for continuous subtraction as well. For example, if you want to calculate the subtraction of a series, just keep adding cells/values to the formula, separating each with a “-“.
Limited to generating the subtraction value of two cells only. You need to write the following formula on the formula panel for this one.
Formula: =MINUS(V1, V2)
Just find an empty cell, press “=”, and enter the formula. Follow the example below.
Did you know that you can subtract two dates using Google Sheets? It’s an interesting feature and works in a pinch for finding the number of days between two dates.
This method is useful for finding the gross number of days between two dates. Global events like the World Cups use a live version of these counters to make things more interesting.
You can sum up two columns individually and find the gross difference. Useful for finding the final gap between two large datasets. The formula is as follows.
Formula (example): =Sum(C3:C5) - sum(B3:B5)
With google docs, it’s possible to derive the subtraction of two values existing in entirely different datasheets. To do so, locate your data, find where you want to display the subtract and enter the following formula.
Formula (example): =Sheet1!B3 – Sheet2!B3
So that’s pretty much it. These are the primary ways of subtracting using Google Sheets. But the good thing is, you can play around and combine different methods for performing even more complicated subtractions.
And as you develop a general understanding of how the Google Sheets formula work, you’ll be having more fun subtracting before you know it.