Forum Discussion
EvanMartinez
8 years agoModerator
Looking at my formula again it is probably because I forgot a comma after ="E". Try this slight adjustment again and if it still throws a syntax error let me know.
If([Template Type]="A" or [Template Type]="B", [Start Date]+Days(30),
If([Template Type]="C", [Start Date]+Days(60),
If([Template Type]="D",[Start Date]+Days(90), If([Template Type]="E",[Start Date]+Days(120), null))))