Again a calculated field question, How can I create a calculated field to find out, what is the age of the entry.
In the list I will have a created date field, from that I would like to create a number field calculating the no of days from created day to today. I tried with =Today-Created, not working!!
Any inputs ? Thanks !!
Use the DATEDIF function:
UPDATE:
Because
Todaywon’t work (see comments below), the OP chose a completely different approach using XsltListViewWebPart.