LOWER

Formula Explanation

Converts uppercase letters in a string to lowercase letters.

Formula Syntax

Result column input: lower("text to convert" / column number)
  • Arguments can accept column references, i.e., the CODE at the top of each column in the table, for example: AA1.

Usage Example

Convert all uppercase letters in column DF2 to lowercase letters and write the result in column DF3.

DF3 = lower(DF2)

lower

Last Updated: