D
Dave R.
Hi everybody. I am trying to do a formula which looks at data, and returns
the name (column A) of the person with the lowest non-negative number next
to their name.
Col A = Names
Cob B = Numbers, 1, 15,21,-3,-42,65,32 etc.
To get the lowest non-negative number, I have used
MIN(IF(B1:B10>0,B1:B10)) (array entered)
for the name of the person with the lowest number, I have used
INDEX(A1:A10, MATCH(MIN(B1:B10), B1:B10,0)) (not array entered)
when I try to dump formula 1 onto the index/match formula there, and array
enter it, it gives the #N/A errror.
INDEX(A1:A10,MATCH(MIN(IF(B1:B10>0,B1:B10)),0))
Thanks
the name (column A) of the person with the lowest non-negative number next
to their name.
Col A = Names
Cob B = Numbers, 1, 15,21,-3,-42,65,32 etc.
To get the lowest non-negative number, I have used
MIN(IF(B1:B10>0,B1:B10)) (array entered)
for the name of the person with the lowest number, I have used
INDEX(A1:A10, MATCH(MIN(B1:B10), B1:B10,0)) (not array entered)
when I try to dump formula 1 onto the index/match formula there, and array
enter it, it gives the #N/A errror.
INDEX(A1:A10,MATCH(MIN(IF(B1:B10>0,B1:B10)),0))
Thanks