Counting query

  • Thread starter Thread starter KiwiBrian
  • Start date Start date
K

KiwiBrian

I have a list of 100 items in Column 1 with many duplicates.
In column 2 I wish to show how many times each item appears.
So each duplicate will have this number beside it in column 2.
What function/facility do I research to find how to do this?
Many thanks
Brian Tozer
 
Enter this in B1:

=COUNTIF(A:A,A1)

Now, select B1.
Hover the cursor over the lower right corner of B1 (small black square),
until the cursor changes from a fat white cross, to a skinny black cross.

Then, *double click*.

This will copy the formula in B1 down column B, as far as there is data in
column A.
 

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

Similar Threads

New Query 1
Pointer please 8
Count entries in list 2
Simple query 7
Basic Query 1
SUM - IF - AND 7
a simple count question ... ? 2
Excel VBA - counting cells by colors and names to it in two different rows. 0

Back
Top