Skip to main content
Version: Streamsheets 3.0

UPPER

Converts the letters of a given string to uppercase. To convert text to lowercase please refer to LOWER.

Syntax

=UPPER(Text)

Arguments

NameTypeDescription
TextStringA string to convert to uppercase

Return

TypeDescription
StringGiven text in uppercase.

Examples

FormulaResultComment
=UPPER("nIcE 4 u!")
NICE 4 U!only affects letters in lowercase
=UPPER(A1)
HELLO WORLDassumes cell A1 contains text "hello world"