Countifs combined with multiple index/match

MrVans1234

New Member
Joined
Mar 13, 2021
Messages
2
Office Version
  1. 2010
Platform
  1. Windows
I just can’t crack this one. Can anyone give a hint in the right direction, please?
I have this one sheet (Daily presens) where all of the leaders for each departement enters if the staff is pressent.
Then I have another sheet (qualifications) that contains all the certifications each worker has.
Now with +350 workers and +20 certifications to monitor, I’m looking for a way to get the number of the day in a New sheet (ressources).
I want it to lookup how many electricians is at work on the 5. of january.
I’ve tried to combine countifs with two index/matches, but I can only make it work with one specific WorkerID as the lookup.
Any suggestions?
CB6F605D-A5DD-4CBA-978D-09456CC898C8.jpeg
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
This is what I have:
=COUNTIFS(INDEX($B$10:$NC$371,MATCH($B$26,$B$10:$B371,0),59),INDEX(A25:AZ62,MATCH($B$26,B25:B62,0),5),”>0”)

B10:NC371 is the range of Daily presens
B26 is the workerID
A25:AZ62 is the range with the qualification
59 is the colomnnumber of today
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

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