Min(Values1,...)
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.
It returns the minimum number in the cell array.
If the Check References to Empty Cells checkbox is not selected in report formula settings, and:
A cell range, for which it is required to calculate minimum value, entirely consists of empty values, the function returns empty value.
A cell range, for which it is required to calculate minimum value, contains several empty values, the function is calculated without taking into account empty values.
If the Check References to Empty Cells checkbox is selected, empty values in cells are considered as zero ones.
| 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: