Formulas and Functions

Table Of Contents
Related Topics
For related functions and additional information, see:
Listing of Text Functions on page 306
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
UPPER
The UPPER function returns a string that is entirely uppercase, regardless of the case of
the characters in the specied string.
UPPER(source-string)
 source-string: A string. source-string is a string value.
Examples
=UPPER(”a b c”) returns A B C”.
=UPPER(”First”) returns “FIRST.
Related Topics
For related functions and additional information, see:
LOWER on page 316
“PROPER” on page 317
Listing of Text Functions on page 306
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
324 Chapter 11 Text Functions