David Kemp
New Member
- Joined
- Sep 29, 2013
- Messages
- 20
- Office Version
- 365
- Platform
- 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?
<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?