LOWER
The LOWER function converts all characters in a text string to lowercase. This function is commonly used to standardize text values and ensure consistent text formatting.
Syntax
LOWER(value)Arguments
value: The text string to convert to lowercase.
Return value
Returns the text string in lowercase.
Example
LOWER("MICROsoft")Returns microsoft.
Excel equivalent
Last updated
Was this helpful?