Functions
ISEVEN
Returns TRUE if number is even
When to use it
When should I use ISEVEN?
Use ISEVEN to check whether a number is even, such as alternating row shading, scheduling every other period, or validating that a quantity is divisible by 2.
Used in
Syntax
ISEVEN(number)