Countifs formula with multiple criteria

awhite1

New Member
Joined
Apr 16, 2019
Messages
10
I need a formula that will count each type of inspection that each inspector completes when a date is put in collum G. Right now, I have a formula that only counts the amount of each type of inspection is done by each inspector but it doesn't take into account when they complete it. The N27 in my formula refers to a table with an inspector's name in that cell. Thanks for your help.

Screenshot 2024-09-25 190753.png
Screenshot 2024-09-25 190543.png
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
" it doesn't take into account when they complete it"
what do you mean with this?
Is result incorrect?
 
Upvote 0
The result is correct for counting the amount of each type of inspection that is done by each inspector but I need it to count the amount of each type of inspection that is done by each inspector when a date is put in the column for inspection complete.
 
Upvote 0
Add a check for termination
=IF(G27<>"";your count formula;"")
 
Upvote 0
I think you need to add:

$G$2:$G$250,">0"

as an additional criterion to your existing formula.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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