Related Topics: | ||
Description: Converts text to uppercase.
Syntax: UPPER(Text)
Text is the text you want converted to uppercase. Text can be a reference or a text string.
Example:
UPPER("total") = "TOTAL"
If E5 contains "yield", then:
UPPER(E5) = "YIELD"
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.