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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!