T
The Hobbit
Hi All,
I've had a quick Google but can't find (or possibly can't describe in
search-speak) the answer I'm looking for.
A bit of background... I've got a number of projects which get assigned to
us along with their launch dates, at some stage we will also recieve the
requirements for the project and from these we can estimate home much
development, migration, build and testing time will be required to make the
requirements a reality.
What I'm wanting to to is have 4 field into which I can drop these estimates
and in turn use these values to calculate a "drop-dead" date by which I'll
need all requirements if we're to deliver by the required date.
I've been experimenting with a customised field, based on a formula which
trying to do something along these lines:
DropDeadDate=[RequiredDate]-([DevelopmentDays]+[CodeMigrationDays]+[BuildDay
s]+[TestAndDeployDays])
The code I've got thus far is:
DateValue([Date1])-([Number4]+[Number5]+[Number6]+[Number7])
but of course it's not respecting the weekends so I want to some how
constrain it to only use working days.
I've also dabbled with:
ProjDateSub([Date1],([Number4]+[Number5]+[Number6]+[Number7]))
which I don't really expect to work as it's not subtracting one date from
another... but you can see what I'm trynig to acheive...
Can anyone point me in the direction of a formula/approach which will work
for this?
Thanks in advance...
I've had a quick Google but can't find (or possibly can't describe in
search-speak) the answer I'm looking for.
A bit of background... I've got a number of projects which get assigned to
us along with their launch dates, at some stage we will also recieve the
requirements for the project and from these we can estimate home much
development, migration, build and testing time will be required to make the
requirements a reality.
What I'm wanting to to is have 4 field into which I can drop these estimates
and in turn use these values to calculate a "drop-dead" date by which I'll
need all requirements if we're to deliver by the required date.
I've been experimenting with a customised field, based on a formula which
trying to do something along these lines:
DropDeadDate=[RequiredDate]-([DevelopmentDays]+[CodeMigrationDays]+[BuildDay
s]+[TestAndDeployDays])
The code I've got thus far is:
DateValue([Date1])-([Number4]+[Number5]+[Number6]+[Number7])
but of course it's not respecting the weekends so I want to some how
constrain it to only use working days.
I've also dabbled with:
ProjDateSub([Date1],([Number4]+[Number5]+[Number6]+[Number7]))
which I don't really expect to work as it's not subtracting one date from
another... but you can see what I'm trynig to acheive...
Can anyone point me in the direction of a formula/approach which will work
for this?
Thanks in advance...