Formulas and Functions
Table Of Contents
- Formulas and Functions
- Contents
- Preface: Welcome to iWork Formulas & Functions
- Chapter 1: Using Formulas in Tables
- The Elements of Formulas
- Performing Instant Calculations in Numbers
- Using Predefined Quick Formulas
- Creating Your Own Formulas
- Removing Formulas
- Referring to Cells in Formulas
- Using Operators in Formulas
- The String Operator and the Wildcards
- Copying or Moving Formulas and Their Computed Values
- Viewing All Formulas in a Spreadsheet
- Finding and Replacing Formula Elements
- Chapter 2: Overview of the iWork Functions
- Chapter 3: Date and Time Functions
- Chapter 4: Duration Functions
- Chapter 5: Engineering Functions
- Chapter 6: Financial Functions
- Chapter 7: Logical and Information Functions
- Chapter 8: Numeric Functions
- Chapter 9: Reference Functions
- Chapter 10: Statistical Functions
- Listing of Statistical Functions
- AVEDEV
- AVERAGE
- AVERAGEA
- AVERAGEIF
- AVERAGEIFS
- BETADIST
- BETAINV
- BINOMDIST
- CHIDIST
- CHIINV
- CHITEST
- CONFIDENCE
- CORREL
- COUNT
- COUNTA
- COUNTBLANK
- COUNTIF
- COUNTIFS
- COVAR
- CRITBINOM
- DEVSQ
- EXPONDIST
- FDIST
- FINV
- FORECAST
- FREQUENCY
- GAMMADIST
- GAMMAINV
- GAMMALN
- GEOMEAN
- HARMEAN
- INTERCEPT
- LARGE
- LINEST
- Additional Statistics
- LOGINV
- LOGNORMDIST
- MAX
- MAXA
- MEDIAN
- MIN
- MINA
- MODE
- NEGBINOMDIST
- NORMDIST
- NORMINV
- NORMSDIST
- NORMSINV
- PERCENTILE
- PERCENTRANK
- PERMUT
- POISSON
- PROB
- QUARTILE
- RANK
- SLOPE
- SMALL
- STANDARDIZE
- STDEV
- STDEVA
- STDEVP
- STDEVPA
- TDIST
- TINV
- TTEST
- VAR
- VARA
- VARP
- VARPA
- ZTEST
- Chapter 11: Text Functions
- Chapter 12: Trigonometric Functions
- Chapter 13: Additional Examples and Topics
- Index
Chapter 2 Overview of the iWork Functions 35
Term or symbol Meaning
ellipsis (…) An argument followed by an ellipsis can be
repeated as many times as necessary. Any
limitations are described in the argument
denition.
array An array is a sequence of values used by a
function, or returned by a function.
array constant An array constant is a set of values enclosed
within braces ({}) and is typed directly into the
function. For example, {1, 2, 5, 7} or {“12/31/2008”,
“3/15/2009”, “8/20/2010”}.
array function A small number of functions are described as
“array function,” meaning the function returns an
array of values rather than a single value. These
functions are commonly used to provide values
to another function.
Boolean expression A Boolean expression is an expression that
evaluates to the Boolean value TRUE or FALSE.
constant A constant is a value specied directly within
the formula that contains no function calls
or references. For example, in the formula
=CONCATENATE(”cat”, “s”), “cat” and “s” are
constants.
modal argument A modal argument is one that can have one of
several possible specied values. Usually, modal
arguments specify something about the type of
calculation the function should perform or about
the type of data the function should return.
If a modal argument has a default value, it is
specied in the argument description.
condition A condition is an expression that can include
comparison operators, constants, the ampersand
string operator, and references. The contents
of the condition must be such that the result
of comparing the condition to another value
results in the Boolean value TRUE or FALSE.
Further information and examples are included in
“Specifying Conditions and Using Wildcards” on
page 360.










