UPPER function

UPPER converts the string specified in the text field to uppercase.

Syntax

UPPER(text)

text are the lowercase letters that you want to convert to uppercase.

Example

=UPPER("Good Morning") returns GOOD MORNING.