Counting query

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
 
R

Ragdyer

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

Pointer please 8
New Query 1
Simple query 7
Count entries in list 2
Excel VBA - counting cells by colors and names to it in two different rows. 0
MS Excel Function (Find Duplicate values) 3
Basic Query 1
counting formula 3

Top