Microsoft® Excel® 2010 Formulas & Functions Inside Out
by Helmut Reinke Egbert Jeschke Sara Unverhau, Eckehard Pfeifer, Bodo Fienitz, and Jens Bock
LOWER()
Syntax. LOWER(text)
Definition. This function converts a string to lowercase.
Arguments
text (required). The text you want to convert to lowercase
Background. The LOWER() function is the counterpart of the UPPER() function that converts a string to uppercase. All uppercase letters are converted to lowercase letters. All other characters are left unchanged.
You can also use this function to compare non–case-sensitive strings.
If you pass a numeric value in the text argument, this value is converted to unformatted text. If you refer to this text in numeric calculations, Excel converts the text back to a number value so that you can still use the result for other calculations.
If you want to compare text and are not concerned about the comparison ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access