max

1. Syntax:

Value Number  max(Range source)

Description:

Finds the numeric maximum in source.

2. Syntax:

Value Number  max(List Number source)

Description:

Finds the numeric maximum in the list of integers.

Examples:

($d1:$d3) = max($a:$c)
Before:
AB CD
1167
212one8
33-520
4
5
6
After:
AB CD
11677
212one812
3342020
4
5
6
($a1) = max($b1, $f3, 12, 14.5)