Formula for "Due date = 3 business days before Deploy date?"
Hi, I would like to build a formula with the following logic: "Due Date = 3 BUSINESS DAYS prior to Deploy Date."
Building a "3 DAYS prior formula is simple enough, but I'm wondering if anyone has solved for logic that can only offer a day that's Monday thru Friday.
I appreciate any advice! -Adam
Answers
-
Try the below formula
=WORKDAY([Deploy Date]@row, -3)
[Deploy Date]@row is the cell reference for the Deploy Date.If you have a list of holidays in another range, you can include them in the formula:
=WORKDAY([Deploy Date]@row, -3, [Holiday Range]:[Holiday Range]) -
So glad I found this :) been struggling to write this formula for a few hours!!
As soon as I add Predecessors it seems not to work and loses the formula is there a way around this @Shanky Paul
-
That worked beautifully @Shanky Paul ! Thank you so much for your time and assistance, this saved me a lot of effort.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!