Hello - for simple use by other users, I'm limited to standard Excel 2010 functionality.
I'm trying to do a count of A, where sum of C by unique B are >0. This would be the first step of a much bigger CountIFS.
HELP!
[TABLE="class: grid, width: 300"]
<colgroup><col><col><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1561[/TD]
[TD]Bob[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]2206[/TD]
[TD]Bob[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]200399[/TD]
[TD]Bob[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]1914[/TD]
[TD]Sue[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]1913[/TD]
[TD]Sue[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]2102[/TD]
[TD]James[/TD]
[TD]93[/TD]
[/TR]
[TR]
[TD]985[/TD]
[TD]James[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]1989[/TD]
[TD]James[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]701[/TD]
[TD]Chelsea[/TD]
[TD]-[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to do a count of A, where sum of C by unique B are >0. This would be the first step of a much bigger CountIFS.
HELP!
[TABLE="class: grid, width: 300"]
<colgroup><col><col><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1561[/TD]
[TD]Bob[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]2206[/TD]
[TD]Bob[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]200399[/TD]
[TD]Bob[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]1914[/TD]
[TD]Sue[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]1913[/TD]
[TD]Sue[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]2102[/TD]
[TD]James[/TD]
[TD]93[/TD]
[/TR]
[TR]
[TD]985[/TD]
[TD]James[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]1989[/TD]
[TD]James[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]701[/TD]
[TD]Chelsea[/TD]
[TD]-[/TD]
[/TR]
</tbody>[/TABLE]