Rounds down a given number to a multiple of another number.
Syntax
number: The number to round down. Eg., 11.3
mult: The multiple of which to round down the number. This value must be positive. Eg., 2
mode:
Mode is used when the given number is negative.
If mode is zero or omitted, FLOOR rounds down to a multiple greater than or equal to the number.
Examples
Formula
|
Result
|
=FLOOR(11.3;2)
|
10
|
=FLOOR(-11.3; 2,1)
|
-12
|
=FLOOR(167; 23)
|
161
|
Possible Errors
Errors
|
Meaning
|
#N/A!
|
|
#NAME!
|
|
#VALUE!
|
|
#REF!
|
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.