logo
excelfunctions.org
bookmarks

INT

Rounds a number down to the nearest integer.

Math & TrigonometryMath Basics

What it does

Rounds a number down to the nearest integer (always toward negative infinity).

Syntax

INT(number)

Arguments

  • number(number) β€” Value to round.

Examples

Integer Part

Round 5.8 down.

FORMULA
=INT(5.8)
RESULT
5
SAMPLE DATA
A
1Val
25.8