I want the start date to be the initialized date of the task plus 1 day. The end date should be the start date plus whatever number is entered in the duration field.
I was trying to use IF plus DATEADD to first check if there was data in the initialized and duration fields, then proceed to auto fill the start and end field.
Any help is appreciated!