In Excel, the LOWER function is a string manipulation function integrated into Excel, categorized similarly to String/Text functions. Used as a worksheet function (WS), LOWER can be incorporated as part of a formula in a spreadsheet cell.
LOWER Function in Excel: Syntax and Usage
Syntax of the LOWER function:
LOWER( text )
In the above syntax, the text parameter is the original text string you want to convert to lowercase.
In which version of Excel is the LOWER function used?
You can utilize the LOWER function across various Excel versions such as Excel 2016, Excel 2013, Excel 2011 for Mac, Excel 2010, Excel 2007, Excel 2003, Excel XP, and Excel 2000.
Function Type
Spreadsheet function (WS).
Example of the LOWER function
- Example 1:
In the spreadsheet below, the LOWER function is employed to convert 4 text strings to lowercase:
- Example 2:
Here is another illustration of the LOWER function in Excel, exploring its usage as a spreadsheet function:
Based on the Excel spreadsheet above, it can be observed that the LOWER function yields the following results:
=LOWER(A1)
Result: 'alphabet soup'
=LOWER('Excel')
Result: 'excel'
In this Mytour segment, we've just introduced you to the LOWER function in Excel and how to use it. If you want to delve deeper into the LOWER function in Excel, along with examples, you can visit the Microsoft Office website for more information.
In contrast to the LOWER function, there's the UPPER function. In Excel, the UPPER function allows you to convert all characters to uppercase instead of lowercase like LOWER does. Master these intriguing string manipulation formula functions in Excel!
If you're already familiar with the IF function in Excel, you probably also know about IFS. IFS is similar to IF but can handle results more efficiently. Dive deeper into IFS function in Excel here.