In column A I have values for minutes a race took to complete. In column B, is the date the race was completed.

I have created a top five listing for the best times by using =SMALL($A:$A,1)...=SMALL($A:$A,2) etc.

So I have the top five best times. Where that array column is I would like to put the corresponding date of the race next to the top 5 listing.

Any suggestions?