min

1. Syntax:

Value Number  min(Range source)

Description:

Finds the numeric minimum in source.

2. Syntax:

Value Number  min(List Number source)

Description:

Finds the numeric minimum in the list of integers.

Examples:

($d1:$d3) = min($a:$c)
Before:
AB CD
1167
212one8
33-520
4
5
6
After:
AB CD
11671
212one88
334203
4
5
6
($a1) = min($b1, $f3, 12, 14.5)