Upper()

Home   Back   Next  

Working with Formulas > Functions Used in Formulas > Text Functions > Upper()

 

UPPER() converts all characters in a string to uppercase. It is the opposite of the function LOWER().

 

 

Function Format

 

UPPER(string) 

 

 

Return Value

 

UPPER() returns a character string 

 

 

Examples

 

UPPER("apples") = "APPLES" 

 

UPPER("Apples and Oranges") = "APPLES AND ORANGES"