Rounds up a given number to the next odd integer, away from zero.
Syntax
Remarks
The ODD function rounds up the given number away from zero, irrespective of the sign (+/-).
Examples
|
Formula |
Result |
|
=ODD(2.33) |
3 |
|
=ODD(0.18) |
1 |
|
=ODD(-5.3) |
-7 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions