beautypg.com

Apple iWork '09 User Manual

Page 307

background image

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 specified string.

“MID” (page 316)

The MID function returns a string consisting of
the given number of characters from a string
starting at the specified position.

“PROPER” (page 317)

The PROPER function returns a string where
the first letter of each word is uppercase and all
remaining characters are lowercase, regardless of
the case of the characters in the specified string.

“REPLACE” (page 318)

The REPLACE function returns a string where a
specified 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 specified 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 specified 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 specified 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 specified string.

VALUE” (page 325)

The VALUE function returns a number value even
if the argument is formatted as text.