I should have given a more thorough example.
Rank, Type, ItemDesc
1, 1, Basketballs
2, 1, Soccer balls
3, 1, Baseballs
4, 1, Volleyballs
1, 2, Hoop
2, 2, Goal
3, 2, Bat
4, 2, Net
I need to select the bottom two from Type 1 followed by the top three in Type 2, but return them in the same...