How to Use the LOWER Function in Excel

When working with spreadsheets in Excel or Google Sheets, manipulating text data is a routine yet crucial task. The LOWER function is particularly useful for converting text into all lowercase letters. This function can be seamlessly used in both Microsoft Excel and Google Sheets, proving essential for many text formatting needs.

Function Overview

The LOWER function is designed to transform all uppercase letters in a given text string to lowercase. This transformation is done seamlessly, maintaining the integrity of the non-uppercase text.

Syntax

The syntax for the LOWER function is consistent across both Excel and Google Sheets:

=LOWER(text)

Here, text represents the text string you wish to convert into lower case.

Examples

To better understand the LOWRE function’s application, consider these practical examples:

Example 1

Assuming the text “Hello, World!” is in cell A1, you can convert it to lowercase as follows:

Original Text Lowercase Text
Hello, World! =LOWER(A1)

The formula =LOWER(A1) will output “hello, world!”

Example 2

Consider a scenario where you have a list of names in column A that need to be converted to lowercase in column B:

Original Name Lowercase Name
John Smith =LOWER(A2)
Alice Brown =LOWER(A3)
Bob Jones =LOWER(A4)

By copying the formula =LOWER(A2) down the column, you can quickly and easily convert all names to lowercase.

Conclusion

The LOWER function is a highly useful tool for those needing to standardize text case in Excel and Google Sheets. By understanding its syntax and practical uses demonstrated in this guide, you can effectively employ this function to handle various text manipulation tasks efficiently.

More information: https://support.microsoft.com/en-us/office/lower-function-3f21df02-a80c-44b2-afaf-81358f9fdeb4

Other functions
Returns an array of text values from any specified range
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments
Joins several text items into one text item
Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
Converts a number to text, using the $ (dollar) currency format
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Formats a number as text with a fixed number of decimals
Changes half-width (single-byte) characters within a string to full-width (double-byte) characters
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Returns a specific number of characters from a text string starting at the position you specify
Converts text to number in a locale-independent manner
Extracts the phonetic (furigana) characters from a text string
Capitalizes the first letter in each word of a text value
Replaces characters within text
Repeats text a given number of times
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Substitutes new text for old text in a text string
Converts its arguments to text
Formats a number and converts it to text
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined If the delimiter is an empty text string, this function will effectively concatenate the ranges
Removes spaces from text
Returns the Unicode character that is references by the given numeric value
Returns the number (code point) that corresponds to the first character of the text
Converts text to uppercase
Converts a text argument to a number
Returns text from any specified value