Ok ive got a solution that work
Column A1 - Put in a header name ie "PART NUMBER"
Column B1 - Put in a header name ie "PPM"
Column C1 - Put a header name "RANK"
In Column C2 put this formula =RANK(B2,$B$2:$B$1000,0) copy thi
formula down all the c column to the last data enetered in column A an
B ie if you have 20 lines of data copy formula so its next to each ro
of data
In D2 Put this formula =IF(C2=1,"3 HIGHEST",IF(C2=2,"
HIGHEST",IF(C2=3,"HIGHEST",0))) , again copy this down the whole Colum
D to be in line with all other column data
As you should see next to the top 3 PPM in column D is should say
HIGHEST in same row, Highlight the D1 Column which should be blank
Click on DATA - FILTER - AUTO FILTER, this should bring an arrow up o
all the heading, if you click the arrow on the D1 it will bring up
list, at the bottom it will be "3 HIGHEST" , click this and it wil
bring up the 3 highest PPM's, if you want to get it all back, lcik th
arrow again and select all.
You can always hide the Rank Column if you dont want to see that.
Hope this helps, let me know how u get on