EXCEL INT FUNCTION

This function converts a value to an integer by rounding down, . Because the INT function always rounds down, INT (8.99) returns the integer 8, whereas INT(-9.8) gives the more negative value -10.

Syntax:

=INT (number)

Parameter list:

number – the number to generate an integer from.

Step By Step Guide of INT Function

Example :

For example, INT
(7.34) returns the number 7 and INT(-120.59) will give you more negative number -121 as INT
function will always round down.

  • INT and TRUNC are two functions that are quite similar. The fractional component of the number is removed with TRUNC. The value of the fractional component of a number is used to round numbers down to the nearest integer by INT. TRUNC(-8.3) yields -8, whereas INT(-8.3) returns -9, because -9 is the lowest number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now