ROUNDDOWN Function Explained

The ROUNDDOWN Function in Microsoft Excel rounds a number down to the nearest integer or to the specified number of decimal places. It takes two arguments: the number to be rounded and the number of decimal places to which it should be rounded. The result is always rounded down, regardless of the sign of the number.

ROUNDDOWN Function Syntax

ROUNDDOWN(number, num_digits)

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