FLOOR.PRECISE function

Category: Math and trigonometry
Introduced: Excel 2010

Summary

Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up.

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.

Example

=FLOOR.PRECISE(-3.2,-1)
=FLOOR.PRECISE(3.2, 1)
=FLOOR.PRECISE(-3.2, 1)
=FLOOR.PRECISE(3.2,-1)
=FLOOR.PRECISE(3.2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/floor-precise-function-f769b468-1452-4617-8dc3-02f842a0702e

Back to Functions