<< Click to Display Table of Contents >> ISODD (is an odd number?) |
Syntax:
ISODD(Number)
Description:
This returns TRUE if the specified Number is odd. 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 odd.
Example:
ISODD(1) returns TRUE
ISODD(1.75) returns TRUE
ISODD(2) returns FALSE
ISODD(2.75) returns FALSE
See also: