User Profile
MDiehl
Copper Contributor
Joined Jul 29, 2021
User Widgets
Recent Discussions
Re: Create an 'Age/Days old' column in SharePoint List
In a calculated column, use: =IF(ISBLANK([Date reported]), 0,(DATEDIF([Date reported],TODAY(),"d"))) If anyone jumps on here and is displaying both the date and a count for how many days have gone by (in my case, how old a post is: 2 days, 17 days, etc.). You'll want to identify your own Column and this takes into account the case that the identified date column has not been filled in (will display 0).60KViews2likes3Comments
Recent Blog Articles
No content to show