Min

Syntax

Min(Values1,...)

Parameters

Values. The range of cells, minimum value of which is to be defined.

NOTE. Both value itself or address of the cell (cell range) containing this value can be specified as the parameter.

Description

It returns the minimum number in the cell array.

Comments

If the Check References to Empty Cells checkbox is not selected in report formula settings, and:

If the Check References to Empty Cells checkbox is selected, empty values in cells are considered as zero ones.

Example

Formula Result Description
=Min(A7:A9, A11, A6) 2 Minimum number in the array stored in the A7:A9, A11, A6 cells. The A6 cell contains the 180 number, the A7 cell contains the 2 number, the A8 cell contains the 270 number, the A9 cell contains the 50 number, the A11 cell contains the 100 number.
=Min(10,5,28,13) 8 Minimum number in the specified array.

See also:

Function WizardMathematical Functions