Hello

kusgh

New Member
Joined
Aug 23, 2011
Messages
9
I want to count all the unique entries in a column. I have more than 5000 entries in a column. Eg.

A
A
D
C
C
C
E
A

I want to know there are 3 A's, 1 D, 3 C's, 1 E. I need the count as to how many times each unique entry appears in the column.

Any help wud be appreciated!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I want to count all the unique entries in a column. I have more than 5000 entries in a column. Eg.

A
A
D
C
C
C
E
A

I want to know there are 3 A's, 1 D, 3 C's, 1 E. I need the count as to how many times each unique entry appears in the column.

Any help wud be appreciated!
Look at the COUNTIF function in Excel Help.
 
Upvote 0
The problem is i have more than 1000 unique entries. I am not able to find if COUNTIF works for more than one unique entry.
 
Upvote 0
What result do you want from the data in the OP.

"How many times each unique entry appears in the column" = 1 (by definition)?
or
2 (D and E are the only unique entries)
or
do you need help in extracting a list of all the entries in column A, with no duplicates.
That list would be used with teh COUNTIF function to count each of them.
Have you looked at AdvancedFilter's Unique Only option?
 
Upvote 0
lemme give u a full description of what I need:

A 1
A 3
C 1
D 1
B 2
B 3
A 1
E 4
E 2
B 1

Now I want to get that the sum of all the A's is 5, B's is 6, C is 1, D is 1and E's is 6.

Sorry for the incomplete description before.
 
Upvote 0
The problem is I have over 5000 entries with more than 1000 unique ones. Is there some other way to do it??
 
Upvote 0
The problem is I have over 5000 entries with more than 1000 unique ones. Is there some other way to do it??

To do what?

To create the list of unique items?

This formula will not do that. AdvancedFilter, with its Copy to other location and Unique only options, would be the way to do that.

Once that list exists, SUMIF formulas in the next column are the best way to do that.

You also might look at a Pivot Table to see if it will do what you want.
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,488
Members
452,917
Latest member
MrsMSalt

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