Excel Function

ROUNDDOWN

Rounds a number down.

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

Sample correct formula

=ROUNDDOWN(D2, 0)

Practice This Function