Function reference
Converts all characters in a string to uppercase letters.

Upper ( string )

Argument Description
string The string you want to convert to uppercase letters.

Data type: String
Rturns string with lowercase letters changed to uppercase.

Example 1
This expression returns BABE RUTH:
Upper(‘Babe Ruth’)

Last modified: 23 May 2021