# ODD

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function rounds the specified value up to the nearest odd integer.

## Syntax

ODD(*value*)

## Arguments

The argument can be any numeric value.

## Remarks

Regardless of the sign of the number specified by the argument, the number is rounded away from zero.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

`ODD(A3)`
`ODD(R1C2)`
`ODD(4)` gives the result 5
`ODD(-2.5)` gives the result -3

## Version Available

This function is available in product version 1.0 or later.

## See Also

[CEILING](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionCEILING) \| [EVEN](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsDtoG/FunctionEVEN) \| [FLOOR](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsDtoG/FunctionFLOOR) \| [ISODD](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsFtoK/FunctionISODD) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)