Syntax:
INT(number)
Gives the integer part of number.
Example:
INT(-27.15)
returns the number -27.
-27
Note that this function is NOT compatible with Microsoft Excel for negative numbers.