Text functionsUpperAsk a question|Copy page|View as Markdown|More actionsConverts a given string to uppercase. Along with Lower, this is useful for eliminating case-sensitivity in other Text functions. Usage Upper(text) text (required) Text or a column of text. Example Upper("Warning") Returns “WARNING” Related resources Lower Proper