beautypg.com

Text functions – Apple Numbers '08 User Manual

Page 204

background image

204

Chapter 12

Dictionary of Functions

Text Functions

The text functions help you work with strings of characters.

Numbers provides these text functions.

Function

Description

CHAR (page 212)

Returns the character that corresponds to a numeric Unicode
character code.

CLEAN (page 213)

Removes most common nonprinting characters (Unicode character
codes 0–31) from text.

CODE (page 214)

Returns the Unicode code number of the first character in a string.

CONCATENATE (page 216)

Concatenates strings.

DOLLAR (page 228)

Converts a number to a string written as a dollar amount with a
specified number of decimal places.

EXACT (page 230)

Returns TRUE if the argument strings are identical, including case.

FIND (page 231)

Finds the starting position of one string within another, matching
both character and case but not allowing wildcards.

FIXED (page 232)

Rounds a number to a specified number of places and converts the
result to a string.

LEFT (page 244)

Retrieves the specified number of characters from the left end of a
string.

LEN (page 244)

Finds the number of characters in a string.

LOWER (page 246)

Converts all uppercase characters in text to lowercase.

MID (page 248)

Extracts characters from a string starting at a specified position.

PROPER (page 262)

Changes the first character in each word of a string to uppercase
and all other characters to lowercase.

REPLACE (page 266)

Replaces part of a string with characters from a second string.

REPT (page 266)

Repeats text a specified number of times.

RIGHT (page 267)

Retrieves the specified number of characters from the right end of
a string.

SEARCH (page 270)

Finds the starting position of one string within another, ignoring
case but allowing wildcards.

SUBSTITUTE (page 277)

Replaces part of a string with new text.

T (page 280)

Retrieves text from a cell.

TRIM (page 283)

Removes spaces from text, leaving only single spaces between
words.

UPPER (page 284)

Converts text to uppercase.

VALUE (page 284)

Converts a number formatted as text to a regular number.