Rounds a decimal number down, toward zero, to a specified decimal digits.
Syntax
number: The number you want to round down. Eg., 2.4456
Examples
|
Formula |
Result |
|
=ROUNDDOWN(2.445631;3) |
2.445 |
|
=ROUNDDOWN(-3.15/2;2) |
-1.57 |
|
=ROUNDDOWN(478.2189;2) |
478.21 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions