I have a sheet that I am using to track delays for projects. There are twelve different delays that could be recorded. Each delay has a start date recorded and an end date recorded. There may be multiple delays going on at the same time.
In order to track how many days were effected by delays, I don't want to count each delay individually because then I am duplicating days as though they were in succession when they may have overlap.
How do I build a formula that would look at the earliest start date from all of the delays and the most recent end date to calculate a total number of days in delay?