Syntax:
MAXA( list )
Returns the maximum value in the list.
list may be a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Note that numeric values and text cells are included in the calculation - with text being treated as zero - but not blank elements.
Example:
MAXA("", 1, 2, 6)
returns the number 6
.
Revisions:
This function was added in Fireworkz 2.00.