Graham C1600
Board Regular
- Joined
- Feb 17, 2018
- Messages
- 96
- Office Version
- 365
Hi,
Suppose I have a list as per below :-
[TABLE="width: 300"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Graham[/TD]
[TD]1[/TD]
[TD]12[/TD]
[TD]5[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]Simon[/TD]
[TD]1[/TD]
[TD]32[/TD]
[TD]4[/TD]
[TD]332[/TD]
[/TR]
[TR]
[TD]Richard[/TD]
[TD]4[/TD]
[TD]43[/TD]
[TD]6[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Brendan[/TD]
[TD]6[/TD]
[TD]12[/TD]
[TD]34[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]8[/TD]
[TD]45[/TD]
[TD]77[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]Stephen[/TD]
[TD]5[/TD]
[TD]32[/TD]
[TD]43[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]Taylor[/TD]
[TD]3[/TD]
[TD]45[/TD]
[TD]23[/TD]
[TD]66[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]2[/TD]
[TD]34[/TD]
[TD]56[/TD]
[TD]77[/TD]
[/TR]
[TR]
[TD]Andrew[/TD]
[TD]9[/TD]
[TD]67[/TD]
[TD]23[/TD]
[TD]88[/TD]
[/TR]
</tbody>[/TABLE]
In my actual excel the list is much larger but I hope you get what I'm trying to achieve.
So in cell G1 for instance I want to show the top 5 numbers from column b starting with the largest and coming down, but I need it so show column A & B. So it would look something like this :-
[TABLE="width: 200"]
<tbody>[TR]
[TD]Andrew[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Brendan[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Richard[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Taylor[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Then again in Cell I1 I want the top 10% of Column B to be displayed as above. Then in cell K1 I want a formula to list the top 5 based on a number I want to put into the formula.
Hope this makes sense.
Thanks in advance.
Suppose I have a list as per below :-
[TABLE="width: 300"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Graham[/TD]
[TD]1[/TD]
[TD]12[/TD]
[TD]5[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]Simon[/TD]
[TD]1[/TD]
[TD]32[/TD]
[TD]4[/TD]
[TD]332[/TD]
[/TR]
[TR]
[TD]Richard[/TD]
[TD]4[/TD]
[TD]43[/TD]
[TD]6[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Brendan[/TD]
[TD]6[/TD]
[TD]12[/TD]
[TD]34[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]8[/TD]
[TD]45[/TD]
[TD]77[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]Stephen[/TD]
[TD]5[/TD]
[TD]32[/TD]
[TD]43[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]Taylor[/TD]
[TD]3[/TD]
[TD]45[/TD]
[TD]23[/TD]
[TD]66[/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD]2[/TD]
[TD]34[/TD]
[TD]56[/TD]
[TD]77[/TD]
[/TR]
[TR]
[TD]Andrew[/TD]
[TD]9[/TD]
[TD]67[/TD]
[TD]23[/TD]
[TD]88[/TD]
[/TR]
</tbody>[/TABLE]
In my actual excel the list is much larger but I hope you get what I'm trying to achieve.
So in cell G1 for instance I want to show the top 5 numbers from column b starting with the largest and coming down, but I need it so show column A & B. So it would look something like this :-
[TABLE="width: 200"]
<tbody>[TR]
[TD]Andrew[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Brendan[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Richard[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Taylor[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Then again in Cell I1 I want the top 10% of Column B to be displayed as above. Then in cell K1 I want a formula to list the top 5 based on a number I want to put into the formula.
Hope this makes sense.
Thanks in advance.