Forum Discussion
Matthew Carter
Dec 10, 2021Iron Contributor
SPO Calculated Column not updating date
Hello, I am in SharePoint Online and I have a modern Lists list. I have a calculated column "Alert Age" which uses the Calculated column of number. =TEXT(DATEDIF([Date Reported],TODAY(),"d"),"#"...
ganeshsanap
Dec 12, 2021MVP
Matthew Carter Calculated column values are calculated & updated only when:
- A new item is created
- An existing item is updated
- Calculated column formula is updated
So, using Today() in formula does not update the value on daily basis.
Check this thread for more information: Count not updating in calculated column
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.