MROUND

Rounds a number to a multiple of another.

Syntax:

MROUND(number, multiple:Number)

Rounds number to a multiple of multiple.

Example:

MROUND(12345.678, 2)

returns the number 12346.

Revisions:

This function was added in 2.00.