Excel
INT function in Excel
Rounds a number down to the nearest integer
=INT(number)INT syntax and parameters
One argument, one required.
- numbernumberRequired
The real number you want to round down to an integer.
INT examples
Formulas you'll actually reuse.
The whole part — rounds DOWN, so −2.5 becomes −3:
=INT(B2)Result
7Just the fraction — e.g. the time of day out of a date-time serial:
=B2 - INT(B2)Result
0.75
INT in Google Sheets
Same name — your formula ports as-is.
Try INT in the playground
Edit the example — nothing to install.
Preloaded with the INT formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent