ODD
Definition: ODD is a function that rounds a number up to the nearest odd integer.
Syntax: =ODD(number)
Situation: This formula is appropriate when you need to round a number up to the nearest odd integer.
Example: If you have a number 3.7, the nearest odd integer can be found using the formula =ODD(3.7) which returns 5.