Skip to main content

FLOOR.PRECISE

Definition

Returns a number that is rounded down to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded down. However, if the number or the significance is zero, zero is returned.

Sample Usage

Syntax

FLOOR.PRECISE(number, [significance])

The FLOOR.PRECISE function syntax has the following arguments:

  • Number    Required. The value to be rounded.

  • Significance    Optional. The multiple to which number is to be rounded.

    If significance is omitted, its default value is 1.

Remarks

  • The absolute value of the multiple is used, so that the FLOOR.PRECISE function returns the mathematical floor irrespective of the signs of number and significance.

In order to use the FLOOR.PRECISE formula, start with your edited Excellentable:



Then type in the FLOOR.PRECISE formula in the area you would like to display the outcome:



By adding the values you would like to calculate the FLOOR.PRECISE formula for, Excellentable will generate the outcome:


  


A
B
1
FLOOR.PRECISE Formula
Value
2
FLOOR.PRECISE(3.2,1)
3
3
FLOOR.PRECISE(3.2,-1)
3

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.