View Single Post
  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

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

Thore wrote:

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:J380;H38:K38))

How to do it correctly?