ReferenceExcel FormulasSupported FormulasODDOn this pageODD The ODD function rounds a number up to the nearest odd integer. Syntax =ODD(number) Parameters number: The number to round up to the nearest odd integer Examples =ODD(3) // Returns 3=ODD(2) // Returns 3=ODD(-2) // Returns -3