FLOOR

The FLOOR function rounds a value to a lower number.

Syntax

FLOOR( number )

Remarks

The Floor function rounds a number down to an integer value.

To round a value up to an integer, use the Ceiling function. To perform arithmetic rounding on a value, use the Round function.