The information in this article applies to:
SUMMARYThe MROUND worksheet function returns a number that is rounded to a specific multiple. However, MROUND requires that the Analysis ToolPak add-in be installed before the function is available. If you do not want to install the Analysis ToolPak, you can use the ROUND worksheet function instead. MORE INFORMATIONRounding a NumberTo round a number to the nearest multiple of "x" by using ROUND in Microsoft Excel, use the following syntax:
For example, to round a number to the nearest multiple of 5, enter the
following into a worksheet:
The result is 15.
The following formula, which uses the MROUND function, rounds the number 1.58 to the nearest fractional multiple of 0.5:
The result is 1.50.
NOTE: The MROUND function is installed with the Analysis Toolpak add-in. To load this add-in after you install it, click Add-ins on the Tools menu. In the Add-ins dialog box, click to select the Analysis ToolPak check box. Rounding TimeTo round time to the nearest multiple of "x" by using ROUND in Microsoft Excel, use the following syntax:
Note that you must multiply the time by 24 to convert the time value to its
decimal equivalent. In this example, 8:05 becomes the number 8.08333. It is
converted back to a time value by dividing by 24 again at the end of the
formula.
For example, the following formula, which uses the ROUND function, rounds the time 8:10 to the nearest quarter of an hour or the nearest 15 minutes:
The result is 8:15.
NOTE: You can refer to a cell address instead of using TIMEVALUE("8:05"), as in the following formula:
The following formula, which uses the MROUND function, rounds the time 8:05
to the nearest quarter of an hour or to the nearest 15 minutes:
The result is 8:00.
REFERENCESFor more information about the ROUND function, click Contents and Index
on the Help menu, click the Index tab in Excel Help, type the
following text round worksheet functionand then double-click the selected text to go to the "ROUND" topic. If you are unable to find the information you need, ask the Office Assistant. Additional query words: XL97 nth Q24720
Keywords : kbdta xlformulas |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |