MIN( NUM, NUM )

Placeholder Tooltip Replace With
NUM n1: Number A number value, such as a Number variable
NUM   n2: Number A number value, such as a Number variable. (These values can be in any order.)

Returns a Number value

The MIN expression compares two number values and returns the lesser of the two.

In the following number computation, the expression compares the two values, Shipping Costs and Labor Costs, and returns the lesser of the two values:

MIN( Shipping Costs, Labor Costs )