Math functions

NAME
DESCRIPTION

Returns the absolute value of a number, a number without its sign

Returns the average of the arguments

Returns the average of the filtered values that satisfy the given condition

Returns the average of the arguments excluding negatives

Returns the average of the arguments excluding zeros

Returns the average of the arguments excluding zeros and negatives

Rounds a number to the nearest integer or to the nearest multiple of significance

Counts the number of items in the list

Returns the count of items that match the specified condition

Returns the division of two values

Rounds to the nearest higher even number

Returns e raised to the power of a given number

Rounds a number (towards zero) to the nearest specified multiple of significance

Returns the index of the first occurrence of a number in an array of numbers

Returns the nth largest number from a list of values

Returns the logarithm of a number to the base specified

Rounds off an input number and returns the nearest higher odd number.

Returns the largest number in a set of values

Returns the smallest number in a set of values

Divides two numbers and returns the remainder

Rounds a number to the nearest multiple of a specified value.

Converts text to a number

Calculates Normal distribution for a measure, mean, and standard deviation

Calculates the standard normal distribution for a measure, with a mean of 0 and a standard distribution of 1

Calculates the inverse normal distribution for a measure, mean, and standard deviation.

Calculates the inverse standard normal distribution for a measure, with a mean of 0, and standard deviation of 1.

Rounds to the nearest higher odd number

Used for a percentage calculation

Returns the result of a number raised to a power

Returns a random number between 0 and 1

Returns a random number between two values

Rounds a number to the specified number of decimal places

Rounds a number down, toward zero

Rounds a number up, away from zero

Returns the nth smallest number from a list of values

Accepts a series of values and returns an array of the values sorted in ascending order.

Accepts a series of values, subtracts them, and returns a number.

Returns the sum of all the numbers in the argument

Returns the square root of a number

Finance Function

Calculates the payment for a loan based on constant payments and a constant interest rate

Last updated

Was this helpful?