Libreria formule

Funzioni Google Sheets

Una scheda strutturata per ogni funzione: sintassi, argomenti, esempi pratici, errori comuni, FAQ e collegamenti a formule correlate.

Digita almeno 2 lettere per vedere i suggerimenti.

Math

ABS

ABS(value)

Returns the absolute value of a number. Learn more

Apri scheda
Math

ACOS

ACOS(value)

Returns the inverse cosine of a value, in radians. Learn more

Apri scheda
Math

ACOSH

ACOSH(value)

Returns the inverse hyperbolic cosine of a number. Learn more

Apri scheda
Math

ACOT

ACOT(value)

Returns the inverse cotangent of a value, in radians. Learn more.

Apri scheda
Math

ACOTH

ACOTH(value)

Returns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive. Learn more.

Apri scheda
Math

ASIN

ASIN(value)

Returns the inverse sine of a value, in radians. Learn more

Apri scheda
Math

ASINH

ASINH(value)

Returns the inverse hyperbolic sine of a number. Learn more

Apri scheda
Math

ATAN

ATAN(value)

Returns the inverse tangent of a value, in radians. Learn more

Apri scheda
Math

ATAN2

ATAN2(x, y)

Returns the angle between the x-axis and a line segment from the origin (0,0) to specified coordinate pair (`x`,`y`), in radians. Learn more

Apri scheda
Math

ATANH

ATANH(value)

Returns the inverse hyperbolic tangent of a number. Learn more

Apri scheda
Math

BASE

BASE(value, base, [min_length])

Converts a number into a text representation in another base, for example, base 2 for binary. Learn more.

Apri scheda
Math

CEILING

CEILING(value, [factor])

Rounds a number up to the nearest integer multiple of specified significance. Learn more

Apri scheda
Math

CEILING.MATH

CEILING.MATH(number, [significance], [mode])

Rounds a number up to the nearest integer multiple of specified significance, with negative numbers rounding toward or away from 0 depending on the mode. Learn more. 

Apri scheda
Math

CEILING.PRECISE

CEILING.PRECISE(number, [significance])

Rounds a number up to the nearest integer multiple of specified significance. If the number is positive or negative, it is rounded up. Learn more. 

Apri scheda
Math

COMBIN

COMBIN(n, k)

Returns the number of ways to choose some number of objects from a pool of a given size of objects. Learn more

Apri scheda
Math

COMBINA

COMBINA(n, k)

Returns the number of ways to choose some number of objects from a pool of a given size of objects, including ways that choose the same object multiple times. Learn more.

Apri scheda
Math

COS

COS(angle)

Returns the cosine of an angle provided in radians. Learn more

Apri scheda
Math

COSH

COSH(value)

Returns the hyperbolic cosine of any real number. Learn more

Apri scheda
Math

COT

COT(angle)

Cotangent of an angle provided in radians. Learn more.

Apri scheda
Math

COTH

COTH(value)

Returns the hyperbolic cotangent of any real number. Learn more.

Apri scheda
Math

COUNTBLANK

COUNTBLANK(range)

Returns the number of empty cells in a given range. Learn more

Apri scheda
Math

COUNTIF

COUNTIF(range, criterion)

Returns a conditional count across a range. Learn more

Apri scheda
Math

COUNTIFS

COUNTIFS(criteria_range1, criterion1, [criteria_range2, criterion2, ...])

Returns the count of a range depending on multiple criteria. Learn more

Apri scheda
Math

COUNTUNIQUE

COUNTUNIQUE(value1, [value2, ...])

Counts the number of unique values in a list of specified values and ranges. Learn more

Apri scheda
Math

CSC

CSC(angle)

Returns the cosecant of an angle provided in radians. Learn more.

Apri scheda
Math

CSCH

CSCH(value)

The CSCH function returns the hyperbolic cosecant of any real number. Learn more.

Apri scheda
Math

DECIMAL

DECIMAL(value, base)

The DECIMAL function converts the text representation of a number in another base, to base 10 (decimal). Learn more.

Apri scheda
Math

DEGREES

DEGREES(angle)

Converts an angle value in radians to degrees. Learn more

Apri scheda
Math

ERFC

ERFC(z)

Returns the complementary Gauss error function of a value. Learn more

Apri scheda
Math

EVEN

EVEN(value)

Rounds a number up to the nearest even integer. Learn more

Apri scheda
Math

EXP

EXP(exponent)

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

Apri scheda
Math

FACT

FACT(value)

Returns the factorial of a number. Learn more

Apri scheda
Math

FLOOR

FLOOR(value, [factor])

Rounds a number down to the nearest integer multiple of specified significance. Learn more

Apri scheda
Math

FLOOR.MATH

FLOOR.MATH(number, [significance], [mode])

Rounds a number down to the nearest integer multiple of specified significance, with negative numbers rounding toward or away from 0 depending on the mode. Learn more. 

Apri scheda
Math

FLOOR.PRECISE

FLOOR.PRECISE(number, [significance])

The FLOOR.PRECISE function rounds a number down to the nearest integer or multiple of specified significance. Learn more.

Apri scheda
Math

GAMMALN

GAMMALN(value)

Returns the the logarithm of a specified Gamma function, base e (Euler's number). Learn more

Apri scheda
Math

GCD

GCD(value1, value2)

Returns the greatest common divisor of one or more integers. Learn more

Apri scheda
Math

IMLN

IMLN(complex_value)

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

Apri scheda
Math

IMPOWER

IMPOWER(complex_base, exponent)

Returns a complex number raised to a power. Learn more

Apri scheda
Math

IMSQRT

IMSQRT(complex_number)

Computes the square root of a complex number. Learn more

Apri scheda
Math

INT

INT(value)

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

Apri scheda
Math

ISEVEN

ISEVEN(value)

Checks whether the provided value is even. Learn more

Apri scheda
Math

ISODD

ISODD(value)

Checks whether the provided value is odd. Learn more

Apri scheda
Math

LCM

LCM(value1, value2)

Returns the least common multiple of one or more integers. Learn more

Apri scheda
Math

LN

LN(value)

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

Apri scheda
Math

LOG

LOG(value, base)

Returns the the logarithm of a number given a base. Learn more

Apri scheda
Math

LOG10

LOG10(value)

Returns the the logarithm of a number, base 10. Learn more

Apri scheda
Math

MOD

MOD(dividend, divisor)

Returns the result of the modulo operator, the remainder after a division operation. Learn more

Apri scheda
Math

MROUND

MROUND(value, factor)

Rounds one number to the nearest integer multiple of another. Learn more

Apri scheda
Math

MULTINOMIAL

MULTINOMIAL(value1, value2)

Returns the factorial of the sum of values divided by the product of the values' factorials. Learn more

Apri scheda
Math

MUNIT

MUNIT(dimension)

Returns a unit matrix of size dimension x dimension. Learn more.

Apri scheda
Math

ODD

ODD(value)

Rounds a number up to the nearest odd integer. Learn more

Apri scheda
Math

PI

PI()

Returns the value of Pi to 14 decimal places. Learn more

Apri scheda
Math

POWER

POWER(base, exponent)

Returns a number raised to a power. Learn more

Apri scheda
Math

PRODUCT

PRODUCT(factor1, [factor2, ...])

Returns the result of multiplying a series of numbers together. Learn more

Apri scheda
Math

QUOTIENT

QUOTIENT(dividend, divisor)

Returns one number divided by another. Learn more

Apri scheda
Math

RADIANS

RADIANS(angle)

Converts an angle value in degrees to radians. Learn more

Apri scheda
Math

RAND

RAND()

Returns a random number between 0 inclusive and 1 exclusive. Learn more

Apri scheda
Math

RANDARRAY

RANDARRAY(rows, columns)

Generates an array of random numbers between 0 and 1. Learn more.

Apri scheda
Math

RANDBETWEEN

RANDBETWEEN(low, high)

Returns a uniformly random integer between two values, inclusive. Learn more

Apri scheda
Math

ROUND

ROUND(value, [places])

Rounds a number to a certain number of decimal places according to standard rules. Learn more

Apri scheda
Math

ROUNDDOWN

ROUNDDOWN(value, [places])

Rounds a number to a certain number of decimal places, always rounding down to the next valid increment. Learn more

Apri scheda
Math

ROUNDUP

ROUNDUP(value, [places])

Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Learn more

Apri scheda
Math

SEC

SEC(angle)

The SEC function returns the secant of an angle, measured in radians. Learn more.

Apri scheda
Math

SECH

SECH(value)

The SECH function returns the hyperbolic secant of an angle. Learn more

Apri scheda
Math

SEQUENCE

SEQUENCE(rows, columns, start, step)

Returns an array of sequential numbers, such as 1, 2, 3, 4. Learn more.

Apri scheda
Math

SERIESSUM

SERIESSUM(x, n, m, a)

Given parameters x, n, m, and a, returns the power series sum a1xn + a2x(n+m) + ... + aix(n+(i-1)m), where i is the number of entries in range `a`. Learn more

Apri scheda
Math

SIGN

SIGN(value)

Given an input number, returns `-1` if it is negative, `1` if positive, and `0` if it is zero. Learn more

Apri scheda
Math

SIN

SIN(angle)

Returns the sine of an angle provided in radians. Learn more

Apri scheda
Math

SINH

SINH(value)

Returns the hyperbolic sine of any real number. Learn more

Apri scheda
Math

SQRT

SQRT(value)

Returns the positive square root of a positive number. Learn more

Apri scheda
Math

SQRTPI

SQRTPI(value)

Returns the positive square root of the product of Pi and the given positive number. Learn more

Apri scheda
Math

SUBTOTAL

SUBTOTAL(function_code, range1, [range2, ...])

Returns a subtotal for a vertical range of cells using a specified aggregation function. Learn more

Apri scheda
Math

SUM

SUM(value1, [value2, ...])

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

Apri scheda
Math

SUMIF

SUMIF(range, criterion, [sum_range])

Returns a conditional sum across a range. Learn more

Apri scheda
Math

SUMIFS

SUMIFS(sum_range, criteria_range1, criterion1, [criteria_range2, criterion2, ...])

Returns the sum of a range depending on multiple criteria. Learn more

Apri scheda
Math

SUMSQ

SUMSQ(value1, [value2, ...])

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

Apri scheda
Math

TAN

TAN(angle)

Returns the tangent of an angle provided in radians. Learn more

Apri scheda
Math

TANH

TANH(value)

Returns the hyperbolic tangent of any real number. Learn more

Apri scheda
Math

TRUNC

TRUNC(value, [places])

Truncates a number to a certain number of significant digits by omitting less significant digits. Learn more

Apri scheda