I created a calculated column based on a [Start Date] column and Today's date, it works alright, but it stops automatically updating the contents of the cell as time passes, only after I edit the a row does it make the update. The formula is as below: =1+ROUND((TODAY()-[Start Date]),0)&" days"
