UPPER

Purpose

  • Makes all characters in a text string uppercase

Example

UPPER

  • Here is a screenshot, for reference:

UPPER


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)

External Links