Good Evening,

I have a formula for pulling the 1st largest, 2nd largest etc, but how do I break ties? Here is the formula (An array) for pulling the 3rd largest

=INDEX(Quotes!$AE$2:$AE$100,MATCH(LARGE(IF(Quotes!$AF$2:$AF$100='Quote Detail'!$C$1,Quotes!$AG$2:$AG$100,""),3),Quotes!$AG$2:$AG$100,0))

Thanks!