Add column to show of days since created

101 Views Asked by At

I am using sharepoint 2010 I have list and I want to add column to show of days since item created I do not know how I can do this can you help me

1

There are 1 best solutions below

0
On

You can achieve that with help of Calculated columns.

Refer this article to understand to Syntax of it here.

Also this blog post by Keith Tuomi {MVP} will help you understand the different type of calculated column formulas here: SharePoint Calculated Column Formulas & Functions.

Hope you get your solution.