Skip to main content
Version: Streamsheets 2.4

DMIN

Returns the smallest number in a column of cell range which matches the specified criteria.

Syntax

=DMIN(DataRange, ColumnIndex, CriteriaRange)

Arguments

NameDescription
DataRangeCell range, that containes the data to evaluate. The range must include the field labels.
ColumnIndexColumn label or index to find the minimum value in.
CriteriaRangeSpecifies the conditions a row in cell range must fulfill. Must define at least one column with a label and a cell below which specifies the condition.

Return Value

The minimum value of the matching column.

Example

FunctionResultComment
=DMIN(A5:C9,2,A2:C3)
19Evaluates the minimum of valid age entries in "Berlin".