Site icon Kaizen.Personal computer work.

INT function. Convert decimals to integers.(Microsoft Excel)

Japanese version.

The INT function converts a small number to an integer.

How it works

=INT(Number)
ParameterOmissionDescription
NumberRequired field.Specifies the fraction to be converted to an integer.

Demonstrate

This is an example of using the INT function.

For positive numbers, the decimal point is truncated, but for negative numbers, the result is away from 0.

NumberResult
1.91
1.11
11
0.80
0.20
00
-0.2-1
-0.5-1
-0.8-1
-1-1
-1.1-2
-1.9-2
Numbers and function results.
Numbers and function results.

Spill

Spill if the parameter is a cell range.

---

Links

Microsoft Excel Functions Math & Trig

Exit mobile version