This function will rounds a number down to the nearest integer.
Syntax
INT(Number)
- Number (required) – This is the number you want to round down to the nearest integer.
Example
In this example find the round down a few numbers. Text values will result in a #VALUE! error.
=INT(A2)
0 Comments