Ihave a range A1:A10 and I need to know the Cell address that contains the min value... any ideas?
W Will May 17, 2007 #1 Ihave a range A1:A10 and I need to know the Cell address that contains the min value... any ideas?
J JE McGimpsey May 17, 2007 #2 one way: =CELL("address",INDEX(A1:A10,MATCH(MIN(A1:A10),A1:A10,FALSE)))