Numeric - IntegerPart
Syntax: =IntegerPart(Number)
Description: Returns the first integer
value below than the Number specified. Equivalent to the Visual Basic
Int function.
Example: Return the first
integer below 1.23 (=1) =IntegerPart(1.23) Return
the first integer below -1.23 (=-2) =IntegerPart(-1.23)
|