UPPER

Formula Explanation

Converts lowercase letters in a string to uppercase.

Formula Syntax

Enter in the result column: upper("text / column number to convert")
  • Parameters can also be replaced with data column codes, which are the codes at the top of each column in the table, e.g., AA1.

Usage Example

Convert the content of column EZ2 to uppercase letters and write the result in column EZ3.

EZ3 = upper(EZ2)

upper

Last Updated: