COUNT with 3 Criteria

yakult014

New Member
Joined
Apr 13, 2020
Messages
12
Office Version
  1. 2010
Platform
  1. Windows
I use count if =COUNTIFS('INR-CPAR Monitoring'!$K:$K,$A$3, 'INR-CPAR Monitoring'!$E:$E,C2) | | COUNTIFS('databaseMONTH,Month, 'databaseNEARMISS,Nearmiss)
and it gives me The result of like this

||||||||||||||||||||January |February
Near Miss: 5 2


now my question is. Is there any solustion to make 3 criteria . As you can see I have Month and Classification of Accident now I want to add criteria for Company.

so it will only count number of

NEAR MISS on Specific Month and Specific Company?

MonthJanuaryFebruary
Near miss04
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Just add another range and criteria to the formula

COUNTIFS('databaseMONTH,Month, 'databaseNEARMISS,Nearmiss,'databaseCOMPANY,Company)
 
Upvote 0

Forum statistics

Threads
1,213,494
Messages
6,113,974
Members
448,537
Latest member
Et_Cetera

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