INT
Definition: INT is a function that rounds a number down to the nearest integer.
Syntax: =INT(number)
Situation: This formula is suitable when you need to round a number down to the nearest integer.
Example: If you have a number 3.5, the nearest integer can be found using the formula =INT(3.5), which returns 3.