![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > MROUND |
MROUND(number, multiple) |
| Returns a number rounded to the desired multiple. |
| number | The number you want to round. | |
| multiple | The multiple to which you want to round. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| This function rounds up, if the remainder of dividing "number" by "multiple" is greater than or equal to half the value of "multiple". | ||
| This function rounds down, if the remainder of dividing "number" by "multiple" is less than half the value of "multiple". | ||
| If "number" and "multiple" have different signs, then #NUM! is returned. |
| EXAMPLES |
|
| Functions - M | Index - M | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |