ODD function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Rounds a number up to the nearest odd integer

Syntax

ODD(number) The ODD function syntax has the following arguments:
• Number: Required. The value to round.

Example

=ODD(1.5)
=ODD(3)
=ODD(2)
=ODD(-1)
=ODD(-2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/odd-function-deae64eb-e08a-4c88-8b40-6d0b42575c98

Back to Functions