ODD


Description Rounds the specified number up to the nearest odd integer.

Syntax ODD ( number )

Argument Description
number Any number, a formula that evaluates to a number, or a reference to a cell that contains a number.

Examples This function returns 5:

ODD(3.5)

This function returns 7:

ODD(6)

See Also CEILING, EVEN, FLOOR, INT, ROUND, TRUNC