Skip to Content

ISEVEN

Returns TRUE if the number is even

Syntax

ISEVEN(number)

Parameters

  • number: Required. The value to test. If number is not an integer, it is truncated

Example

=ISEVEN(4)
Returns: BooleanSince: Excel 2003