[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
LOWER ( string )
Description: Makes a lowercase version of string.
Arguments:
Name |
Type |
Description |
string |
Designates the string to be converted. |
Return Type and Value: text – The lowercase version of string.
[Example:
LOWER("AbCd123#$%^") results in abcd123#$%^
LOWER(A10) results in 234frtqwc$#%, when A10 contains 234FRTqwc$#%
end example]