This is so simple, and yet no matter what I try, nothing works. :confused:
I want the due date to be 2 days after the creation date. I’ve tried a hundred variations of:
DATEADD({Created},+2,‘days’)
…to no avail. What am I missing??
This is so simple, and yet no matter what I try, nothing works. :confused:
I want the due date to be 2 days after the creation date. I’ve tried a hundred variations of:
DATEADD({Created},+2,‘days’)
…to no avail. What am I missing??
Best answer by Real_Live_Enter

Like, a million-bzillion iterations of this formula…
And the winning formula is:
DATEADD({First}, 2, ‘days’)
:man_facepalming:t2:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.