The ODD function rounds a number up to the nearest odd integer.
For example:
ODD(4) returns 5
ODD(1.5) returns 3
ODD(-2) returns –3
See also:
Other mathematical functions