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