Rounds a number up, away from 0 (zero).
Syntax
ROUNDUP(number,num_digits)
Number is any real number that you want rounded up.
Num_digits is the number of digits to which you want to round number.
Remarks
- ROUNDUP behaves like ROUND, except that it always rounds a number up.
-
If num_digits is greater than 0 (zero), then number is rounded up to the specified number of decimal places.
-
If num_digits is 0, then number is rounded up to the nearest integer.
-
If num_digits is less than 0, then number is rounded up to the left of the decimal point.
Example
The example may be easier to understand if you copy it to a blank worksheet.
- Create a blank workbook or worksheet.
- Select the example in the Help topic. Do not select the row or column headers.
Selecting an example from Help
- Press CTRL+C.
- In the worksheet, select cell A1, and press CTRL+V.
- To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Tools menu, point to Formula Auditing, and then click Formula Auditing Mode.
|
|