LOWER function
LOWER
The Klipfolio LOWER function changes all characters within a selected range to lowercase.
The syntax for the LOWER function is:
LOWER( data )
Parameters
data | the data set | vector |
LOWER example
Let's look at a LOWER function example.
A |
|
1 | Hello World |
The following example is based on the above text from an Excel spreadsheet:
LOWER( A:A )
-> [hello world]