UPPER

Converts text to uppercase.

Syntax

UPPER(text)

Text   is the text you want converted to uppercase. Text can be a reference or text string.

Examples

UPPER("total") equals "TOTAL"

If E5 contains "yield", then:

UPPER(E5) equals "YIELD"

CAESARENDOFDOC