Mathematical Functions

These functions perform specific mathematical calculations. Mathematical functions define and return values that are based on selected member expressions. These functions cover many basic statistical functions and return numeric results that are based on supplied member values. Advanced statistical functions are included in the statistical functions category.

In the following quick-reference table, words in italics loosely represent information you supply to the function. For details, see the individual function topics.

FunctionReturn Value
@ABSAbsolute value of expression.
@AVGAverage of all values in expList.
@EXPe (base of natural logarithms) raised to the power of expression.
@FACTORIALFactorial of expression.
@INTNext lowest integer value of expression.
@LNe (base of natural logarithms) of expression.
@LOGAny base logarithm of expression.
@LOG10Base-10 logarithm of expression.
@MAXMaximum value found in cells of expression list.
@MAXSMaximum value found in cells of expression list, optionally skipping empty values.
@MINMinimum value found in cells of expression list.
@MINSMinimum value found in cells of expression list, optionally skipping empty values.
@MODModulus of a division operation between two members.
@POWERExpression raised to power.
@REMAINDERRemainder value of expression.
@ROUNDExpression rounded to numDigits.
@SUMSum of values found in cells of expression list.
@TRUNCATEExpression with fractional part removed, returning an integer.
@VARVariance between two members.
@VARPERPercent variance between two members.