ISEVEN
Definition: ISEVEN is a function that returns TRUE if a number is even, and FALSE if it is odd.
Syntax: =ISEVEN(value)
Situation: This formula is appropriate when you need to check if a number is even or odd.
Example: If you want to check if the number in cell A1 is even, the formula =ISEVEN(A1) will return TRUE if it is even, and FALSE if it is odd.