ODD (round up to next odd number)

Navigation:  Formulas and functions > Functions from A to Z >

ODD (round up to next odd number)

Previous pageReturn to chapter overviewNext page

Syntax:

ODD(Number)

Description:

This rounds Number up (away from zero) to the nearest odd integer.

Example:

ODD(41) returns 41

ODD(42) returns 43

ODD(-42) returns -43

See also:

EVEN, ROUNDDOWN, ROUNDUP, ROUND, MROUND