UPPER
Name
Upper
Description
Converts text to uppercase.
Syntax
UPPER(text)
Remarks
The text argument can be a string, a formula that returns a string, or a reference to a cell containing a string.
See also CHAR, LEFT, LOWER, MID, PROPER, and RIGHT.
Data Type
Accepts string data. Returns string data. For more information, see Data Type for Each Cell Type.
Example
fpSpread1.Formula = "UPPER(""summary"")" equals "SUMMARY"