Most common words formula?

Sirliamtron

New Member
Joined
Aug 16, 2017
Messages
2
Hi all,

Sorry if this is a bit of a dumb post but I don't often use excel and no nothing about forumulas. I need to create something that will give me the top 10 most used words in my B column in the highlighted boxed below E.G: 1st - D3, 2nd - D4, 3rd - D5 ect. I understand I'll need to use a separate formula in each cell but I can't work out how to make this work :( :confused:

Screenshot of document available here: Forum Ref - Album on Imgur

D7qIi


D7qIi
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
=INDEX(F2:F15,MODE(MATCH(F2:F15,F2:F15,0)))

where F2:F15 is where your list is

Use Ctrl + Shift + Enter
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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