Hi, I have an issue that I've been struggling with and I hope someone could please help me out.
At work we have a standby rota, with one sheet per month. In each sheet there's a rota, and essentially it looks like this (but with each date of the month in it);
I've added some index / matches to retrieve the totals of how many days in each month a particular person is on standby, however what I want to do is now get totals of specific dates. So for example how many days person1 has been on standby on a Monday in a given month. I'll then add these together separately for a yearly total.
I can't work out how this would be possible? Some form of index/match/countif array formula ? Arrays are my downfall unfortunately. Any help would be greatly appreciated on this.
At work we have a standby rota, with one sheet per month. In each sheet there's a rota, and essentially it looks like this (but with each date of the month in it);
Fri | Sat | Sun | Mon | tue | Wed | Total Days | |
Employee Name | 1 | 2 | 3 | 4 | 5 | 6 | |
Person1 | B | B | 2 | ||||
Person2 | B | 1 | |||||
Person3 | B | 1 | |||||
Person4 | B | 1 | |||||
Person5 | B | 1 |
I've added some index / matches to retrieve the totals of how many days in each month a particular person is on standby, however what I want to do is now get totals of specific dates. So for example how many days person1 has been on standby on a Monday in a given month. I'll then add these together separately for a yearly total.
I can't work out how this would be possible? Some form of index/match/countif array formula ? Arrays are my downfall unfortunately. Any help would be greatly appreciated on this.