Skip to content

=FLOOR

The =FLOOR() function returns the largest integer value that is less than or equal to the specified number.

=FLOOR(AnyNumber)
  • AnyNumber

    • Any numeric value (integer or decimal) to be rounded downward.
  • Removes the decimal portion of a number by rounding down to the nearest whole integer.

  • If the value is already an integer, it is returned unchanged.

  • Works with positive and negative numbers.

  • Formula functions are case sensitive and must be written in ALL CAPS.

=FLOOR(3.8)

Returns: 3


FLOOR, rounding down, integer rounding, math function, numeric functions, formula function, workflow formulas