Description of formula:
Converts all characters in text to lowercase.
Converts all characters in text to lowercase.
Syntax:
tolower(text)
tolower(text)
Parameters:
text
(type: Text) Text that you want to convert
Returned type:
Text
Examples:
=tolower('TEST')
=tolower(‘Test’)
=tolower(section1.A1)
=tolower('TEST')
=tolower(‘Test’)
=tolower(section1.A1)
0 Comments