Returns a number rounded up to the desired multiple
Syntax
MROUND(number, [multiple])
- number—The number to round
- multiple—[optional]The nearest multiple of significance in which to round
Sample usage
MROUND([Price Per Unit]1, 5)
Usage notes
The number and multiple must both be positive or negative.
Examples
Formula | Description | Result |
---|---|---|
MROUND(27, 5) | Rounds 27 to the nearest multiple of 5. | 25 |
MROUND(134, 10) | Rounds 134 to the nearest multiple of 10. | 130 |
MROUND(8.6, 0.5) | Rounds 8.6 to the nearest multiple of 0.5. | 8.5 |
MROUND(-22, 6) | Rounds -22 to the nearest multiple of 6 (both number and multiple are negative). | -24 |
Still need help?
Use the Formula Handbook template to find more support resources, and view 100+ formulas, including a glossary of every function that you can practice working with in real time, and examples of commonly used and advanced formulas.
Find examples of how other Smartsheet customers use this function or ask about your specific use case in the Smartsheet online Community.