INT function
Summary
Rounds a number down to the nearest integer
Syntax
INT(number)
The INT function syntax has the following arguments:
• Number Required. The real number you want to round down to an integer.
• Number Required. The real number you want to round down to an integer.
Example
=INT(8.9)
=INT(-8.9)
=A2-INT(A2)
=INT(-8.9)
=A2-INT(A2)