Top 3 names in a list

Tonyd789

Board Regular
Joined
Feb 6, 2011
Messages
89
Hi all

I have been stuck on this for some time now and would appreciate some expert advice...

I have column A and B which both have a very simple formula in all the way down to row 500 which simply pulls in the data from another worksheet within the book in this case it is a name.
The potential for the same name to appear in both columns is very likely.

What i'm after is the top 3 names that appear from both list combined.

The list of names needs to remain separate and occasionally there is no name in certain rows too.

Any help in this would be greatly appreciated.

Regards Tony
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Re: Top 3 names in a list? Please help

Will this work with the fact that its numbers and i have 2 lists of names?
 
Upvote 0
Re: Top 3 names in a list? Please help

Think I'll have to study that one at a later date a bit closer with less distractions around me. :eek: :confused:

Thanks for your help
 
Upvote 0
Re: Top 3 names in a list? Please help

Maybe:

ABCD
1List1List2Most common
2AlAl
3EdAmy
4BobBob
5AmyAmyJane
6Amy
7Jane
8JaneAl
9
10BobAl
11Mary

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet5

Array Formulas
CellFormula
D2{=IFERROR(INDIRECT(TEXT(MODE(IF($A$2:$B$20<>"",IF(COUNTIF($D$1:$D1,$A$2:$B$20)=0,IFERROR((MATCH($A$2:$B$20,$A$2:$A$20,0)+ROW($A$2)-1)*1000+COLUMN($A1),(MATCH($A$2:$B$20,$B$2:$B$20,0)+ROW($B$2)-1)*1000+COLUMN($B1))*{1,1}))),"R000C000"),0),"")}

<thead>
</thead><tbody>
</tbody>
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself

<tbody>
</tbody>
 
Upvote 0
Re: Top 3 names in a list? Please help

Thank you very much, thats incredible!! How that works is way beyond me but it does! Very very much appreciated sir(y)
 
Upvote 0
Re: Top 3 names in a list? Please help

Glad to help! :cool:

That was kinda fun to figure out.
 
Upvote 0

Forum statistics

Threads
1,215,560
Messages
6,125,527
Members
449,236
Latest member
Afua

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top