Archive

EXP

Returns e raised to the power of a given number. The constant e equals 2.71828182845904, the base of the natural logarithm.

EVEN

Returns number rounded up to the nearest even integer. You can use this function for processing items that come in twos. For example, a packing crate accepts rows of one or two items. The crate is full when the number of items, rounded up to the nearest two, matches the crate’s capacity.

DIVIDE

Performs division and returns alternate result or BLANK() on division by 0.

DEGREES

Converts radians into degrees.

CURRENCY

Evaluates the argument and returns the result as currency data type.

COSH

Returns the hyperbolic cosine of a number.

COS

Returns the cosine of the given angle.

COMBINA

Returns the number of combinations (with repetitions) for a given number of items.

COMBIN

Returns the number of combinations for a given number of items. Use COMBIN to determine the total possible number of groups for a given number of items.

CEILING

Rounds a number up, to the nearest integer or to the nearest multiple of significance.