Im trying to get some headcount going on and heres the issue.
There are different shiftcodes and the days they are scheduled to work.
As you can see from below img, current day is Friday, which means DB, DN, DC shifts are only scheduled to work for dayshift. I want to know if there is a single formula to sum up the total depending on what day today is into cell L4 or is this only manually done only?
As you see in the img above, column L9, my formula is
, so this is also incorrect.
I think there is 2 ways to approach this but not sure how the formula would work.
1 - formula in L4 to sum L9 to L13 depending on day of the week.
2 - formula to count the number of people in L9 to L13 depending on the day, then I can sum L9 to L13 to have the correct data.
If anyone has any idea on how I can approach this, would greatly be appreciated.
Thanks in advanced.
There are different shiftcodes and the days they are scheduled to work.
As you can see from below img, current day is Friday, which means DB, DN, DC shifts are only scheduled to work for dayshift. I want to know if there is a single formula to sum up the total depending on what day today is into cell L4 or is this only manually done only?
As you see in the img above, column L9, my formula is
VBA Code:
=COUNTIFS(Roster!$E:$E,Attendance!$A$1,Roster!$G:$G,"DA*")
I think there is 2 ways to approach this but not sure how the formula would work.
1 - formula in L4 to sum L9 to L13 depending on day of the week.
2 - formula to count the number of people in L9 to L13 depending on the day, then I can sum L9 to L13 to have the correct data.
If anyone has any idea on how I can approach this, would greatly be appreciated.
Thanks in advanced.