Count depending on instance?

David Kemp

New Member
Joined
Sep 29, 2013
Messages
20
Office Version
  1. 365
Platform
  1. Windows
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]Tony
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]Tony
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]Frank
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Frank
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]Frank
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]Tony
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Tony
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]Kate
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Kate
[/TD]
[TD]No
[/TD]
[/TR]
</tbody>[/TABLE]

Hi everyone,

I want to count how many times yes has occurred once for each person. For example, Tony has 3 yes's, Frank has 2, Kate none.

I want another cell to count them and return a value of 2, one for all of Tony's yes's, and one for all of Frank's.

This is just a basic mock up, the real deal will have hundreds of names. Any suggestions?
 
Thanks for the feedback, i'd probably agree with you but i need to look into the frequency formula as i see it used for a few complex formulas, but i dont grasp how it works yet, ,maybe ill review it on the train later on


@dispelthemyth

Frequency for unique count is faster than Hager's SUM/COUNTIF idiom. Also, I believe a global distinct count is asked for...
 
Upvote 0
Thanks for the feedback, i'd probably agree with you but i need to look into the frequency formula as i see it used for a few complex formulas, but i dont grasp how it works yet, ,maybe ill review it on the train later on

http://www.mrexcel.com/forum/excel-...ing-sum-if-frequency-match-2.html#post3156949

This one discusses the Hager's...

http://www.mrexcel.com/forum/excel-questions/70835-count-distinct-function.html#post342159

Performance question:

http://www.mrexcel.com/forum/excel-questions/292473-performance-formulas-unique-count.html
 
Upvote 0

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