EXCEL FLOOR.PRECISE FUNCTION

This function returns a value that has been rounded down to the nearest integer or significant multiple. The sign of the number is ignored, and the number is rounded down. If the amount or significance is zero, however, zero is returned.

Syntax:

FLOOR.PRECISE(number, [significance])

Parameter list:

  • number – the amount which will be rounded.
  • [optional] the multiple to which the integer should be rounded. The default value for importance is 1 if it is not specified.

Step By Step Guide of FLOOR.PRECISE Function

  • -6.2 is rounded down to the nearest multiple of -1 to -7 by =FLOOR.PRECISE(-6.2,-1).
  • =FLOOR.PRECISE(6.2, 1) reduces the value of 6.2 to the nearest multiple of one to six.
  • -6.2 is rounded down to the next multiple of 1 to -7 by =FLOOR.PRECISE(-6.2, 1).
  • 6.2 is rounded down to the nearest multiple of -1 to 6 by =FLOOR.PRECISE(6.2,-1).
  • =FLOOR.PRECISE(6.2) rounds 6.2 right down to the closest multiple of 1 to 6.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now