Excel
ODD function in Excel
Rounds a number up to the nearest odd integer
=ODD(number)ODD syntax and parameters
One argument, one required.
- numbernumberRequired
ODD examples
Formulas you'll actually reuse.
Away from zero to the next odd number — 6 becomes 7:
=ODD(B2)Result
7Negatives move away from zero too: −2.1 becomes −3:
=ODD(-2.1)Result
-3
ODD in Google Sheets
Same name — your formula ports as-is.
Try ODD in the playground
Edit the example — nothing to install.
Preloaded with the ODD formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent