ODD

The ODD function rounds a number away from 0 to the next odd number.

ODD(num-to-round)

num-to-round: The number value to be rounded.

Examples

=ODD(1) returns 1 because 1 is an odd number.

=ODD(2) returns 3, the nearest odd number going away from 0.

=ODD(2.5) returns 3, the nearest odd number going away from 0.

=ODD(-2.5) returns -3, the nearest odd number going away from 0.

=ODD(0) returns 1, the nearest odd number going away from 0.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Helpful?
Character limit: 250
Maximum character limit is 250.
Thanks for your feedback.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.