Excel Function
ROUND
Rounds a number to specified digits.
ROUND(number, num_digits)Arguments
number
RequiredSpecify a single cell reference.
num_digits
RequiredEnter 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)