Skip to main content

ODD

Definition

Rounds a number up to the nearest odd integer.

Sample Usage

ODD(2)

ODD(-0.6)

ODD(A2)

Syntax

ODD(value)

  • value - The value to round to the next greatest odd number.

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

See Also

TRUNC: Truncates a number to a certain number of significant digits by omitting less significant digits.

ROUNDUP: Rounds a number to a certain number of decimal places, always rounding up to the next valid increment.

ROUNDDOWN: Rounds a number to a certain number of decimal places, always rounding down to the next valid increment.

ROUND: Rounds a number to a certain number of decimal places according to standard rules.

MROUND: Rounds one number to the nearest integer multiple of another.

INT: Rounds a number down to the nearest integer that is less than or equal to it.

FLOOR: Rounds a number down to the nearest integer multiple of specified significance.

EVEN: Rounds a number up to the nearest even integer.

CEILING: Rounds a number up to the nearest integer multiple of specified significance.

In order to use the ODD formula, start with your edited Excellentable.

 

 

A
B
1
ODD Formula
Value
2
ODD(86.75)
87
3
ODD(-10.26)
-11

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.