mystique07
New Member
- Joined
- Mar 30, 2018
- Messages
- 12
When trying to count a particular group (Group 1 or Group 2) I am getting the correct data (1)
How to get the overall data (2) using COUNTIFS
[TABLE="width: 500"]
<tbody>[TR]
[TD]Group[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Group 1[/TD]
[TD]Not Started[/TD]
[/TR]
[TR]
[TD]Group 2[/TD]
[TD]Not Started[/TD]
[/TR]
</tbody>[/TABLE]
=COUNTIFS($B:$B,"Not Started",$A:$A,"Group 1")
How to get the overall data (2) using COUNTIFS
[TABLE="width: 500"]
<tbody>[TR]
[TD]Group[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Group 1[/TD]
[TD]Not Started[/TD]
[/TR]
[TR]
[TD]Group 2[/TD]
[TD]Not Started[/TD]
[/TR]
</tbody>[/TABLE]
=COUNTIFS($B:$B,"Not Started",$A:$A,"Group 1")