Spread 8.0 Documentation
UPPER
Support Options
Formula Reference > Built-In Functions > UPPER

Glossary Item Box

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"

Copyright © GrapeCity, inc. All rights reserved.