beautypg.com

185 odd – Apple iWork '09 User Manual

Page 185

background image

Chapter 8

Numeric Functions

185

ODD

The ODD function rounds a number away from zero to the next odd number.

ODD(num-to-round)

Â

num-to-round: The number to be rounded. num-to-round is a number value.

Usage Notes

To round to an even number, use the EVEN function.

Â

Examples

=ODD(1) returns 1.
=ODD(2) returns 3.
=ODD(2.5) returns 3.
=ODD(-2.5) returns -3.
=ODD(0) returns 1.

Related Topics
For related functions and additional information, see:

“CEILING” on page 170

“EVEN” on page 173

“FLOOR” on page 176

“INT” on page 178

“MROUND” on page 183

“ROUND” on page 191

“ROUNDDOWN” on page 192

“ROUNDUP” on page 193

TRUNC” on page 204

“More on Rounding” on page 355

“Listing of Numeric Functions” on page 167

Value Types” on page 36

The Elements of Formulas” on page 15

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26

“Pasting from Examples in Help” on page 41