INT

Rounds down a decimal number to nearest integer

Syntax of Excel Int formula:
=INT(number)

In words:
=Round the number down to integer(number)

Examples of Excel Int Formula:

=INT(7.68) will result in 7
=INT(5.23) will result in 5