UPPER
Converts text to uppercase.
TextText Processing
What it does
Converts string to all uppercase.
Syntax
UPPER(text)
Arguments
text(text) β String.
Examples
Uppercase
Convert 'excel'.
FORMULA
=UPPER("excel")RESULT
EXCEL
SAMPLE DATA
| A | |
|---|---|
| 1 | Text |
| 2 | excel |