Skip to main content
Version: Streamsheets 3.0

ISODD

Checks, if given value is an odd number.

Syntax

=ISODD(Value)

Arguments

NameTypeDescription
ValueNumberValue to check.

Return

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

Examples

FormulaResultComment
=ISODD(3)
TRUEThree is a odd number.