Excel ROUNDUP function with examples

Rounding up numbers is easy to do, but it can become a tedious task when you have to do it often. With the Excel ROUNDUP function, you can round up multiple values quickly.

How to round up in Excel quick guide

  1. Select the cell where the rounded-up value should be displayed.
  2. Type =ROUNDUP(A1,2) to round up the number from cell A1 to two decimal places. If you want to round the number in cell A2 up to one decimal place, type =ROUNDUP(A2,1).
  3. The cell you selected will now display the rounded-up form of the number.

How to use the Excel function for rounding up

Functions can be used in Excel in two ways: manually or with the Function Wizard. In both cases, you must enter two values: the number to be rounded up and how many places it should be rounded up to. Excel ROUNDUP displays the result in the cell containing the function. The instructions shown here apply to Excel versions from 2016 onwards and Microsoft 365.

Manually entering the Excel ROUNDUP function

Place the cursor in the cell where you want to add the Excel ROUNDUP formula and enter the following: =ROUNDUP. After typing the first few letters, Excel will display ROUNDUP as one of the options in a drop-down list.

excel-enter-roundup.png
In Excel, formulas always begin with an equals sign.

After double-clicking on the function, you can enter the parameters in the Excel function for rounding up. Click on Enter to carry out the ROUNDUP function. You should now see the result displayed in the cell.

Using the Function Wizard for the Excel ROUNDUP function

Click on Formulas in the menu bar and then on Insert Function on the far left. You can then select the function you want to use from a list and adapt it based on various criteria.

We are interested in rounding up numbers, so we are going to double-click on ROUNDUP. This opens the function window. Enter the number you want to round up and the number of decimal places it should be rounded up to in the corresponding boxes and click OK.

excel-insert-function-roundup.png
You can find ROUNDUP in the Insert Function section.

Dynamic use of Excel ROUNDUP

If you want to use the Excel ROUNDUP function to round up multiple figures to various decimal places, one quick way to do this is to copy the values from other cells. This speeds up the process of creating different Excel formulas for rounding up.

In the following example, the number to be rounded up is copied from cell A1 and the number of decimal places from cell A2. The result will be displayed in C1.

Hereโ€™s how to use Excel ROUNDUP with the Function Wizard:

  • Step 1: Select cell C1.
  • Step 2: Click on Formulas in the menu bar. Click on Insert Function on the left.
  • Step 3: Type โ€œroundupโ€ + click on [Enter].
  • Step 4: Double-click on ROUNDUP and place the cursor in the Number box.
  • Step 5: Click in the A1 field. The cell name appears in the text field. Place the cursor in the Num_digits field.
  • Step 6: Select cell A2. The cell name appears in the text box.
excel-roundup-formula-manual.png
A1 appears in the Number field and A2 in the Num_digits field.

Excel ROUNDUP vs. ROUND

Before using the ROUNDUP and ROUND functions, itโ€™s important to know the difference between the two. Which function is best depends on what you want to do:

ROUNDUP increases the figure to the next higher unit:

=ROUNDUP(Number,Num_digits)

ROUND adjusts the figure to the nearest unit:

=ROUND(Number,Num_digits)

The number you specify for Num_digits will determine the number of decimal places that Excel will round to. Letโ€™s take the number 3.24 as an example:

Round up 3.24 to 0 decimal places: 4

=ROUNDUP(3.24,0)
excel-roundup-no-decimal-places.png
Round a value up to a whole number.

Round up 3.24 to one decimal place: 3.3

=ROUNDUP(3.24,1)
excel-roundup-one-decimal-place.png
Round a value up to one decimal place using the Excel Roundup function.

Round up 3.24 to two decimal places: 3.24

=ROUNDUP(3.24,2)
excel-roundup-two-decimal-places.png
Round a value up to two decimal places using the Excel Roundup function.

Letโ€™s use the same example to see the difference to the Excel function ROUND:

  • ROUND to 0 decimal places: 3
  • ROUND to 1 decimal place: 3.2
  • ROUND to 2 decimal places: 3.24

Rounding means adjusting the figure to the unit that is closest. The rounding threshold is 5. At or above this value, we round up. Below it, we round down. Example for rounding to 0 decimal places:

  • ROUND 3.499999999999 to 0 decimal places: 3
  • ROUND 3.5 to 0 decimal places: 4
Tip

In Excel, itโ€™s just as easy to round up as it is to round down. The ROUNDDOWN function makes it easy to round numbers down.

HiDrive Cloud Storage
Store and share your data on the go
  • Store, share, and edit data easily
  • Backed up and highly secure
  • Sync with all devices
Was this article helpful?
We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.
Page top