ROUND Function Explained

The ROUND function in Microsoft Excel rounds a number to a specified number of digits. It takes two arguments: the number to round and the number of digits to which it should be rounded. It returns a number rounded to the specified number of digits.

ROUND Function Syntax

ROUND(number, num_digits)

  • number: The number that you want to round.
  • num_digits: The number of digits to which you want to round the number.