The second minimum value in a range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all

There is any possibility to find in a range of 10.000 lines the second
minimum value?
Not the minimum, but the second or the third minimum value?

Thanks in advance
Manos
 
Manos, use small, like this, =SMALL(A1:A10000,2) =SMALL(A1:A10000,3)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Back
Top