Minimum value in

Returns the least of a list of numbers.

Example use case

A bank wants to know the minimum monthly spend on a customers credit card so they can decide whether or not to offer them a preferential interest rate.

Example eligibility rule

minimum value in [Monthly customer spend]

Minimum value in function example