Excel Function

ROUNDUP

Rounds a number up.

ROUNDUP(number, num_digits)

Arguments

number

Required

Specify a single cell reference.

num_digits

Required

Enter a numeric value.

Practice Preview

Use ROUNDUP to round cell D4 (Amount in column D) up to 0 decimal places.

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=ROUNDUP(D4, 0)

Result

902

Practice This Function

ROUNDUP FAQ

How do I use ROUNDUP in Excel?

Use ROUNDUP when you want to round a value up. Enter Number, Number of digits in that order, then add optional arguments when needed.

Where can I practice ROUNDUP?

Use the "Start Function Practice" button to jump straight into ROUNDUP drills.

What arguments does ROUNDUP use?

The main arguments are Number, Number of digits. Enter them in order.