Total numbers which are the same to be displayed

M

Mally

Hi
If i have a list of numbers sorted in column A i want to total the numbers
which are the same to be displayed in column B. Please see below

A B
1 2 3
2 2
3 2
4 1 2
5 1
6 4 3
7 4
8 4

Thank you in advance for any help.
 
S

Stefi

In B1:
=COUNTIF(A:A,A1)
and copy it to B4, B6, etc.

Regards,
Stefi

„Mally†ezt írta:
 

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

Top