You are here: Help Topics > Customization > Calculation > MIN Function
MIN Function
Returns the smallest value of several expressions.
Syntax
MIN(expression1,expression2<,expression3,...>)
Example
MIN(c1,c2,c3)
Returns the cell with the smallest value.
Related Topics