I am having a problem calculating a date in a Date column.
I want to define “INITIAL VALUE” of the EstimatedTimeOfCompletion using a formula as follows:
Today()+TimeAllowanceDays
However, this seems not to be working as I only get ‘Today’s date’ and not ‘Todays date + 21 days’.
I have tried the following as INITIAL VALUE for EstimatedTimeOfCompletion:
a) Today()+1 <-Returns Tomorrow’s date
b) Today()+TimeAllowanceDays <-Returns Today’s date.
c) Today()+[TimeAllowanceDays] <-Returns Today’s date.
d) Today()+TimeAllowanceDays+1 <-Returns Tomorrows date.
Question:
PS: I already read the following links:(and they are not clear about this).
The column name inside of square brackets.
TODAY() + [number of days]
is correct here.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |