Returns the specified number rounded up to the nearest odd integer.
Syntax
Copy Code
|
|---|
ODD( Number n ) → Number |
Returns the odd integer whose sign is the same as the sign of n and whose absolute value is greater than or equal to the absolute value of n.
Formula
Copy Code
|
|---|
=ODD(4) |
Function Reference
CEILING Function
FLOOR Function
INT Function
ISEVEN Function
ISODD Function
EVEN Function
ROUND Function
TRUNC Function