Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
INT returns the integer portion of a number by rounding down toward negative infinity. Unlike TRUNC, INT rounds negative numbers further away from zero (e.g. INT(-2.3) = -3). Use it to strip the decimal part of positive numbers or extract the day portion of a date serial.
=INT(A2)=INT(A2)Computed by a real spreadsheet engine on the sample data below.
| Value | Integer Part |
| 9.75 | |
| 3.14 | |
| 7.99 | |
| 0.5 |
=INT(A2)→9
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: