Google Sheets
INT function in Google Sheets
Rounds a number down to the nearest integer that is less than or equal to it.
=INT(value)INT syntax and parameters
One argument, one required.
- valuenumberRequired
The value to round down to the nearest 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 Excel
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 Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel