Open In App

Google Sheets Function List

Last Updated : 31 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

A function is a built-in formula in Excel that performs calculations using specified values in a set order. Excel offers many common functions to quickly compute the sum, average, count, maximum, and minimum values of a cell range. To use functions effectively, you need to understand their components and how to create arguments for calculating values and cell references.

function-list
Google Sheet Function List

What is a Function in Google Sheets

A Google Sheets function is a calculating tool available in the spreadsheet program. Using a particular function, you may sort data and see how it relates to other data points as you enter it. The intricacy of these functions varies. Some solve fundamental mathematical problems, while others aid in comprehending more intricate data.

What Function of Google Sheets Includes

Just like with formulas, the order in which you enter a function in a cell matters. Each function has a specific syntax that must be followed to work correctly. To create a function formula, start with an equals sign (=), followed by the function name (like AVERAGE for finding an average), and then the argument. The argument includes the information or cell range you want to calculate.

How to Use Google Sheets Functions

Step 1: Open Google Sheets

Create a new spreadsheet or open an existing one.

Step 2: Select a Cell

Click on the cell where you want to use the function.

Step 3: Enter the Function

Start with an equal sign (=), followed by the function name.

Example: =SUM(A1:A10)

List of Important Google Sheets Functions

Here are 14 Google Sheets functions  you can use to make managing data easier:

SUM

One of Google Sheets' most fundamental operations is the SUM function. The SUM function allows you to add several cells at once.

How to use SUM function in Sheets

Step 1: Open Sheets from Google Workspace

On the right-hand side, you will see dots, and tap on it. Scroll it down, and you will see Google Sheets. Please open it and choose a blank page.

Step 2: Choose a cell

Click on an empty cell where you want the total to show up.

Step 3: Select the cells and enter the SUM Formula

Type =SUM(B2:B7).

Step 4: Press Enter

Press Enter, and you will get the SUM.

Example of SUM Function:

=SUM(A5:A10)

SUMIF

The SUMIF function lets you determine the total number of cells that satisfy specific requirements.

How to use SUMIF in Sheets

Step 1: Enter the formula

Select the cells with the data and the enter the formula =SUMIF(A:A,"Text",B:B).

IMG-20240513-WA0092
Enter the formula

Step 2: Pick your numbers

Click and drag all the numbers across the cells that you want to add up in (). Click Enter.

Example of SUMIF function:

=SUMIF(A:A,"Text",B:B)

COUNT

Use the COUNT function to determine how many cells in a range contain a value. The steps below are provided for your convenience.

How to use COUNT Function in Google Sheets

Step 1: Enter the formula 

In that cell, type =COUNT( (equal sign, then COUNT followed by an opening parenthesis).

Step 2: Select Your Data 

Click and drag across all the cells containing the data you want to count. It can be text, numbers, or even dates!

Example of COUNT function:

=COUNT(D:D)

TODAY

You may input the current date into a spreadsheet cell using the TODAY function. 

How to use TODAY Function in Google Sheets

Step 1: Enter the formula 

In that cell, type =TODAY() (equal sign followed by TODAY and parentheses). Click Enter.

Examples of TODAY function:

=TODAY() or =TODAY()+5

COUNTIF

If specific criteria are met, the COUNTIF function lets you count the number of cells in a range that contain a value.

How to use COUNTIF in Sheets

Step 1: Enter the formula   

Type =COUNTIF( (equal sign, then COUNTIF followed by an opening parenthesis). Click and drag across all the cells you want to consider (like A1:A10) and type in (). Click Enter.

IMG-20240513-WA0090
Enter the formula   

Example of COUNTIF function:

=COUNTIF(A:A,"Text")

AVERAGE Function

The AVERAGE function determines the AVERAGE function determines the data. You can enter either or calculate an average of calculate in a specific column or row.

How to use AVERAGE Function in Sheets

Step 1: Type the " =AVERAGE" 

In that cell, type =AVERAGE (equal sign, then AVERAGE followed by an opening parenthesis). Click Enter.

Example of AVERAGE function:

=AVERAGE(A:A)

SORT Function

Cells containing numerical data can be sorted using the SORT algorithm from lowest to highest value. 

How to use SORT Function in Google Sheets

Step 1: Enter the formula =SORT ( )

Type =SORT( (equal sign followed by SORT and an opening parenthesis). Click and drag across all the cells you want to sort. Click Enter.

IMG-20240513-WA0096
Enter the formula =SORT ( )

Example of SORT function :

=SORT(A:A,1,TRUE)

SPLIT

Using the SPLIT function, you can split text from a single cell into numerous cells.

How to use Split Function in Google Sheets

Step 1: Enter the formula

In cell B1, type =SPLIT( (equal sign, then SPLIT followed by an opening parenthesis). Choose Your Text to Split.Tell it Where to Split. Click Enter.

IMG-20240513-WA0093
Enter the formula


Example of SPLIT function:

=SPLIT(A8,"text")

IFERROR

If a function produces an error in a specific cell (or set of cells), you may use the IFERROR function to find the value for that cell.

How to use IFERROR in Sheets

Step 1: Start with IFERROR 

In that cell, type =IFERROR( (equal sign, then IFERROR followed by an opening parenthesis).Inside the parenthesis, type the function you're hoping will work. 

Step 2: Error Message (Optional)

If you want to see a message like "Error" or "Data Missing" when the function runs into trouble, type that message in quotes after the comma (,) and press Enter.

IMG-20240513-WA0095
IFERROR in Sheets

Example of IFERROR Function:

=IFERROR(A:A,"AnyText")

VLOOKUP

You may search for particular data inside the spreadsheet using the vertical lookup, or VLOOKUP, feature. 

How to use VLOOKUP in Sheets

Step 1: Start the VLOOKUP 

Type =VLOOKUP(. Click the cell with your search code.

IMG-20240513-WA0094
VLOOKUP in Google Sheet

Step 2: Drag down from the plus sign

Select your entire table of codes and details. Select the Column. And click Enter.

Example of VLOOKUP Function:

=VLOOKUP(B5, 'Sheet1'!B: C,2, FALSE)

Conclusion

With the help of this thorough guide, you can finally master Google Sheets! We'll reveal the secrets of everyday functions like SUM, AVERAGE, and COUNT, which will simplify data processing. We don't stop there, though! We'll go further, teaching you how to adjust functions and solve problems in the real world. You'll turn your spreadsheets into dynamic, problem-solving powerhouses capable of handling anything from budget management to survey analysis. Prepare to unlock your data's full potential.

Are spreadsheets limited to basic math?

No, Google Sheets has functions beyond addition and subtraction. You can use them to find specific information (VLOOKUP) or make decisions (IF).

How to use VLOOKUP in Google Sheets

  1. Organize your data. Enter your data into a spreadsheet or locate an existing table. 
  2. Select an output cell. 
  3. Enter the VLOOKUP function. 
  4. Enter the search_key. 
  5. Set the value range. 
  6. Set the index column. 
  7. Determine is_sorted value. 
  8. Execute the function.



Next Article

Similar Reads