Skip to main content
Version: Streamsheets 2.5

ODD

Returns the number rounded up to the nearest odd integer.

Syntax

=ODD(Number)

Arguments

NameDescription
NumberThe number to round.

Return

The rounded number.

Examples

FormulaResultComment
=ODD(1.5)
3Rounded to nearest odd integer
=ODD(3)
33 is already odd
=ODD(2)
-3Rounded to nearest odd integer
=ODD(-1)
-1Rounded to nearest odd integer
=ODD(-2)
-3Rounded to nearest odd integer