Menu

CEILING.MATH

Description

The CEILING.MATH function rounds a number up to the nearest integer or, optionally, to the nearest multiple of significance.

Examples

CEILING.MATH(1.2, 1) = 2

CEILING.MATH(10.66, 5) = 15

CEILING.MATH(NAN) = NAN

CEILING.MATH(INF) = NAN

CEILING.MATH(-INF) = NAN

On this page