INT Function Explained
The INT
function in Microsoft Excel returns the integer part of a number by rounding down to the nearest integer. It takes a single argument, a number, and returns the integer part of that number. For example, INT(3.14)
would return 3.
INT Function Syntax
INT(number)
- number: The number you want to round down to the nearest integer.