Page 9 of 11

504 Google Sheets formulas. Back to page 1.

BINOMDIST()
BINOMDIST()

Calculates the probability of drawing a certain number of successes (or a maximum number of succe...

BINOMDIST(num_successes, num_trials, prob_success, cumulative)
BINOM.INV()
BINOM.INV()

See CRITBINOM

BINOM.INV(num_trials, prob_success, target_prob)
BINOM.DIST()
BINOM.DIST()

See BINOMDIST

BINOM.DIST(num_successes, num_trials, prob_success, cumulative)
BIN2OCT()
BIN2OCT()

Converts a signed binary number to signed octal format.

BIN2OCT(signed_binary_number, [significant_digits])
BIN2HEX()
BIN2HEX()

Converts a signed binary number to signed hexadecimal format.

BIN2HEX(signed_binary_number, [significant_digits])
BIN2DEC()
BIN2DEC()

Converts a signed binary number to decimal format.

BIN2DEC(signed_binary_number)
LOGINV()
LOGINV()

Returns the value of the inverse log-normal cumulative distribution with given mean and standard ...

LOGINV(x, mean, standard_deviation)
INTERCEPT()
INTERCEPT()

Calculates the y-value at which the line resulting from linear regression of a dataset will inter...

INTERCEPT(data_y, data_x)
INT()
INT()

Rounds a number down to the nearest integer that is less than or equal to it.

INT(value)
IMTANH()
IMTANH()

Returns the hyperbolic tangent of the given complex number. For example, a given complex number "...

IMTANH(number)
IMTAN()
IMTAN()

Returns the tangent of the given complex number..

IMTAN(number)
IMSUM()
IMSUM()

Returns the sum of a series of complex numbers.

IMSUM(value1, [value2, ...])
IMSUB()
IMSUB()

Returns the difference between two complex numbers.

IMSUB(first_number, second_number)
IMSQRT()
IMSQRT()

Computes the square root of a complex number.

IMSQRT(complex_number)
IMSINH()
IMSINH()

Returns the hyperbolic sine of the given complex number. For example, a given complex number "x+y...

IMSINH(number)
IMSIN()
IMSIN()

Returns the sine of the given complex number..

IMSIN (number)
IMSECH()
IMSECH()

Returns the hyperbolic secant of the given complex number. For example, a given complex number "x...

IMSECH(number)
IMSEC()
IMSEC()

Returns the secant of the given complex number. For example, a given complex number "x+yi" return...

IMSEC(number)
IMREAL()
IMREAL()

Returns the real coefficient of a complex number.

IMREAL(complex_number)
IMPRODUCT()
IMPRODUCT()

Returns the result of multiplying a series of complex numbers together.

IMPRODUCT(factor1, [factor2, ...])
IMPOWER()
IMPOWER()

Returns a complex number raised to a power.

IMPOWER(complex_base, exponent)
IMPORTHTML()
IMPORTHTML()

Imports data from a table or list within an HTML page.

IMPORTHTML(url, query, index)
IMPORTFEED()
IMPORTFEED()

Imports a RSS or ATOM feed.

IMPORTFEED(url, [query], [headers], [num_items])
IMPORTDATA()
IMPORTDATA()

Imports data at a given url in .csv (comma-separated value) or .tsv (tab-separated value) format.

IMPORTDATA(url)
IMLOG2()
IMLOG2()

Returns the logarithm of a complex number with base 2..

IMLOG2(value)
IMLOG10()
IMLOG10()

Returns the logarithm of a complex number with base 10..

IMLOG10(value)
IMLOG()
IMLOG()

Returns the logarithm of a complex number for a specified base..

IMLOG(value, base)
IMLN()
IMLN()

Returns the logarithm of a complex number, base e (Euler's number).

IMLN(complex_value)
IMEXP()
IMEXP()

Returns Euler's number, e (~2.718) raised to a complex power..

IMEXP(exponent)
IMDIV()
IMDIV()

Returns one complex number divided by another.

IMDIV(dividend, divisor)
IMCSCH()
IMCSCH()

Returns the hyperbolic cosecant of the given complex number. For example, a given complex number ...

IMCSCH(number)
IMCSC()
IMCSC()

Returns the cosecant of the given complex number..

IMCSC(number)
IMCOTH()
IMCOTH()

Returns the hyperbolic cotangent of the given complex number. For example, a given complex number...

IMCOTH(number)
IMCOT()
IMCOT()

Returns the cotangent of the given complex number. For example, a given complex number "x+yi" ret...

IMCOT(number)
IMCOSH()
IMCOSH()

Returns the hyperbolic cosine of the given complex number. For example, a given complex number "x...

IMCOSH(number)
LOGEST()
LOGEST()

Given partial data about an exponential growth curve, calculates various parameters about the bes...

LOGEST(known_data_y, [known_data_x], [b], [verbose])
LOG10()
LOG10()

Returns the the logarithm of a number, base 10.

LOG10(value)
LOG()
LOG()

Returns the the logarithm of a number given a base.

LOG(value, base)
LN()
LN()

Returns the the logarithm of a number, base e (Euler's number).

LN(value)
LINEST()
LINEST()

Given partial data about a linear trend, calculates various parameters about the ideal linear tre...

LINEST(known_data_y, [known_data_x], [calculate_b], [verbose])
LENB()
LENB()

Returns the length of a string in bytes.".

LENB(string)
LEFTB()
LEFTB()

Returns the left portion of a string up to a certain number of bytes..

LEFTB(string, num_of_bytes)
LCM()
LCM()

Returns the least common multiple of one or more integers.

LCM(value1, value2)
LARGE()
LARGE()

Returns the nth largest element from a data set, where n is user-defined.

LARGE(data, n)
LAMBDA()
LAMBDA()

Creates and returns a custom function with a set of names and a formula_expression that uses them...

LAMBDA(name, formula_expression)
KURT()
KURT()

Calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakednes...

KURT(value1, value2)
ISREF()
ISREF()

Checks whether a value is a valid cell reference.

ISREF(value)
ISPMT()
ISPMT()

The ISPMT function calculates the interest paid during a particular period of an investment..

ISPMT(rate, period, number_of_periods, present_value)