Counting Text

DrScud

New Member
Joined
Dec 8, 2005
Messages
4
Searched the forum first but could not find my answer.

Need to count the same occurence of text in a column.
Col A Col B
Jacks
Jacks
Jacks 3
Pete
Pete 2
Sally
Sally
Sally 3

Col B would be the answer expected or below would work as well.

Col C Col D
Jacks 3
Pete 2
Sally 3

The goal is to get a count of the same text in a column with 30000 rows of data.

Thanks
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hello DrScud, welcome to the board!

Take a look at the COUNTIF function.

Syntax:
COUNTIF(range,criteria)

An example might look like ...

=COUNTIF(A2:A30000,C2)

Where C2 housed "Jacks".
 
Upvote 0
Thanks,

I used the Advanced Filter to copy the unique entries into a blank column and then used the countif to search the range and count if matched.
 
Upvote 0

Forum statistics

Threads
1,214,567
Messages
6,120,268
Members
448,953
Latest member
Dutchie_1

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