FLOOR
Rounds a number down towards zero to the nearest specified multiple, ensuring values align with defined increments or limits.
Last updated
Was this helpful?
Rounds a number down towards zero to the nearest specified multiple, ensuring values align with defined increments or limits.
The FLOOR function rounds a number towards zero to the nearest specified multiple of significance. It accepts numeric values or cell references as arguments and returns the rounded result based on the given multiple.
FLOOR(value, significance)value - Number or reference (Required).
significance - Multiple to which the number should be rounded. If missing, the number is rounded to the nearest integer less than the number (optional).
FLOOR(COLUMN)In the example below, the FLOOR Values measure is created using the FLOOR function, which returns the rounded-off values of the numbers toward zero.

Last updated
Was this helpful?
Was this helpful?