ODD(number)
ODD(5.1)
The ODD function will also return the nearest odd integer when given a decimal. For example, this will return 7, as 7 is the nearest odd integer to 5.1.
ODD(-2)
The ODD function can also be used with negative numbers. For example, this will return -3, as -3 is the nearest odd integer to -2.
ODD(-5.1)
Similarly, this will return -7, as -7 is the nearest odd integer to -5.1.
The ODD function is a mathematical tool that can be used to round numbers away from zero in a quick and efficient manner.