Use Excel's math and trigonometry functions in your Anaplan XL reports

FunctionDescription
ABSReturns the absolute value of a number.
ACOSReturns the arccosine of a number in radians in the range 0 to pi.
ACOSHReturns the inverse hyperbolic cosine of a number.
ACOTReturns the inverse cotangent of the specified number.
ACOTHReturns the inverse hyperbolic cotangent of the specified number.
AGGREGATEReturns an aggregate in a list or database
ARABICConverts the specified Roman numeral to a number.
ASINReturns the arcsine of a number in radians in the range -pi/2 to pi/2.
ASINHReturns the inverse hyperbolic sine of a number.
ATANReturns the arctangent of a number in radians in the range -pi/2 to pi/2
ATAN2Returns the four-quadrant arctangent of the specified x- and y- coordinates in radians between -pi and pi excluding -pi. A positive result represents a counterclockwise angle from the x-axis, a negative result represents a clockwise angle.
ATANHReturns the inverse hyperbolic tangent of a number.
BASEConverts the specified number to text with the specified radix and minimum length.
CEILINGReturns a number rounded up, away from zero, to the nearest multiple of significance.
CEILING.MATHReturns the specified number rounded up using the specified significance and mode.
CEILING.PRECISERounds a number to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number if rounded up.
COMBINReturns the number of combinations for a given number of items.
COMBINAReturns the number of combinations with the specified number of items.
COSReturns the cosine of the given angle.
COSHReturns the hyperbolic cosine of a number.
COTReturns the cotangent of the specified angle.
COTHReturns the hyperbolic cotangent of the specified angle.
CSCReturns the cosecant of the specified angle.
CSCHReturns the hyperbolic cosecant of the specified angle.
DECIMALConverts the specified text to a number using the specified radix.
DEGREESConverts radians into degrees.
EVENReturns a number rounded up to the next even integer for positive integers and rounded down to the next even integer for negative numbers.
EXPReturns e (2.71828182845804) raised to the power of a specified number.
FACTReturns the factorial of a number.
FACTDOUBLEReturns the double factorial of a number.
FLOORReturns a number rounded down, toward zero, to the nearest multiple of significance.
FLOOR.MATHReturns the specified number rounded down using the specified significance and mode.
FLOOR.PRECISERounds a number to the nearest integeror to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up.
GCDReturns the greatest common divisor of two or more integers.
INTRounds a number down to the nearest integer.
ISO.CEILINGReturns the specified number rounded up using the specified significance.
LCMReturns the least common multiple of integers.
LNReturns the natural (base e) logarithm of a number.
LOGReturns the logarithm of a number of the base you specify.
LOG10Returns the base-10 logarithm of a number.
MDETERMReturns the matrix determinant of an array.
MINVERSEReturns the inverse matrix for the matrix stored in an array.
MMULTReturns the matrix product of two arrays. The result is an array with the same number of rows as array1 and the same number of columns as array2.
MODReturns the remainder of a division operation (modulus).
MROUNDReturns a number rounded to the desired multiple. Rounds up if the remainder after dividing the number by the multiple is at least half the value of the multiple.
MULTINOMIALReturns the ratio of the factorial of the sum of the values to the product of the factorials.
MUNITReturns an identity matrix with the specified n by n dimension.
ODDReturns a number rounded up away from zero to the nearest odd integer.
PIReturns the approximate number 3.14159265358979, the mathematical constant pi, accurate to 15 digits.
POWERReturns the result of a specified number raised to a specified power.
PRODUCTMultiplies all the numbers given as arguments and returns the product.
QUOTIENTReturns the integer portion of a division.
RADIANSConverts degrees to radians.
RANDReturns an evenly distributed random number greater than or equal to 0 and less than 1. A new random number is returned every time the worksheet is calculated.
RANDBETWEENReturns a random integer between the integers you specify. A new random number is returned every time the worksheet is calculated.
ROMANConverts an Arabic numeral to Roman, as text.
ROUNDRound a number to a specified number of digits.
ROUNDDOWNRounds a number down, towards zero.
ROUNDUPRounds a number up, away from zero.
SECReturns the secant of the specified angle.
SECHReturns the hyperbolic secant of the specified angle.
SERIESSUMReturns the sum of a power series.
SIGNDetermines the sign of a number. Returns 1 if the value is positive, 0 if the value is 0, and -1 if the value is negative.
SINReturns the sine of a given angle.
SINHReturns the hyperbolic sine of a number.
SQRTReturns a positive square root.
SQRTPIReturns the square root of (NUMBER * Pi)
SUBTOTALReturns a subtotal in a list or database.
SUMAdds all the numbers in a range of cells.
SUMIFAdds the cells specified by a certain criteria.
SUMIFSAdds the cells in a range that meet multiple criteria
SUMPRODUCTMultiplies corresponding components in the given arrays, and returns the sum of those products.
SUMSQReturns the sum of the squares of the arguments.
SUMX2MY2Returns the sum of the difference of squares of corresponding values in two arrays.
SUMX2PY2Returns the sum of the sum of squares of corresponding values in two arrays.
SUMXMY2Returns the sum of squares of differences of corresponding values in two arrays.
TANReturns the tangent of the given angle.
TANHReturns the hyperbolic tangent of a number.
TRUNCTruncates a number to an integer by removing the fractional part of a number.