Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
FLOOR always rounds a number down (toward zero) to the nearest multiple of the significance you specify. It is the complement of CEILING and is useful for truncating values to the nearest bin, such as rounding down minutes to the nearest 5-minute interval.
=FLOOR(A2,5)=FLOOR(A2,5)Computed by a real spreadsheet engine on the sample data below.
| Minutes | Floored |
| 23 | |
| 29 | |
| 7 | |
| 45 |
=FLOOR(A2,5)→20
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: