I have created a weekly intake form that managers complete documenting how many calls their employee handled as well as the average length they were on the calls. I am creating a roll-up report where I need to calculate the monthly average length of time it took each employee to handle the call.
This screenshot show how the data comes into the sheet
This is the summary sheet
This is the formula I am using
=AVG(COLLECT({Avg ACD Time- Tier 1 Range 4}, {Employee Name - Tier 1 Range 2}, [Employee Name]@row, {Week Ending Date Handling - Tier 1 Range 5}, >=DATE(2022, 8, 1), {Week Ending Date Handling - Tier 1 Range 5}, <=DATE(2022, 8, 31)))