LOWER
Last updated
Was this helpful?
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.
LOWER(value)value: The text string to convert to lowercase.
Returns the text string in lowercase.
LOWER("MICROsoft")Returns microsoft.
Last updated
Was this helpful?
Was this helpful?