MIN excluding 0s

T

Thore

Hi, I need to find the lowest value in a row, excluding zeros.

If I use the formula below as an array, I only get a #N/A returned:
=MIN(IF(H38:J38>0;H38:K38))

How to do it correctly?
 
J

Jerry W. Lewis

The two arrays must be the same size (end in column J or K?) and the
formula must be array entered (Ctrl-Shift-Enter).

Jerry
 
Top