Another option without helper (all in non-CSE formula),
1] Consider Ties in 15th place.
2] Cell B20 value changed to 75, being the 2nd 15th place, for testing the "Ties" purpose.
3] F1, enter : 15
4] S/n D4, formula copy down :
=IF(F4="","",COUNT(F$4:F4))
5] Menu Item E4, formula copy down :
=IF(F4="","",INDEX(A$2:A$61,MATCH(0,INDEX(COUNTIF(E$3:E3,A$2:A$61)+(B$2:B$61<>F4),0),0)))
6] Total Quantity F4, formula copy down :
=IF(ROWS($1:1)<=COUNTIF(B$2:B$61,">="&LARGE(B$2:B$61,F$1)),LARGE(B$2:B$61,ROWS($1:1)),"")
Regards
Bosco