Right now I am tracking an employee's total amount of days working with a specific scope of work. I am using our company master schedule to pull data from, then a support sheet that is set up with each of the employee's names to track. It works smooth except when a project over laps my specific dates ranges. I need to count from 01/01 - 06/30 and then a separate count for 07/01-12/31 each year.
I am using this formula in my support sheet "=SUMIFS({Days on Site}, {Scope}, "Precast Install", {Start}, >=DATE(2024, 6, 31), {Start}, <=DATE(2024, 12, 31), {Schedule Range 1}, [Project Leader Name]@row)"
But I am stumped on how to get it to transition to the next set of dates when th eprojects runs through that date overlap.