trishcollins
Board Regular
- Joined
- Jan 7, 2006
- Messages
- 71
I have a table "Resource_Assignments" that list resources and projects they are working on. Resources can have multiple project assignments (one assignment per row), and there is a potential for overlapping dates. Each project has a start date and end date. I am able to calculate the number of projects where the resource has overlapping days, but I need to calculate the following:
Total number of overlapping "working" days for each resource for a particular project assignment
Number of remaining overlapping "working" days for each resource based on today's date "today()" for a particular project assignment
Column names are "Resource" "Start Date" "Estimated End Date" "Today's Date"
I have searched and have not been able to find a similar formula anywhere. I can do this in VBA, so if but prefer to do it in a formula if possible.
Can anyone help?
Trish
Total number of overlapping "working" days for each resource for a particular project assignment
Number of remaining overlapping "working" days for each resource based on today's date "today()" for a particular project assignment
Column names are "Resource" "Start Date" "Estimated End Date" "Today's Date"
I have searched and have not been able to find a similar formula anywhere. I can do this in VBA, so if but prefer to do it in a formula if possible.
Can anyone help?
Trish
Last edited: