Formulas

Over 500+ Google Sheets formulas explained


ABS()

Returns the absolute value of a number.

ARRAY_CONSTRAIN()

Constrains an array result to a specified size.

BYCOL()

Groups an array by columns by application of a LAM...

BYROW()

Groups an array by rows by application of a LAMBDA...

FLATTEN()

Flattens all the values from one or more ranges in...

FREQUENCY()

Calculates the frequency distribution of a one-col...

GROWTH()

Given partial data about an exponential growth tre...

LINEST()

Given partial data about a linear trend, calculate...

LOGEST()

Given partial data about an exponential growth cur...

MAKEARRAY()

Returns an array of specified dimensions with valu...

MAP()

Maps each value in the given arrays to a new value...

MDETERM()

Returns the matrix determinant of a square matrix ...

MINVERSE()

Returns the multiplicative inverse of a square mat...

MMULT()

Calculates the matrix product of two matrices spec...

REDUCE()

Reduces an array to an accumulated result by appli...

SCAN()

Scans an array and produces intermediate values by...

SUM()

Returns the sum of a series of numbers and/or cells.

VLOOKUP()

Vertical lookup. Searches down the first column of…