Hi ,
Use the LARGE function to return the largest , second largest , third largest ,... values in a range.
=LARGE(P2: P411 , 1) is equivalent to =MAX(P2: P411)
=LARGE(P2: P411 , 2) will return the second highest value in the range.
=LARGE(P2: P411 , 3) will return the third highest value in...