The ISEVEN function is one of the information functions. It is used to check for an even value. If the cell contains an even value, the function returns TRUE. If the value is odd, it returns FALSE.
Syntax
ISEVEN(number)
The ISEVEN function has the following argument:
Argument | Description |
---|
number | The numeric value that you want to test. |
Notes
If number is a nonnumeric value, ISEVEN returns the #VALUE! error value.
If number is not an integer, it is truncated.
How to apply the ISEVEN function.
Examples
The figure below displays the result returned by the ISEVEN function.
