These docs are for v1.0. Click to read the latest docs for v1.2.

UPPER

Returns the specified string converted to upper-case.

Syntax

=UPPER(string)

Arguments

ArgumentTypeDescription
stringStringThe string to convert

Examples

=UPPER("abcde")"ABCDE"

=UPPER("hello World!")"HELLO WORLD!"