Rounds a number down to the nearest integer.
Syntax
Examples
|
Formula |
Result |
|
=INT(2.3) |
2 |
|
=INT(4.66) |
4 |
|
=INT(-11.2) |
-12 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions