[]
        
(Showing Draft Content)

ODD

This function rounds the specified value up to the nearest odd integer.

Syntax

ODD(value)

Arguments

[RequiredThe argument can be any numeric value.

Remarks

Regardless of the sign of the number specified by the argument, the number is rounded away from zero.

Examples

ODD(A3)

ODD(R1C2)

ODD(4) gives the result 5

ODD(-2.5) gives the result -3