ISEVEN function

Category: Information
Introduced: Excel 2003

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.

Example

=ISEVEN(-1)
=ISEVEN(2.5)
=ISEVEN(5)
=ISEVEN(0)

Microsoft Support Page

https://support.microsoft.com/en-us/office/iseven-function-aa15929a-d77b-4fbb-92f4-2f479af55356

Back to Functions