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

display numeric calculation results. Use ROUNDUP to Rounds a number up. use 0 for num_digits. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=ROUNDUP(D2, 0)

Practice This Function