LOWER
Converts text to lowercase.
TextText Processing
What it does
Converts all uppercase letters in a text string to lowercase.
Syntax
LOWER(text)
Arguments
text(text) β Text to convert.
Examples
Lowercase
Convert 'Excel'.
FORMULA
=LOWER("Excel")RESULT
excel
SAMPLE DATA
| A | |
|---|---|
| 1 | Text |
| 2 | Excel |