Excel Function

ROUND

Rounds a number to specified digits.

ROUND(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 ROUND to Rounds a number to specified digits. use 0 for num_digits. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=ROUND(D2, 0)

Practice This Function