ODD
Rounds a number up to the nearest odd integer.
Math & TrigonometryMath Basics
What it does
Rounds a number away from zero to the nearest odd integer.
Syntax
ODD(number)
Arguments
number(number) β Value to round.
Examples
Round to Odd
Round 1.5.
FORMULA
=ODD(1.5)
RESULT
3
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | 1.5 |