ODD

Description

ODD rounds the specified number up to the nearest odd integer.

Syntax

ODD ( number )

 

Parameter

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)

Also, see

CEILING

EVEN

FLOOR

INT

ROUND

TRUNC