Returns a number rounded to the nearest multiple of the specified value. The rounding follows standard rules: if the remainder is halfway between two multiples, the number is rounded up.
Parameter List
Syntax
MROUND(number, multiple)
number
The value to round. For example, A1 or 10.
multiple
The multiple to which the number is to be rounded. For example, A2 or 2.