LOWER function in excel

The LOWER function is a text function used to convert all the letters in a text string to lowercase. This function is helpful when you need to ensure that text is consistently in lowercase format, regardless of how it was originally entered.

Syntax

=LOWER(text)

text: This is the text string that you want to convert to lowercase. It can be a reference to a cell containing text or a text string enclosed in double quotation marks.

Example

Scroll to Top