Excel Function : MROUND
Category
Math and trigonometry
Description
Returns a number rounded to the desired multiple
Microsoft Excel Reference Page
https://support.office.com/en-us/article/MROUND-function-c299c3b0-15a5-426d-aa4b-d2d5b3baf427
Syntax and Description of the MROUND Excel Function
The syntax for the MROUND function in Microsoft Excel is: =MROUND(number, significance) where the number argument is the number you want to round, and the significance argument is the multiple to which you want to round the number.
About MROUND Excel Function
MROUND rounds a number to the nearest multiple of a given number. The MROUND function syntax has the following arguments: Number Required. The number you want to round. Multiple Required. The multiple to which you want to round number. For example, if you want to round the number 12.5 to the nearest multiple of 3, you would use the following formula: =MROUND(12.5,3) The result would be 15.