Hi everyone, I am trying to calculate the % Planed based on the start and finished dates but when I try to set the Complete (actual) progress just to verify that all of my plan y on date, I see that the summary tasks are not calculated correctly. I am using the following formula
=ROUND(IF(TODAY() < [Baseline Start]@row , 0, IF(TODAY() >= [Baseline Finish]@row , 1, NETWORKDAYS([Baseline Start]@row , TODAY()) / NETWORKDAYS([Baseline Start]@row , [Baseline Finish]@row ))), 2)
As u see in the attachment, the %Planed is less than the %Complete but all of the following activities are according to the %Planed
I hope you can help me
thanks
Tania