What is the ROUNDUP Function?
The ROUNDUP Function is categorized under Excel Math and Trigonometry functions. The function will round up a number away from zero.
As a financial analyst, the ROUNDUP function is useful as it helps round a number and eliminates the least significant digits, simplifying the notation but keeping close to the original value.
Formula
=ROUNDUP(number,num_digits)
The ROUNDUP function uses the following arguments:
- Number (required argument) – This is a real number that we wish to round up.
- Num_digits (required argument) – This is the number of digits to which we want to round the number.
Now, if the num_digits argument is:
- A positive value, it specifies the number of digits to the right of the decimal point.
- Equal to zero, it specifies rounding to the nearest integer.
- A negative value, it specifies the number of digits to the left of the decimal point.
How to use the ROUNDUP Function in Excel?
To understand the uses of the ROUNDUP function, let’s consider a few examples:
Example 1
Suppose we are given the following data:
Number | Digits | Remarks |
---|---|---|
5.142 | 0 | Round up to the nearest whole number |
5.142 | 1 | Round up to 1 decimal place |
5.142 | 2 | Round up to 2 decimal places |
2785.2 | 3 | Round up to 3 decimal places |
2785.2 | -1 | Round up to the nearest 10 |
2785.2 | -2 | Round up to the nearest 100 |
2785.2 | -3 | Round up to the nearest 1000 |
2785.2 | -4 | Round up to the nearest 10000 |
The results we get in Excel are shown below:
Example 2
Suppose we are given the following data:
Date | Quarter |
---|---|
01/31/18 | 1 |
04/15/18 | 2 |
07/01/18 | 3 |
If we wish to calculate the quarter (i.e., 1, 2, 3, 4) from a date, we can use this function together with the MONTH function. The formula to be used is:
The formula above extracts the month as a number between 1-12, then divides the number by 3. The result is then rounded up to the nearest whole number using the ROUNDUP function. As we concatenated Q with the formula, we get the result below:
Things to remember about the ROUNDUP Function
- ROUNDUP behaves like ROUND, except that it always rounds a number up.
- ROUNDUP can round either to the left or right of the decimal point.
- Unlike standard rounding, where numbers less than 5 are rounded up, the function always rounds numbers 1-9 up.
Click here to download the sample Excel file
Additional resources
Thanks for reading CFI’s guide to the Excel ROUNDUP function. By taking the time to learn and master these Excel functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources: