Category
General-Purpose Functions
Description
Smallest of a group of values
Syntax
Min(value1, value2, ...)
Parameters
value1 - any formula
value2 - any formula
... - any number of additional comma-separated formulas
Notes
This function evaluates each of the formulas passed to it and returns the smallest value found.
|