Skip to main content
Version: Streamsheets 2.5

ISEVEN

Checks, if given value is an even number.

Syntax

=ISEVEN(Value)

Arguments

NameDescription
ValueValue to check.

Return

TRUE if value is an even number, otherwise FALSE.

Examples

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