Skip to main content
Solved

Backtiming from a field with workdays only

  • November 24, 2020
  • 1 reply
  • 17 views

Hi! I’m trying to backtime from our due date for some reviews. Here’s the formula, which is working fine: IF({Real Time End Date},DATEADD({Real Time End Date},-3,‘days’))
But I can’t seem to figure out how to add in the WORKDAY command so I am able to skip days off to determine the resulting deadline. Help? Thank you!

Best answer by Rebecca_Bowen

And my co-workers figured it out.
IF({Real Time End Date},WORKDAY({Real Time End Date},-1))
Syntax, man… Anyway, maybe this will help someone else!

1 reply

  • Author
  • New Participant
  • Answer
  • November 25, 2020

And my co-workers figured it out.
IF({Real Time End Date},WORKDAY({Real Time End Date},-1))
Syntax, man… Anyway, maybe this will help someone else!