Hi guys,
I'm trying to solve the following problem (also avoiding using VBA).
I'm representing adding a new resource to a project and how capacity may not be achieved with that resource for X numbers of days.
The variables are the time it takes the resource to reach maximum capacity (static for all resources) and when a new resource is acquired.
As new resources can be added at different times their rate of decay for achieving maximum potential can overlap.
I have found a workaround that almost gets me there but it doesn't quite work (adding 3 overlapping resources for example).
Can anyone lend some assistance?
Thanks!
I'm trying to solve the following problem (also avoiding using VBA).
I'm representing adding a new resource to a project and how capacity may not be achieved with that resource for X numbers of days.
The variables are the time it takes the resource to reach maximum capacity (static for all resources) and when a new resource is acquired.
As new resources can be added at different times their rate of decay for achieving maximum potential can overlap.
I have found a workaround that almost gets me there but it doesn't quite work (adding 3 overlapping resources for example).
Can anyone lend some assistance?
Thanks!