Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the FLOOR function. |
| significance | Parameter of the FLOOR function. |
Examples
Round to nearest quarter
=FLOOR(7.68, 0.25)
Time billing in 15-min blocks
=FLOOR(2.33, 0.25)
Round to nearest 50
=FLOOR(1234, 50)
Common Errors
Number and significance must have the same sign. FLOOR(-5, 2) returns #NUM! because a negative number with a positive significance is invalid. Use FLOOR.MATH instead.
Significance of 0 causes division by zero: =FLOOR(10, 0) returns #DIV/0!.
Tips
FLOOR requires the number and significance to have the same sign. For negative numbers, use FLOOR.MATH which handles them more intuitively.
Pricing: 0.05 or 0.25. Time: 0.25 (15 min) or 0.5 (30 min). Inventory: 6, 12, or 24 (pack sizes).
FLOOR rounds down to a multiple, CEILING rounds up. Use both to create price ranges: the item costs between FLOOR(x,0.25) and CEILING(x,0.25).
Try FLOOR in Viztab
Import your data and use FLOOR with 370+ other formulas. No signup required.
Open Viztab