Count a select total of one column using two criterias

Yaya1900

New Member
Joined
Mar 9, 2021
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
Hi,

I need a formula to calculate a total number of incidents that are 1) active status and 2) raised by the target users. I have shown a small example in below image. Thank you in advance

Regards,
 

Attachments

  • Example.JPG
    Example.JPG
    129.5 KB · Views: 11

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Excel Formula:
=COUNTIFS($C$2:$C$27,"Active",$D$2:$D$27,G3)
 
Upvote 0
Solution
you are welcome & thanks for the feedback
I apologize for my amateur questions. Could you kindly tell me a formula to count active incidents for all 5 names together in one cell?
 
Upvote 0
Excel Formula:
=COUNTIFS($C$2:$C$27,"Active",$D$2:$D$27,G4,$D$2:$D$27,G5,$D$2:$D$27,G6,$D$2:$D$27,G7,$D$2:$D$27,G8)
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,118
Members
449,066
Latest member
Andyg666

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