ABS
ABS(value)
Returns the absolute value of a number. Learn more
Apri schedaUna 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.
ABS(value)
Returns the absolute value of a number. Learn more
Apri schedaACOS(value)
Returns the inverse cosine of a value, in radians. Learn more
Apri schedaACOSH(value)
Returns the inverse hyperbolic cosine of a number. Learn more
Apri schedaACOT(value)
Returns the inverse cotangent of a value, in radians. Learn more.
Apri schedaACOTH(value)
Returns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive. Learn more.
Apri schedaASIN(value)
Returns the inverse sine of a value, in radians. Learn more
Apri schedaASINH(value)
Returns the inverse hyperbolic sine of a number. Learn more
Apri schedaATAN(value)
Returns the inverse tangent of a value, in radians. Learn more
Apri schedaATAN2(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 schedaATANH(value)
Returns the inverse hyperbolic tangent of a number. Learn more
Apri schedaBASE(value, base, [min_length])
Converts a number into a text representation in another base, for example, base 2 for binary. Learn more.
Apri schedaCEILING(value, [factor])
Rounds a number up to the nearest integer multiple of specified significance. Learn more
Apri schedaCEILING.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 schedaCEILING.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 schedaCOMBIN(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 schedaCOMBINA(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 schedaCOS(angle)
Returns the cosine of an angle provided in radians. Learn more
Apri schedaCOSH(value)
Returns the hyperbolic cosine of any real number. Learn more
Apri schedaCOT(angle)
Cotangent of an angle provided in radians. Learn more.
Apri schedaCOTH(value)
Returns the hyperbolic cotangent of any real number. Learn more.
Apri schedaCOUNTBLANK(range)
Returns the number of empty cells in a given range. Learn more
Apri schedaCOUNTIF(range, criterion)
Returns a conditional count across a range. Learn more
Apri schedaCOUNTIFS(criteria_range1, criterion1, [criteria_range2, criterion2, ...])
Returns the count of a range depending on multiple criteria. Learn more
Apri schedaCOUNTUNIQUE(value1, [value2, ...])
Counts the number of unique values in a list of specified values and ranges. Learn more
Apri schedaCSC(angle)
Returns the cosecant of an angle provided in radians. Learn more.
Apri schedaCSCH(value)
The CSCH function returns the hyperbolic cosecant of any real number. Learn more.
Apri schedaDECIMAL(value, base)
The DECIMAL function converts the text representation of a number in another base, to base 10 (decimal). Learn more.
Apri schedaDEGREES(angle)
Converts an angle value in radians to degrees. Learn more
Apri schedaERFC(z)
Returns the complementary Gauss error function of a value. Learn more
Apri schedaERFC.PRECISE(z)
See ERFC
Apri schedaEVEN(value)
Rounds a number up to the nearest even integer. Learn more
Apri schedaEXP(exponent)
Returns Euler's number, e (~2.718) raised to a power. Learn more
Apri schedaFACT(value)
Returns the factorial of a number. Learn more
Apri schedaFACTDOUBLE(value)
Returns the "double factorial" of a number. Learn more
Apri schedaFLOOR(value, [factor])
Rounds a number down to the nearest integer multiple of specified significance. Learn more
Apri schedaFLOOR.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 schedaFLOOR.PRECISE(number, [significance])
The FLOOR.PRECISE function rounds a number down to the nearest integer or multiple of specified significance. Learn more.
Apri schedaGAMMALN(value)
Returns the the logarithm of a specified Gamma function, base e (Euler's number). Learn more
Apri schedaGAMMALN.PRECISE(value)
See GAMMALN
Apri schedaGCD(value1, value2)
Returns the greatest common divisor of one or more integers. Learn more
Apri schedaIMLN(complex_value)
Returns the logarithm of a complex number, base e (Euler's number). Learn more
Apri schedaIMPOWER(complex_base, exponent)
Returns a complex number raised to a power. Learn more
Apri schedaIMSQRT(complex_number)
Computes the square root of a complex number. Learn more
Apri schedaINT(value)
Rounds a number down to the nearest integer that is less than or equal to it. Learn more
Apri schedaISEVEN(value)
Checks whether the provided value is even. Learn more
Apri schedaISO.CEILING(number, [significance])
See CEILING.PRECISE
Apri schedaISODD(value)
Checks whether the provided value is odd. Learn more
Apri schedaLCM(value1, value2)
Returns the least common multiple of one or more integers. Learn more
Apri schedaLN(value)
Returns the the logarithm of a number, base e (Euler's number). Learn more
Apri schedaLOG(value, base)
Returns the the logarithm of a number given a base. Learn more
Apri schedaLOG10(value)
Returns the the logarithm of a number, base 10. Learn more
Apri schedaMOD(dividend, divisor)
Returns the result of the modulo operator, the remainder after a division operation. Learn more
Apri schedaMROUND(value, factor)
Rounds one number to the nearest integer multiple of another. Learn more
Apri schedaMULTINOMIAL(value1, value2)
Returns the factorial of the sum of values divided by the product of the values' factorials. Learn more
Apri schedaMUNIT(dimension)
Returns a unit matrix of size dimension x dimension. Learn more.
Apri schedaODD(value)
Rounds a number up to the nearest odd integer. Learn more
Apri schedaPI()
Returns the value of Pi to 14 decimal places. Learn more
Apri schedaPOWER(base, exponent)
Returns a number raised to a power. Learn more
Apri schedaPRODUCT(factor1, [factor2, ...])
Returns the result of multiplying a series of numbers together. Learn more
Apri schedaQUOTIENT(dividend, divisor)
Returns one number divided by another. Learn more
Apri schedaRADIANS(angle)
Converts an angle value in degrees to radians. Learn more
Apri schedaRAND()
Returns a random number between 0 inclusive and 1 exclusive. Learn more
Apri schedaRANDARRAY(rows, columns)
Generates an array of random numbers between 0 and 1. Learn more.
Apri schedaRANDBETWEEN(low, high)
Returns a uniformly random integer between two values, inclusive. Learn more
Apri schedaROUND(value, [places])
Rounds a number to a certain number of decimal places according to standard rules. Learn more
Apri schedaROUNDDOWN(value, [places])
Rounds a number to a certain number of decimal places, always rounding down to the next valid increment. Learn more
Apri schedaROUNDUP(value, [places])
Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Learn more
Apri schedaSEC(angle)
The SEC function returns the secant of an angle, measured in radians. Learn more.
Apri schedaSECH(value)
The SECH function returns the hyperbolic secant of an angle. Learn more
Apri schedaSEQUENCE(rows, columns, start, step)
Returns an array of sequential numbers, such as 1, 2, 3, 4. Learn more.
Apri schedaSERIESSUM(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 schedaSIGN(value)
Given an input number, returns `-1` if it is negative, `1` if positive, and `0` if it is zero. Learn more
Apri schedaSIN(angle)
Returns the sine of an angle provided in radians. Learn more
Apri schedaSINH(value)
Returns the hyperbolic sine of any real number. Learn more
Apri schedaSQRT(value)
Returns the positive square root of a positive number. Learn more
Apri schedaSQRTPI(value)
Returns the positive square root of the product of Pi and the given positive number. Learn more
Apri schedaSUBTOTAL(function_code, range1, [range2, ...])
Returns a subtotal for a vertical range of cells using a specified aggregation function. Learn more
Apri schedaSUM(value1, [value2, ...])
Returns the sum of a series of numbers and/or cells. Learn more
Apri schedaSUMIF(range, criterion, [sum_range])
Returns a conditional sum across a range. Learn more
Apri schedaSUMIFS(sum_range, criteria_range1, criterion1, [criteria_range2, criterion2, ...])
Returns the sum of a range depending on multiple criteria. Learn more
Apri schedaSUMSQ(value1, [value2, ...])
Returns the sum of the squares of a series of numbers and/or cells. Learn more
Apri schedaTAN(angle)
Returns the tangent of an angle provided in radians. Learn more
Apri schedaTANH(value)
Returns the hyperbolic tangent of any real number. Learn more
Apri schedaTRUNC(value, [places])
Truncates a number to a certain number of significant digits by omitting less significant digits. Learn more
Apri scheda