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

GroupStatus
Group 1Not Started
Group 2Not Started

<tbody>
</tbody>

=COUNTIFS($B:$B,"Not Started",$A:$A,"Group 1")
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
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
1GroupStatus3
2Group 1Not Started
3Group 3Not Started
4Group 2Not Started
5Group 1Not Started

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet632

Worksheet Formulas
CellFormula
D1=SUM(COUNTIFS($B:$B,"Not Started",$A:$A,{"Group 1","Group 2"}))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,531
Messages
6,120,073
Members
448,943
Latest member
sharmarick

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