MROUND
rounds to the nearest multiple · from excel · excel: not yet compared · sheets: not yet compared
signature
MROUND(number, multiple)
returns: number
| argument | required |
|---|---|
| number | required |
| multiple | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=MROUND(2, 3) 3