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