LOWER (PQL - xl)
This function converts text to lower case letters
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
LOWER(text)
Function Arguments
Name | Description | Type | Optional |
text | The argument is the text you want to convert to lower case. This function does not change characters in value that are not letters. The argument may be a string, a reference to a cell containing a string, or a formula that returns a string | String |
|
Comments
This function is the same as the Microsoft Excel 'LOWER' function - using the same inputs, logic and outputs.