UPPER
Purpose
- Makes all characters in a text string uppercase
Example

- Here is a screenshot, for reference:

Syntax
=UPPER(text)
Arguments
- text
- This is the text that you want to make all uppercase
- This can be hard-coded text, a cell reference, or text resulting from a calculation
Tips
- This can be handy when creating unique identifiers (to make everything consistent)