COUNTIFS - Summary of all data

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")
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi,

Add additional criteria within {} as needed:


Book1
ABCD
1GroupStatus3
2Group 1Not Started
3Group 3Not Started
4Group 2Not Started
5Group 1Not Started
Sheet632
Cell Formulas
RangeFormula
D1=SUM(COUNTIFS($B:$B,"Not Started",$A:$A,{"Group 1","Group 2"}))
 
Last edited:
Upvote 0
What if i need the count for a particular group if selected. If not, then the count for all the groups ?

Hi,

Add additional criteria within {} as needed:

ABCD
GroupStatus
Group 1Not Started
Group 3Not Started
Group 2Not Started
Group 1Not Started

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: right"][/TD]
[TD="align: right"]3[/TD]

[TD="align: center"]2[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]5[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

</tbody>
Sheet632

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]D1[/TH]
[TD="align: left"]=SUM(COUNTIFS($B:$B,"Not Started",$A:$A,{"Group 1","Group 2"}))[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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