ODD function
Summary
Rounds a number up to the nearest odd integer
Syntax
ODD(number)
The ODD function syntax has the following arguments:
• Number: Required. The value to round.
• Number: Required. The value to round.
Example
=ODD(1.5)
=ODD(3)
=ODD(2)
=ODD(-1)
=ODD(-2)
=ODD(3)
=ODD(2)
=ODD(-1)
=ODD(-2)