Skip to main content
Version: Streamsheets 2.5

UPPER

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

Syntax

=UPPER(Text)

Arguments

NameDescription
TextA string to convert to uppercase

Return

Given 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"