Excel FLOOR.PRECISE Function
Basic Description
The Excel Floor.Precise function rounds a supplied number down (regardless of the number's sign), to the nearest multiple of a given number.
The syntax of the function is:
Where the arguments are as follows:
| number | - | The initial number that is to be rounded down |
| [significance] | - |
An optional argument that specifies the multiple of significance to round the supplied number down to. If omitted, the significance argument takes on the default value 1 |
Note that the arithmetic sign of the [significance] argument is ignored. The supplied number is rounded down for both positive and negative [significance] values.
Floor.Precise Function Examples
The following spreadsheet shows the Excel Floor.Precise function used with several different significance values, on the positive and negative numbers 26.75 and -26.75.
The functions are shown in the spreadsheet on the left and the results are shown in the spreadsheet on the right.
|
Formulas:
|
Results:
|
The above examples show how:
- If the [significance] argument is omitted, it takes on the default value of 1.
- the arithmetic sign of the [significance] argument is ignored - the function gives the same result for both positive and negative [significance] values.
- if the [significance] argument is zero - the function returns the value 0.
- the Floor.Precise function always rounds the supplied number down. ie. If the supplied number is positive, it is rounded down, towards zero, but if the number is negative it is rounded down, away from zero.
Further information and examples of the Excel Floor.Precise function can be found on the Microsoft Office website.
Floor.Precise Function Error
If you get an error from the Excel Floor.Precise function, this is likely to be the following :
| #VALUE! | - | Occurs if one or both of the supplied arguments are non-numeric. |