=ISODD(number)
| Argument | Type | Description |
|---|
| number | Number | The number to test |
=ISODD(1) → true
Tests whether the number 1 is odd.
=ISODD(2) → false
Tests whether the number 2 is odd.
=ISODD(@"Property 1") → true
Tests whether the shape data property @"Property 1" (123) is odd.