I have a formula that compares 2 columns and returns the largest value:
=INDEX(AH2:AH500,MATCH(MAX(AI2:AI500),AI2:AI500,0))
I would like this formula modified to return the 2nd or even 3rd largest value instead of just the MAX but am not sure how to modify it/apply Aggregate. I am hoping...