Hi, at present I am trying to calculate the necessary progress of the project on each bar by using the days between start, end and today(). Then comparing that result with the entered % of completion.
Depending on % calculated compared to the entered % in (finished) it works well (=(NETWORKDAY([Start/ Start]@row; TODAY())) / ([Dauer/Duration]@row) )
and colour can be set. Row P-Soll and TF-Check (Time Ok, F (==progress) OK…)
This works up to that situation where I create a summary bar. This function works not with the summary bar and I am confused why. How smartsheet calculates the progress in % of the summary bar, of is there a mistake for my own calucated time based progress in % ?