Google Sheets is a powerful spreadsheet program that performs complex calculations on the data entered in each cell. The app uses formulas and functions to perform these tasks, so you don’t have to. A formula is an expression which you enter to tell Google Sheets how to calculate the value of the cell, and the function is a predefined formula that Google Sheets has created for you.
Instructions in this article apply to Google Sheets.
Why use a function?
The difference between a formula and a function is that you create formulas to perform calculations while functions are pre-built formulas found in Google Sheets. Functions save time and reduce the chance of errors.
For example, to add a string of numbers with formulas the following is entered into a cell in Google Sheets:
= A1 + B1 + C1 + D1 + E1 + F1,
To add the same string of numbers using a function, type the following:
= SUM (A1: F1),
Using a function is effective when working with a large number of elements or for more complex calculations.
Google Sheets Function Syntax
Each function has syntax which is the specific order in which elements are entered for the function to perform the required calculation.
Every function starts with a function name followed by arguments which are separated by commas or colons and enclosed in parentheses. Main Function Design:
Function_name (аргумент1, аргумент2)
Here is an example:
СУММ (A1, B1)
How to use Google Sheets features
The fastest and easiest way to use the function is from menu » Functions» .
-
Select the cell where you want to display the result of the calculation.
-
From the toolbar select » Functions» then select a function. There are five main functions, plus submenus that contain all possible functions. Five main functions:
- SUM : adds values to a range of cells
- AVERAGE : Counts average value in a range of cells.
- COUNT : Provides the number of values in a range of cells.
- MAX : provides the maximum value in a range of cells.
- MIN : provides the minimum value in a range of cells.
-
Select cells to include in the range.
To select individual cells rather than consecutive cells, press and hold ctrl and make your choice. To select a continuous range of cells, press and hold Shift and select the first and last cells in the range.
-
Click Enter .
-
The result will appear in the selected cell.
How to Use Complex Features in Google Sheets
Google Sheets includes dozens of features that perform a variety of tasks. For example, to calculate the number of days or the number of working days (Monday to Friday) between two dates.
To find the function you need, refer to the full list of functions Google Sheets . To narrow down your options, enter your search term in field » Filter» and press the » Input», to see your selection. For example, to find a function to calculate the number of days, type days as a search term. The two possible results are the DAYS and NETWORKDAYS functions.
Either go to the Google Sheets Dashboard, select » Functions» then select the submenu at the bottom of the list.