<< Click to Display Table of Contents >>
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