Hi Team,
I have a sheet dealing with people being onboarded.
I am trying to count the number of people that "Completed" their onboardings per week. Meaning week 2 in the given year, three people were onboarded.
Not sure what the best approach is for this. I would think to create a cross-sheet reference to the sheet above. On that other sheet each row represents a week in the year and in the next column it counts the people? If so, which formula do I use? Thinking countifs mixed with Weeknumber? And I am stomped on this part.
=COUNTIFS({Onboarding Status}, "Completed", WEEKNUMBER({Estimated Start Date}))
Above is the formula I tried.
The second piece is, is there a way to count the number of onboardings that are scheduled to be completed for the following week? This info will go on a report.