OpenOffice3.org Calc 3. Mathematical Functions

ISODD(Value) Function

This function returns a logical value.If the argument “Value” is an odd number, it returns TRUE, otherwise returns FALSE. The argument “Value” can take an integer numeric value. If “Value” is a number with decimal part, the function discards the decimal part to calculate the result.

=ISODD(3,5) Returns TRUE. The integer part of the argument is an odd number.
=ISODD(4) Returns FALSE. The argument is an even number.

 

Back to the list of mathematical functions