ODD()

SyntaxODD(number)

Definition. This function rounds a number up to the nearest odd integer.

Argument

Background. All numbers that cannot be divided by 2 are odd numbers. The ODD() function uses only numeric values. If a number isn’t a numeric expression, the ODD() function returns the #VALUE! error.

Regardless of the sign of number, the value is rounded up when adjusted based on zero. If number is an odd integer, no rounding occurs.

More examples for this function are:

See Also

CEILING(), CEILING.PRECISE(), EVEN(), FLOOR(), FLOOR.PRECISE(), INT(), ISEVEN(), ISODD(), ROUND(), TRUNC()