ODD
Returns the number rounded up to the nearest odd integer.
Syntax
=ODD(Number)
Arguments
| Name | Description | 
|---|---|
| Number | The number to round. | 
Return
The rounded number.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 3 | Rounded to nearest odd integer | 
 | 3 | 3 is already odd | 
 | -3 | Rounded to nearest odd integer | 
 | -1 | Rounded to nearest odd integer | 
 | -3 | Rounded to nearest odd integer |