The ROUNDDOWN function is one of the math and trigonometry functions. It is used to round the number down to the desired number of digits.
Syntax
ROUNDDOWN(number, num_digits)
The ROUNDDOWN function has the following arguments:
Argument | Description |
---|
number | The number you wish to round down. |
num_digits | The number of digits you wish to round down to. |
Notes
How to apply the ROUNDDOWN function.
Examples
The figure below displays the result returned by the ROUNDDOWN function.
