How to shift all tasks so that they start at current time in the correct order?

I made a doc that explain the desired outcome in more detail:

I created two additional colums called adjusted start and end date.
These take the original start and end dates and adds an offset which is NowMinute - Min(Tasks.[Start time])
Then I just changed the calendar view to use these new columns.

Hope it helps :slight_smile:

3 Likes

Thank you so much, that’s all I needed!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.