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 11 Text Functions 307
Function Description
“LEN” (page 315 ) The LEN function returns the number of
characters in a string.
“LOWER” (page 316 ) The LOWER function returns a string that is
entirely lowercase, regardless of the case of the
characters in the specied string.
“MID” (page 316) The MID function returns a string consisting of
the given number of characters from a string
starting at the specied position.
“PROPER” (page 317 ) The PROPER function returns a string where
the rst letter of each word is uppercase and all
remaining characters are lowercase, regardless of
the case of the characters in the specied string.
“REPLACE” (page 318 ) The REPLACE function returns a string where a
specied number of characters of a given string
have been replaced with a new string.
“REPT” (page 319 ) The REPT function returns a string that contains
a given string repeated a specied number of
times.
“RIGHT” (page 319 ) The RIGHT function returns a string consisting of
the given number of characters from the right
end of a specied string.
“SEARCH” (page 320) The SEARCH function returns the starting
position of one string within another, ignoring
case and allowing wildcards.
“SUBSTITUTE” (page 322) The SUBSTITUTE function returns a string where
the specied characters of a given string have
been replaced with a new string.
“T” (page 323) The T function returns the text contained in a
cell. This function is included for compatibility
with tables imported from other spreadsheet
applications.
“TRIM” (page 323) The TRIM function returns a string based on a
given string, after removing extra spaces.
“UPPER” (page 324) The UPPER function returns a string that is
entirely uppercase, regardless of the case of the
characters in the specied string.
“VALUE” (page 325) The VALUE function returns a number value even
if the argument is formatted as text.










