Help

Backtiming from a field with workdays only

Topic Labels: Formulas
Solved
Jump to Solution
618 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Rebecca_Bowen
5 - Automation Enthusiast
5 - Automation Enthusiast

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!

1 Solution

Accepted Solutions
Rebecca_Bowen
5 - Automation Enthusiast
5 - Automation Enthusiast

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!

See Solution in Thread

1 Reply 1
Rebecca_Bowen
5 - Automation Enthusiast
5 - Automation Enthusiast

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!