Lower(Text)
Text. String converted into lower case.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It converts all row characters into lower case.
| Formula | Result | Description |
| =Lower("AsDfGh") | asdfgh | The AsDfGh string converted into lower case. |
| =Lower("B6") | qwerty | The string in the B6 cell converted into lower case. The B6 cell contains the QwertY value. |
See also: