MROUND
Returns a number rounded to the desired multiple
Syntax
MROUND(number, multiple)
Parameters
- number: Required. The value to round
- multiple: Required. The multiple to which you want to round number
Example
=MROUND(10, 3)
Returns a number rounded to the desired multiple
MROUND(number, multiple)
=MROUND(10, 3)