DirkRuana
6 years agoQrew Captain
Adding number of days to Date - Formula Field
Hello:
Your friendly yet persistent novice with another question:
I am trying to add days to a date - formula field based on selection in a different field.
Error Message:
Formula syntax error
Please check the syntax of your formula. Look for mismatched parentheses, missing quotes, or extra brackets.
if(
[Work Type]="RD-Reactive",([Date Complete WO Received]+Days(5)),
[Work Type]="PJ-Planned Job",([Date Complete WO Received]+Days(12)),
[Work Type]="RP-Reactive Project",([Date Complete WO Received]+Days(10)),
)
Any help would be greatly provided
Dirk
Your friendly yet persistent novice with another question:
I am trying to add days to a date - formula field based on selection in a different field.
Error Message:
Formula syntax error
Please check the syntax of your formula. Look for mismatched parentheses, missing quotes, or extra brackets.
if(
[Work Type]="RD-Reactive",([Date Complete WO Received]+Days(5)),
[Work Type]="PJ-Planned Job",([Date Complete WO Received]+Days(12)),
[Work Type]="RP-Reactive Project",([Date Complete WO Received]+Days(10)),
)
Any help would be greatly provided
Dirk