Date calculation in form not working | Community
Skip to main content
New Participant
January 11, 2022
Solved

Date calculation in form not working

  • January 11, 2022
  • 3 replies
  • 1006 views

Trying to make a calculated date based on another form field. I'm using Calculated Field, format=date

"Video due date" is a date field in the same form. This is the calculation I'm using that comes back "Custom Expression Invalid"

ADDDAYS(Video due date,-3)

Anybody know what I'm doing wrong?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SarahNau

Really simple suggestion, but did you try putting curly brackets around the custom field name?

ADDDAYS({Video due date},-3)

3 replies

JillAcAuthor
New Participant
January 13, 2022

Now to get more sophisticated. How can I make a calculated date field on a custom form that will skip weekends?

This is my formula:

ADDDAYS({Video due date},-3)

JillAcAuthor
New Participant
January 13, 2022
Ok DUH thanks, I had given up on being able to understand that section after I couldn’t figure it out from my last question. I need to slow down. Thanks!
JillAcAuthor
New Participant
January 11, 2022

THAT'S THE ANSWER!!!!

SarahNau
SarahNauAccepted solution
Employee
January 11, 2022

Really simple suggestion, but did you try putting curly brackets around the custom field name?

ADDDAYS({Video due date},-3)