Sponsored Link
Purpose
Round a number up to the next odd integer
Return value
A rounded number.
Syntax
=ODD (number)
Arguments
- number – The number to round up to an odd integer.
Usage notes
The ODD function always rounds up to the next odd integer, skipping even integers along the way.
Negative numbers are rounded “up”, away from zero, so they actually become more negative.