How do I use LOWER in Excel?
Use LOWER when you want to convert text to lowercase. Enter Text in that order, then add optional arguments when needed.
Converts text to lowercase.
LOWER(text)text
RequiredEnter a text value (wrap with quotes when needed).
Use LOWER to convert cell B2 (Name in column B) to lowercase.
| # | AEmployee ID | BName | CEmail | DPayment Amount | EAmount Text |
|---|---|---|---|---|---|
| 2 | E001 | TANAKA TARO | T.TANAKA@EXAMPLE.COM | 1200 | 1200 |
| 3 | E002 | Hanako Suzuki | h.suzuki@example.com | 980 | 980 |
| 4 | |||||
| 5 | |||||
| 6 | |||||
| 7 | |||||
| 8 |
How to Use (Formula)
=LOWER(B2)Result
tanaka taro
Use LOWER when you want to convert text to lowercase. Enter Text in that order, then add optional arguments when needed.
Use the "Start Function Practice" button to jump straight into LOWER drills.
The main arguments are Text. Enter them in order.