Excel ODD function

Function              ODD

Description        Excel ODD function returns number rounded up to the nearest ODD integer.

Syntax  ODD(number)

Angle    Mandatory. The value to be rounded up in ODD.

 

Example:

=ODD(-26)=-25

=ODD(68)=69

 

Usage Notes:

  • If number is nonnumeric, ODD returns the error #VALUE!
  • For negative number it rounds up away from zero.