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
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 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!