I have a task list in SharePoint 2013 that will be saved as a template, and I'd like it to have hard due dates already set in the template tasks everytime this list is created and recreated. So it has tasks already built in, and say a new list is created, I want those tasks to have due dates that kick off a given number of days from the Created date.
E.G.:
Task | Created | Due
--------------------------------------------
Thing | 10/1/2013 | =DATE(DAY([Created])+14)
I've tried multiple versions of this formula in the Calculated Column, but none work. I'd also like the Due date to be in the Date format (10/1/2013). This is not a View for filtering the list, but an actual column in the list itself.
Any thoughts?