Hey all, I am having issues rolling up calendar availability with the durations. If you look at the calendar attachment picture, I want to have 3 jobs scheduled for 7/17/21 but we have a job with a duration of 2 days the day prior which makes it more like 4 jobs scheduled. I have a cross-sheet reference off the main install calendar sheet which is the availability attachment picture. If you look at the "Scheduled Level 1" column, I have a formula in there that refers back to the main Install Calendar sheet. The formula in the cell is =COUNTIFS({Installer level}, "1", {Install Date}, =Date@row) + COUNTIFS({2nd Installer level}, "1", {Install Date}, =Date@row). Right now that gives me back all jobs on that date with the the according Installer level and if we were to send two guys it includes that as well. How can I add in the duration from the day prior into the total number so I can prevent our team from overbooking our calendar?