=MROUND(number,multiple)
=MROUND(10,3)
This example will round up the number 10 to the nearest multiple of 3. In this case, the result will be 9.
=MROUND(10,4)
This example will round up the number 10 to the nearest multiple of 4. In this case, the result will be 12.
=MROUND(119,25)
This example will round up the number 119 to the nearest multiple of 25. In this case, the result will be 125.
=MROUND(-10,-3)
This example will round up the number -10 to the nearest multiple of -3. In this case, the result will be -9.
=MROUND(-10,-4)
This example will round up the number -10 to the nearest multiple of -4. In this case, the result will be -12.
=MROUND(-119,-25)
This example will round up the number -119 to the nearest multiple of -25. In this case, the result will be -125.
The MROUND function is used to round a number to a multiple. It takes two arguments, the number to round and the number to use when rounding. It rounds up or down depending on the multiple and rounds to the nearest integer or negative number. It's also useful for rounding prices to .99.