Google Sheets
FLOOR.PRECISE function in Google Sheets
The FLOOR.PRECISE function rounds a number down to the nearest integer or multiple of specified significance. .
=FLOOR.PRECISE(number, [significance])FLOOR.PRECISE syntax and parameters
Two arguments, one required.
- numbernumberRequired
- significancenumberOptional
FLOOR.PRECISE examples
Formulas you'll actually reuse.
Down to the previous half, ignoring the significance's sign:
=FLOOR.PRECISE(B2, 0.5)Result
7.5Negatives always round toward negative infinity: −23 becomes −30:
=FLOOR.PRECISE(-B2, 10)Result
-30
FLOOR.PRECISE in Excel
Same name — your formula ports as-is.
Try FLOOR.PRECISE in the playground
Edit the example — nothing to install.
Preloaded with the FLOOR.PRECISE formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel