FLOOR.MATH

rounds down with optional significance and mode · from excel · excel: not yet compared · sheets: not yet compared

signature

FLOOR.MATH(number, [significance], [mode])

returns: number

argumentrequired
number required
significance optional
mode optional

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =FLOOR.MATH(2) 2

related

  • ABS returns absolute value of a number
  • ACOS returns arccosine of a number
  • ACOSH returns inverse hyperbolic cosine
  • ACOT returns the arccotangent of a number
  • ACOTH returns the inverse hyperbolic cotangent
  • ADD adds two numbers — sheets exposes the + operator as a function