Math functions
Math functions help you perform numerical calculations, statistical analysis, rounding operations, and financial computations in reports. These functions can be used to aggregate values, apply mathematical operations, generate random numbers, and evaluate statistical distributions.
In Plan, math functions help you create calculations for scenarios such as variance analysis, percentage calculations, forecasting, rounding, and financial modeling.
In this category
Returns the absolute value of a number without its sign.
Returns the average of the specified values.
Returns the average of values excluding negative numbers.
Returns the average of values excluding zeros.
Returns the average of values excluding zeros and negative numbers.
Rounds a number up to the nearest integer or specified multiple.
Returns the count of values in a list.
Returns the count of values that satisfy a specified condition.
Returns the result of dividing one value by another.
Rounds a number up to the nearest even integer.
Returns e raised to the power of a specified number.
Rounds a number down to the nearest specified multiple.
Returns the index of the first occurrence of a value in a list.
Returns the logarithm of a number to a specified base.
Returns the largest value in a list.
Returns the smallest value in a list.
Rounds a number to the nearest multiple of a specified value.
NORMDIST
Returns the normal distribution for a specified value, mean, and standard deviation.
NORMSDIST
Returns the standard normal distribution for a specified value, with a mean of 0 and a standard deviation of 1.
NORMINV
Returns the inverse normal distribution for a specified value, mean, and standard deviation.
NORMSINV
Returns the inverse standard normal distribution for a specified value, with a mean of 0 and a standard deviation of 1.
Rounds a number up to the nearest odd integer.
Returns the result of a number raised to a specified power.
Returns a random number between 0 and 1.
Returns a random number between two specified 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 square root of a number.
Returns the sum of the specified values.
Returns the percentage value for a calculation.
Finance Function
Calculates the payment amount for a loan based on constant payments and interest rate.
Last updated
Was this helpful?