
Required Arguments
expression-1
is an expression that is evaluated for each list item, paragraph, table, or column cell
that contains a numeric variable.
If expression-1 resolves to TRUE (a nonzero value), the translation that is specified
is used for the current cell. If expression-1 is FALSE (zero), the next expression in
the statement is evaluated. Thus, you can string multiple expressions together to
format cells conditionally.
expression has this form:
expression-1 <comparison-operator expression-n>
expression
is an arithmetic or logical expression that consists of a sequence of operators and
operands. An operator is a symbol that requests a comparison, ...