LOWER function

Category: Text
Introduced: Excel 2003

Summary

Converts text to lowercase

Syntax

LOWER(text) The LOWER function syntax has the following arguments:
• Text Required. The text you want to convert to lowercase. LOWER does not change characters in text that are not letters.

Example

=LOWER(A2)
=LOWER(A3)

Microsoft Support Page

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

Back to Functions