ISEVEN
Checks, if given value is an even number.
Syntax
=ISEVEN(Value)
Arguments
| Name | Type | Description |
|---|---|---|
| Value | Number | Value to check. |
Return
| Type | Description |
|---|---|
| Boolean | TRUE if value is an even number, otherwise FALSE. |
Examples
| Formula | Result | Comment |
|---|---|---|
| FALSE | Three is no even value. |