Returns a number rounded up to the desired multiple.
Sample Usage
MROUND([Price Per Unit]1, 5)
Syntax
MROUND(
- number
- [multiple]
- number—The number to round.
- multiple—[optional]The nearest multiple of significance in which to round.
Usage Notes
The number and multiple must both be positive or negative.