ISEVEN Function Explained

The ISEVEN Function in Microsoft Excel returns TRUE if the number is even, and FALSE if the number is odd. It takes a single argument, which is a number, and returns a logical value.

ISEVEN Function Syntax

ISEVEN(number)

  • number: The number to be tested. It can be a number, a cell reference, or a formula.