Return 2nd Lowest Value Q
=INDEX(A8:A34,MATCH(SMALL(G8:G34,2),G8:G34,0))
check this..
On Oct 30, 2:00 pm, Sean wrote:
The formula below returns the the name associated with the lowest
value in a range. How would I tweak this formula to return the 2nd
lowest value?
INDEX(A8:A34,MATCH(MIN(G8:G34),G8:G34,0))
|