CEILING

Syntax:

CEILING(number {, multiple:number})

Rounds number to the given multiple towards +infinity.

If multiple is omitted, 1 is used.

For compatibility with Microsoft Excel, rounding is away from zero if both parameters are negative.

Added in 2.00.