Syntax:
ISODD(Number)
Description:
This returns TRUE if the specified Number is odd, FALSE if it is even.
Note:
Number should be an integer. If this is not the case, Calculate automatically removes the decimal places.
Example:
ISODD(1) returns TRUE
ISODD(1.75) returns TRUE
ISODD(2) returns FALSE
ISODD(2.75) returns FALSE
See also: