Skip to content

Math & Trigonometry

Built-in functions › Spreadsheet formulas › Math & Trigonometry

39 functions in this category.

FunctionWhat it does
arabicConvert a Roman numeral to an Arabic number.
baseConvert an integer to a string in a specified radix.
ceilingRound up to a multiple of significance.
combinNumber of unordered selections (combinations) of k from n.
combinaCombinations with repetition allowed.
decimalConvert a numeric string in any radix to a decimal number.
degreesConvert radians to degrees.
evenRound up to the nearest even integer.
factFactorial.
factdoubleDouble factorial.
gcdGreatest common divisor.
intRound down to the nearest integer.
lcmLeast common multiple.
lnNatural logarithm (base e).
mmultMatrix multiplication of two arrays.
mroundRound to the nearest multiple of a given value.
multinomialMultinomial coefficient.
munitUnit (identity) matrix.
oddRound up to the nearest odd integer.
productProduct of all numeric arguments.
quotientInteger portion of a division.
radiansConvert degrees to radians.
randarrayArray of uniform random values.
randbetweenUniform random integer in a range.
romanConvert an Arabic number to a Roman numeral.
rounddownRound toward zero with specified precision.
roundupRound away from zero with specified precision.
sequenceGenerate a sequence of evenly-spaced numbers.
seriessumSum of a power series.
sqrtpiSquare root of number * pi.
subtotalAggregate over visible cells using a function code.
sumifSum cells in a range that meet a criterion.
sumifsSum cells meeting multiple criteria.
sumproductSum of element-wise products of arrays.
sumsqSum of squares.
sumx2my2Sum of (x² − y²) over paired arrays.
sumx2py2Sum of (x² + y²) over paired arrays.
sumxmy2Sum of squared differences between paired arrays.
truncTruncate toward zero.