In Excel, the Lower function converts all letters in the specified string to lowercase.
If there are characters in the string that are not letters, they are unaffected by this function.
The syntax for the Lower function is:
Lower( text )
text is the string to convert to lowercase.