=LOWERCASE
The LOWERCASE Function converts each letter in a string to lowercase.
Syntax
Section titled “Syntax”=LOWERCASE(String)Parameters
Section titled “Parameters”- String – The text string you want to convert to lowercase.
How It Works
Section titled “How It Works”-
Takes the provided text string.
-
Converts all uppercase letters to lowercase.
-
Returns the transformed string.
Usage Notes
Section titled “Usage Notes”- Formula functions are case sensitive and must be written in ALL CAPS.
Example
Section titled “Example”=LOWERCASE("HELLO World")- Returns hello world

Keywords
Section titled “Keywords”LOWERCASE, convert lowercase, text transformation, string manipulation, workflow formulas, formula function