Skip to main content
Version: Streamsheets 3.0

ISEVEN

Checks, if given value is an even number.

Syntax

=ISEVEN(Value)

Arguments

NameTypeDescription
ValueNumberValue to check.

Return

TypeDescription
BooleanTRUE if value is an even number, otherwise FALSE.

Examples

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