WorksheetFunction.Floor Method (Excel)

Rounds number down, toward zero, to the nearest multiple of significance.

Important

This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.

For more information about the new function, see the Floor_Precise method.

Syntax

expression .Floor(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Double

Number - the numeric value you want to round.

Arg2

Required

Double

Significance - the multiple to which you want to round.

Return Value

Double

Remarks

  • If either argument is nonnumeric, FLOOR returns the #VALUE! error value.

  • If number and significance have different signs, FLOOR returns the #NUM! error value.

  • Regardless of the sign of number, a value is rounded down when adjusted away from zero. If number is an exact multiple of significance, no rounding occurs.

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members