ISEVEN function
Summary
Returns TRUE if the number is even
Syntax
ISEVEN(number)
The ISEVEN function syntax has the following arguments:
• Number Required. The value to test. If number is not an integer, it is truncated.
• Number Required. The value to test. If number is not an integer, it is truncated.
Example
=ISEVEN(-1)
=ISEVEN(2.5)
=ISEVEN(5)
=ISEVEN(0)
=ISEVEN(2.5)
=ISEVEN(5)
=ISEVEN(0)