SheetRocks
Documentation/Formulas/UPPER

UPPER

Returns the string after converting all letters to uppercase

Syntax

UPPER(text)

Arguments

Argument Description Required
text The string to convert to uppercase Required

Examples

Convert text to uppercase

=UPPER("hello world")
Result ⇒ HELLO WORLD

Convert mixed case text

=UPPER("Hello World")
Result ⇒ HELLO WORLD

Convert cell text to uppercase

=UPPER(A1)
Result ⇒ PRODUCT NAME
A
1 product name

Related Functions

Other Text functions:


← Back to Formula Reference