LOWER Function Explained
The LOWER
function in Microsoft Excel converts all letters in a given text string to lowercase. It takes one argument, which is the text string to be converted. It returns the same text string with all letters converted to lowercase.
LOWER Function Syntax
LOWER(text)
- text: The text or string that you want to convert to lowercase.