most often occurent value(s)

  • Thread starter Thread starter Tamas Konczer
  • Start date Start date
T

Tamas Konczer

I would like to count and determine the most often (10) occurent
values (strings) in a column.

How can I do that?
Thank you very much your help.
 
Tamas,

Use a helper column of formulas. For example, in cell B2:

=IF(COUNTIF($A$1:A2,A2)=1,COUNTIF(A:A,A2),"")

Copy down to match your column, then use Data / Filter.. Autofilter and pick "Top 10" from the
dropdown at the top of column B.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top