Top 5 Multiple Criteria

Raj1313

Board Regular
Joined
Nov 20, 2014
Messages
125
Hi,

I have a list of words in Column A over (10,000 rows) - I have a list of dates in Column B.

I need to find the top 5 most common words on certain dates. Column A also contains blanks which also needs to be counted as part of the top 5.

Sample Data below:
Orange13/12/2016
Orange13/12/2016
Orange13/12/2016
Orange13/12/2016
Plum15/12/2016
Banana13/12/2016
Apple15/12/2016
15/12/2016
Orange15/12/2016
Apple15/12/2016
Banana15/12/2016
15/12/2016
Plum10/12/2016
Plum10/12/2016
Banana10/12/2016
10/12/2016
Pear10/12/2016
Pear15/12/2016
Peach15/12/2016
Peach15/12/2016
Banana13/12/2016
Apple15/12/2016
15/12/2016
Orange15/12/2016
Apple15/12/2016
Banana15/12/2016
Plum15/12/2016
<colgroup><col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;"> <col width="102" style="width: 77pt; mso-width-source: userset; mso-width-alt: 3730;"> <tbody> </tbody>



Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
What date and what is expected output on that date?

The date would be the previous- as this would be on rolling 6 week basis.

So I would have a list of dates in a row, underneath I would want to see the top 5 for that day if that makes sense
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

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