/
Min function
Min function
Returns the minimum value for each row in two columns.
Namespaces
arithmetic
Input
Numeric values
Output
Numeric values
Syntax
set-column :output_column arithmetic:min(column1,column2)
Example
Returns the minimum price for each row in jan
and feb
columns and outputs results to a new column min_price
:
set-column :min_price arithmetic:min(jan, feb)
, multiple selections available,
Related content
Max function
Max function
More like this
Subtract function
Subtract function
More like this
LCM function
LCM function
More like this
Ceil function
Ceil function
More like this
Multiply function
Multiply function
More like this
Add function
Add function
More like this
Created in 2020 by Google Inc.