Skip to main content
Version: Streamsheets 2.3

ISEVEN

Checks, if given value is an even number.

Syntax

=ISEVEN(Value)

Arguments

NameDescription
ValueValue to check.

Return Value

TRUE if value is an even number, otherwise FALSE.

Example

FunctionResultComment
=ISEVEN(3)FALSEThree is no even value.