Maxa, 270 max 270 maxa – Apple iWork '09 User Manual
Page 270

MAX
The MAX function returns the largest number in a collection.
MAX(value, value…)
Â
value: A value. value can contain any value type.
Â
value…: Optionally include one or more additional values.
Usage Notes
If
Â
value does not evaluate to a date or number, it is not included in the result.
To determine the largest of any type of value in a collection, use the MAXA function.
Â
Examples
=MAX(5, 5, 5, 5, 6) returns 6.
=MAX(1, 2, 3, 4, 5) returns 5.
Related Topics
For related functions and additional information, see:
“Listing of Statistical Functions” on page 225
“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
MAXA
The MAXA function returns the largest number in a collection of values that may
include text and Boolean values.
MAXA(value, value…)
Â
value: A value. value can contain any value type.
Â
value…: Optionally include one or more additional values. All numeric values must
be of the same type. You cannot mix numbers, dates, and duration values.
270
Chapter 10
Statistical Functions