
Use the UPPER function to convert text from
lowercase to uppercase
To convert a text string to all uppercase letters, the UPPER func-
tion is used. This function has the following syntax:
UPPER(text)
text: Text to be converted to all uppercase letters. The text can
be either a reference or a text string.
4
To convert a text string to uppercase:
1. In cells A2:A8 type any text in lowercase letters.
2. Select cells B2:B8 and type the following formula:
=UPPER(A2).
3. Press <Ctrl+Enter>.
Text Functions 75
3
Figure 3-16