I have created the following task custom fields with formulas:
a) Duration1 = [Duration] * 1.2 ; (decimal dot or comma depending of MS Windows regional settings)
b) Finish1 = ProjDateAdd([Start];[Duration1];"Standard") ; presuming your project calandar is "Standard"
I do not know how to reschedule le project's tasks with the Finish1 dates instead of the regular Finish dates; a VBA script would certainly be used to do so.
Member for
6 years 4 monthsHi Alexandre,That was the
Hi Alexandre,
That was the thing I was looking for. It did work perfectly. I really appriciate your help. Many thanks
Nagendra
Member for
6 years 4 monthsHi Alexandre,That was the
Hi Alexandre,
That was the thing I was looking for. It did work perfectly. I really appriciate your help. Many thanks
Nagendra
Member for
22 years 9 monthsHi Nagendra,I have created
Hi Nagendra,
I have created the following task custom fields with formulas:
a) Duration1 = [Duration] * 1.2 ; (decimal dot or comma depending of MS Windows regional settings)
b) Finish1 = ProjDateAdd([Start];[Duration1];"Standard") ; presuming your project calandar is "Standard"
I do not know how to reschedule le project's tasks with the Finish1 dates instead of the regular Finish dates; a VBA script would certainly be used to do so.
Alexandre