Hi
For Bottom 10 results
Try this for prices
Formula:
=INDEX($AD$1:$AD$900,RIGHT(TEXT(AGGREGATE(15,6,($AD$5:$AD$29+ROW($AD$5:$AD$29)/1000000000),ROW($A1)),"0,000000000"),6))
and this for names
Formula:
=INDEX($AB$1:$AB$900,RIGHT(TEXT(AGGREGATE(15,6,($AD$5:$AD$900+ROW($AD$5:$AD$900)/1000000000),ROW($A1)),"0,000000000"),6))
For Top 10 results
Try this for prices
Formula:
=INDEX($AD$1:$AD$900,RIGHT(TEXT(AGGREGATE(14,6,($AD$5:$AD$29+ROW($AD$5:$AD$29)/1000000000),ROW($A1)),"0,000000000"),6))
and this for names
Formula:
=INDEX($AB$1:$AB$900,RIGHT(TEXT(AGGREGATE(14,6,($AD$5:$AD$900+ROW($AD$5:$AD$900)/1000000000),ROW($A1)),"0,000000000"),6))
Note: Row 1 in some references are not mistake as in INDEX($AD$1:$AD$900...
Bookmarks