Excel Math and Trig Functions

The Excel math and trig functions are used to perform multiple mathematical calculations such as basic arithmetic calculations, conditional calculations, logarithm, and trigonometric equations.

Complete List of Excel Math and Trig Functions (A to Z)

All Excel Math and Trig functions are mentioned below in alphabetical order:

FunctionDescription
ABS FunctionAbsolute value of a number.
ACOS FunctionArccosine (inverse cosine) of a number.
ACOSH FunctionInverse hyperbolic cosine of a number.
ACOT FunctionArccotangent (inverse cotangent) of a number.
ACOTH FunctionHyperbolic arccotangent (inverse cotangent) of a number.
AGGREGATE FunctionAggregate in a list or database with the option to ignore hidden rows and error values.
ARABIC FunctionRoman to Arabic number.
ASIN FunctionArcsine (inverse sine) of a number.
ASINH FunctionInverse hyperbolic sine of a number.
ATAN FunctionArctangent (inverse tangent) of a number.
ATAN2 FunctionArctangent (inverse tangent) from x- and y-coordinates.
ATANH FunctionInverse hyperbolic tangent of a number.
BASE FunctionNumber to a text representation of the specified radix (base).
CEILING FunctionNumber that is rounded to the nearest integer or nearest multiple of significance.
CEILING.MATH FunctionRound the number to the nearest integer or nearest multiple of significance with the option to round negative numbers toward or away from zero.
CEILING.PRECISE FunctionRegardless of the sign of the number, rounded to the nearest integer or nearest multiple of significance.
COMBIN FunctionNumber of combinations without repetitions for a given number of items.
COMBINA FunctionNumber of combinations with repetitions for a given number of items.
COS FunctionCosine of a number.
COSH FunctionHyperbolic cosine of a number.
COT FunctionCotangent of an angle specified in radians.
COTH FunctionHyperbolic cotangent of a number that is reciprocal of the hyperbolic tangent.
CSC FunctionCosecant of an angle specified in radians.
CSCH FunctionHyperbolic cosecant of an angle specified in radians.
DECIMAL FunctionConverts a text representation of a number in a specified base into a decimal number.
DEGREES FunctionConverts radians which are determined based on the radius of a circle into degrees.
EVEN FunctionRounds a number up to the nearest even number.
EXP FunctionValue of e raised to the power of a specified number.
FACT FunctionFactorial of a number.
FACTDOUBLE FunctionDouble factorial of a number.
FLOOR FunctionRounds a number down, towards zero and to the nearest multiple of a given significance.
FLOOR.MATH FunctionRounds a number down, to the nearest number or to the nearest multiple of a given significance.
FLOOR.PRECISE FunctionRegardless of the sign of the number, the number is rounded down to the nearest number or to the nearest multiple of a given significance.
GCD FunctionGreatest Common Divisor (GCD).
INT FunctionRounds down to the nearest integer although the decimal is closer to the next integer.
ISO.CEILING FunctionNumber rounded up to the nearest integer or to the nearest multiple of significance.
LCM FunctionLeast Common Multiple (LCM).
LN FunctionNatural logarithm of a given number.
LOG FunctionLogarithm of a number to a given base.
LOG10 FunctionBase-10 logarithm of a given number.
MDETERM FunctionMatrix determinant of a given array or range.
MINVERSE FunctionMatrix inverse of a given array or range.
MMULT FunctionMatrix product of two given arrays or ranges.
MOD FunctionRemainder after one number (dividend) is divided by another (divisor).
MROUND FunctionRounds a number to the specified multiple.
MULTINOMINAL FunctionRatio of the factorial of a sum of given values to the product of factorials.
MUNIT FunctionA unit matrix for a given dimension.
ODD FunctionRound up the number to the nearest odd integer.
PI FunctionMathematical constant pi number as 3.14159265358979 (15 digits containing 14 decimals).
POWER FunctionNumber raised to a given power.
PRODUCT FunctionProduct (multiplication) of all the numbers given as arguments.
QUOTIENT FunctionDivide the numeric values with numerator and denominator as arguments by ignoring the remainder.
RADIANS FunctionConverts degrees into radians.
RANBETWEEN FunctionGenerate random number between two specified numbers.
RAND FunctionGenerate random number between 0 and 1.
RANDARRAY FunctionGenerate an array of random numbers between 0 and 1 with specified number of rows, columns, minimum and maximum values.
ROMAN FunctionConverts an Arabic number to specified Roman text type.
ROUND FunctionRounds a number to a specified number of digits.
ROUNDDOWN FunctionRounds a number down to a specified number of digits.
ROUNDUP FunctionRounds a number up to a specified number of digits.
SEC FunctionSecant of an angle.
SECH FunctionHyperbolic secant of an angle.
SEQUENCE FunctionA list of sequential numbers in an array or range.
SERIESSUM FunctionSum of a power series.
SIGN FunctionSign of a number
SIN FunctionSine of an angle.
SINH FunctionHyperbolic sine of a number.
SQRT FunctionSquare root of a positive number.
SQRTPI FunctionSquare root of a positive number multiplied by pi.
SUBTOTAL FunctionSubtotal from a range or array.
SUM FunctionAdd values.
SUMIF FunctionAdd values in a range that meet specified criteria.
SUMIFS FunctionAdd values in a range that meet multiple criteria.
SUMPRODUCT FunctionSum of the products of corresponding arrays or ranges.
SUMSQ FunctionSum of the squares of a given set of values.
SUMX2MY2 FunctionSum of the difference of squares between corresponding items in two arrays or ranges.
SUMX2PY2 FunctionSum of the sum of squares of corresponding items in two arrays or ranges.
SUMXMY2 FunctionSum of the squares of differences between corresponding items in two arrays or ranges.
TAN FunctionTangent of a number.
TANH FunctionHyperbolic tangent of a number.
TRUNC FunctionRemoves the fractional part of a number and truncates to an integer.