OpenOffice3.org Calc 3. Mathematical Functions

ISEVEN(Number) Function

This function returns a logical value. If the argument “Number” contais a even integer, the function returns TRUE, otherwise, returns FALSE. The argument “Number” can take an integer numeric value. If “Number” contains a value with decimal part, the function considers only the integer part of the number to calculate the result. For example:

=ISEVEN(2,88) Returns TRUE. The integer part of number is even.
=ISEVEN(-4,55) Returns TRUE. The ingeger part of number is even.
=ISEVEN(5) Returns FALSE. The argument is not an even number.

 

Back to the list of mathematical functions