The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Team
[/TD]
[TD]Name
[/TD]
[TD]Rating
[/TD]
[TD]Man of Match
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]City
[/TD]
[TD]Brown
[/TD]
[TD]9
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]United
[/TD]
[TD]Robinson
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]City
[/TD]
[TD]Brown
[/TD]
[TD]8
[/TD]
[TD]No
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]9
[/TD]
[TD]yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Excel folk
Once again I turn to your wisdom in my hour of need.
The table above replicates the issue I'm having trying to count uniquely occurring instances.
For instance I need to be able to count the number of times that the team called 'United' (Col A) had a player who scored a rating of 10 (col C) & was also Man of the Match (col D). But I only want to count unique cases. So for United this should return a total of 2 as Smith and Robinson both meet those criteria (albeit Smith does twice).
I've recently had support here from user: Domenic on frequency syntax which has been invaluable to me but I cant stretch the logic to fit the case here. I've tried concatenating the data but it hasn't helped. It's the unique bit that does for me as the first part is evidently countifs.
Thanks in advance
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Team
[/TD]
[TD]Name
[/TD]
[TD]Rating
[/TD]
[TD]Man of Match
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]City
[/TD]
[TD]Brown
[/TD]
[TD]9
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]United
[/TD]
[TD]Robinson
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]10
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]City
[/TD]
[TD]Brown
[/TD]
[TD]8
[/TD]
[TD]No
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]United
[/TD]
[TD]Smith
[/TD]
[TD]9
[/TD]
[TD]yes
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Excel folk
Once again I turn to your wisdom in my hour of need.
The table above replicates the issue I'm having trying to count uniquely occurring instances.
For instance I need to be able to count the number of times that the team called 'United' (Col A) had a player who scored a rating of 10 (col C) & was also Man of the Match (col D). But I only want to count unique cases. So for United this should return a total of 2 as Smith and Robinson both meet those criteria (albeit Smith does twice).
I've recently had support here from user: Domenic on frequency syntax which has been invaluable to me but I cant stretch the logic to fit the case here. I've tried concatenating the data but it hasn't helped. It's the unique bit that does for me as the first part is evidently countifs.
Thanks in advance
Last edited: