FLOOR

FLOOR nearest multiple of significance whose absolute value is at most ABS(x)

Synopsis

FLOOR(x,significance)

Arguments

x: number

significance: base multiple (defaults to 1 for x > 0 and -1 for x <0)

Description

FLOOR(x,significance) is the nearest multiple of significance whose absolute value is at most ABS(x)

Microsoft Excel Compatibility

This function is Excel compatible.

OpenDocument Format (ODF) Compatibility

FLOOR(x) is exported to ODF as FLOOR(x,SIGN(x),1). FLOOR(x,significance) is the OpenFormula function FLOOR(x,significance,1).

See also

CEIL, CEILING, ABS, INT, MOD.