Excel Function

INT

Rounds number down to nearest integer.

INT(number)

Arguments

number

Required

Specify a single cell reference.

Practice Preview

Use INT to return the largest integer that does not exceed cell D2 (Amount in column D) (for negative values this is one lower than ROUNDDOWN).

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53-361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6
7
8

How to Use (Formula)

=INT(D2)

Result

-362

Practice This Function

INT FAQ

How do I use INT in Excel?

Use INT when you want to convert decimals into integers. Enter Number in that order, then add optional arguments when needed.

Where can I practice INT?

Use the "Start Function Practice" button to jump straight into INT drills.

What arguments does INT use?

The main arguments are Number. Enter them in order.