ODD

Rounds the given number up to the nearest odd integer.

Sample Usage

ODD(2)
ODD(C5)

Syntax

ODD(number)

  • number - The number which is to be rounded.

Examples

ODD(2) rounds the number and returns 3.
ODD(C5) rounds the number in C5 up to the nearest odd integer.

Notes

  • If number is negative, it will be rounded down to the next negative odd number with greater absolute value.