Google Sheets Function Reference

Quick-reference guide to Google Sheets functions. Each entry includes syntax, parameters, examples, and links to our full tutorials.

15 functions
7 categories
🔍

Lookup Functions

Function Description
IMPORTRANGE IMPORTRANGE imports a range of cells from one Google Sheets spreadsheet into another. Syntax, examples, and access permi...
INDEX INDEX returns the value of a cell in a range based on the row and column numbers you specify. Syntax, examples, and comm...
MATCH MATCH returns the relative position of a value within a one-dimensional range. Syntax, examples, and common errors expla...
VLOOKUP VLOOKUP searches down the first column of a range and returns a value from any column in the same row. Syntax, examples,...
XLOOKUP XLOOKUP searches a range for a key and returns a value from a result range. A more flexible replacement for VLOOKUP with...

Logical Functions

Function Description
IF Learn how to use the IF function in Google Sheets to return different values based on whether a condition is true or fal...
IFERROR Learn how to use the IFERROR function in Google Sheets to catch errors and return a fallback value instead of displaying...
IFS Learn how to use the IFS function in Google Sheets to evaluate multiple conditions and return the value for the first on...

Math Functions

Function Description
SUM SUM adds numbers together from individual values, cell references, or entire ranges. Learn the syntax, examples, and com...
SUMIF SUMIF adds values in a range that meet a condition you specify. Learn the syntax, see practical examples, and fix common...
📊

Statistical Functions

Function Description
COUNTIF COUNTIF counts the number of cells in a range that match a condition. Learn the syntax, see examples with wildcards, and...
📝

Text Functions

Function Description
CONCATENATE CONCATENATE joins two or more text strings into one. Learn the syntax, see examples for names and addresses, and when to...
📅

Date & Time Functions

Function Description
DATEDIF DATEDIF calculates the difference between two dates in years, months, or days. Learn the syntax, unit codes, examples, a...
TODAY TODAY returns the current date and updates automatically on each recalculation. Learn the syntax, see examples, and unde...
🗄

Database Functions

Function Description
QUERY Learn how to use the QUERY function in Google Sheets to filter, sort, and summarize data using a SQL-like query language...