Adding business days to a calendar date
jmo
✭✭✭✭✭✭
Hi team - I have several date columns but need to create a formula that adds a number of business days to a date. An example would be:
- Column 1: Today's date
- Column 2: Column 1 (Today) + 10 business days
- Column 3: Column 2 + 10 business days
Any help would be greatly appreciated.
Best Answer
-
Column 1 will =TODAY() Column 2 will be =WORKDAY(TODAY(), 10) Column 3 will be =WORKDAY(TODAY(), 20) or you can have =WORKDAY([Column 2]@row, 10)
Answers
-
Column 1 will =TODAY() Column 2 will be =WORKDAY(TODAY(), 10) Column 3 will be =WORKDAY(TODAY(), 20) or you can have =WORKDAY([Column 2]@row, 10)
-
Thanks @Sameer Karkhanis - that worked!
Here's another question - do you know how to count WORKDAY between 2 date columns?
-
Use =NETWORKDAY([Start Date]@row, [Due Date]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!