MIN excluding 0
Solved
Coco-8
Posted messages
94
Status
Member
-
TPR1-KM -
TPR1-KM -
Bonjour, I would like to execute the MIN function over a specific range of cells but I want it to ignore the cells that contain the value 0. Just like the AVERAGEIF function (MOYENNE.SI) does with criteria (“<>0”).
Example:
A1=5
A2=9
A3=0
A4=2
=MIN(A1:A4) = 2 and not 0.
Example:
A1=5
A2=9
A3=0
A4=2
=MIN(A1:A4) = 2 and not 0.