ODD (round up to next odd number)

<< Click to Display Table of Contents >>

ODD (round up to next odd number)

Syntax:

ODD(Number)

Description:

Rounds Number up (away from zero) to the nearest odd integer.

Example:

ODD(41) returns 41

ODD(42) returns 43

ODD(-42) returns -43

See also:

EVEN, ROUNDDOWN, ROUNDUP, ROUND, MROUND