UPPER (PQL - xl)

This function converts text to uppercase 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

UPPER(text)

Function Arguments

Name

Description

Type

Optional

text

The argument is the text you want to convert to uppercase. 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 'UPPER' function - using the same inputs, logic and outputs.