Menu

MROUND

Description

Returns a number rounded to the desired multiple.

Examples

MROUND(15, 20) = 20

MROUND(45, 0) = NAN

MROUND(NAN) = NAN

MROUND(INF) = NAN

MROUND(-INF) = NAN

On this page