Excel
ROUNDDOWN function in Excel
Rounds a number down, toward zero
=ROUNDDOWN(number, num_digits)ROUNDDOWN syntax and parameters
Two arguments, two required.
- numbernumberRequired
Any real number that you want rounded down.
- num_digitsnumberRequired
The number of digits to which you want to round number.
ROUNDDOWN examples
Formulas you'll actually reuse.
Whole hours out of a minute count:
=ROUNDDOWN(B2 / 60, 0)Result
2Toward zero to the hundred below — a conservative estimate:
=ROUNDDOWN(B2, -2)Result
12400
ROUNDDOWN in Google Sheets
Same name — your formula ports as-is.
Try ROUNDDOWN in the playground
Edit the example — nothing to install.
Preloaded with the ROUNDDOWN formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent