<< Click to Display Table of Contents >> ISEVEN (is an even number?) |
Syntax:
ISEVEN(Number)
Description:
This returns TRUE if the specified Number is even. Otherwise, FALSE is returned.
Note:
Number should be an integer. If this is not the case, PlanMaker automatically removes the decimal places and checks if the remaining number is even.
Example:
ISEVEN(2) returns TRUE
ISEVEN(2.75) returns TRUE
ISEVEN(3) returns FALSE
ISEVEN(3.75) returns FALSE
See also: