Count unique occurences of text

battlingwithexcel

Board Regular
Joined
Dec 22, 2011
Messages
82
Hi,

I have a list of countries in column c of a worksheet and a list of names in column d. This list contains many duplicates and I basically want to have a total count of any unique county and name combo i.e. The list might look like:

UK John
UK Bob
UK John
France Hannah

I would like to have a total of 3 in this case... Can anyone help me with a formula for this?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Simplest way is to have:

In E2:
=C2&D2

In F2:

=COUNTIF(E$2:E2,E2)

and in E1 to sum the amounts:

=COUNTIF(F1:F,1)

Then just pull the formula's in C & E down.
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,976
Members
448,934
Latest member
audette89

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