images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

MAX()

Definition Maximum. This function compares two values and returns the higher value.

Syntax images/aspen00000207.gif

Parameters <value_1>
The first value evaluated in the comparison.

<value_2>
The second value evaluated in the comparison.

Examples MAX_EX1=MAX(SAVG(IBM,20),SAVG(IBM,5))