Excel MROUND Function
Basic Description
The Excel Mround function rounds a supplied number up or down to the nearest multiple of a given number.
The syntax of the function is:
Where the arguments are as follows:
| number | - | The initial number |
| multiple | - |
The multiple that the supplied number should be rounded to. Note: The multiple argument should have the same sign (positive or negative) as the initial number argument. |
Mround Function Examples
The following spreadsheet shows several examples of the Mround function:
|
Formulas:
|
Results:
|
The above examples show how the Mround function rounds the supplied number up or down, to the nearest multiple of the supplied multiple argument.
Further information on the Excel Mround Function is provided on the Microsoft Office website.
Mround Function Error
If you get an error from the Excel Mround function, this is likely to be the #NUM! error :
| #NUM! | - | Occurs if the multiple argument has a different sign (positive or negative) as the initial number argument. |