ExcelExcel 2013+
FLOOR.MATH function in Excel
Rounds a number down, to the nearest integer or to the nearest multiple of significance
=FLOOR.MATH(number, significance, mode)FLOOR.MATH syntax and parameters
Three arguments, one required.
- numbernumberRequired
The number to be rounded down.
- significancenumberOptional
The multiple to which you want to round.
- modenumberOptional
The direction (toward or away from 0) to round negative numbers.
FLOOR.MATH examples
Formulas you'll actually reuse.
Billable hours rounded DOWN to the half hour:
=FLOOR.MATH(B2, 0.5)Result
7.5Negatives toward zero with mode 1 — −23 becomes −20:
=FLOOR.MATH(-B2, 10, 1)Result
-20
FLOOR.MATH in Google Sheets
Same name — your formula ports as-is.
Try FLOOR.MATH in the playground
Edit the example — nothing to install.
Preloaded with the FLOOR.MATH 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