The Excel Rounddown function rounds a supplied number down towards zero, to a specified number of decimal places.
The syntax of the function is:
Where the arguments are as follows:
number | - | The number to be rounded. |
num_digits | - |
The number of decimal places to round the supplied number to. Note that:
|
Column B of following spreadsheet shows several examples of the Excel Rounddown function:
Formulas:
|
Results:
|
The above examples show how the Rounddown function always rounds down towards zero. I.e. a positive number becomes less positive and a negative number becomes less negative.
If you require different rounding rules, check out our comparison of Excel Rounding Functions.
See the Microsoft Office website for further details and examples of the Excel Rounddown Function.