CMIN(<List>, C) |
![]() ![]() ![]() |
Description
This function returns the minimum value among its arguments that satisfy the constraint C. Blank cells and cells containing strings are ignored.
Parameters
<List>
Any combination of cells or ranges.
C
A constraint expression.
Examples
CMIN(A1:A6, #<SUM(A11, A12)) = -1
Where A1:A6 are 4, 56, 33, 100, 0, -1; A11=50, and A12=50.
CMIN(S3:S7, #<0) = -99
Where S3:S7 = -1, -4, -99, -20, and -1.5.
CMIN(F1:F25, #<D1||#D2) = .99
Where the minimum of the values in the range F1:F25 that are less than D1 or greater than D2.
Try Predictive Systems Lab
Need Help?
Contact support