Per day, the employee works 8 hours and can be distributed in one or more projects (tasks) in this period.
If he worked on only one project it would be 8 hours allocated to the project (easy), however if he worked on two projects it would be 4 hours each and so on.
I need to generate a report of each person’s allocated hours by project.
The challenge is that the tasks from different projects overlap for a period of days and I don’t know how to evenly subdivide those 8 hours by the amount of overlapping tasks.

