Calculate with dates
Hey smartsheet-community,
I am trying to create a sheet where the end date is fixed. From there, I want to subtract different number of days (at best only working days) based on the complexity of individual steps and thus get the date at the end on which the project should start.
Here an example that hopefully helps to understand my problem:
Thanks in advance!
Best Answers
-
Hey @TippKick23
The WORKDAY() function should do what you need. In order to force the subtraction, I added the 0- [Complexity-Number of days] so that the value would become a negative value.
=WORKDAY([End date]@row, 0-[Complexity - Number of days]@row)
If desired, you can find more info at link below
Kelly
-
Hey @TippKick23
According to the document above, one can add a helper column (date format) and populate holiday dates in it. Then, the entire column becomes your Holiday range.
A quick search also showed this post, which is making use of multiple holiday schedules. You may not have multiple holiday list to choose from but the separate holiday sheet is a good idea for versatility. If you create that and need help inserting a cross sheet range into this formula above, let me know.
I hope this helps,
Kelly
Answers
-
Hey @TippKick23
The WORKDAY() function should do what you need. In order to force the subtraction, I added the 0- [Complexity-Number of days] so that the value would become a negative value.
=WORKDAY([End date]@row, 0-[Complexity - Number of days]@row)
If desired, you can find more info at link below
Kelly
-
Hey @Kelly Moore,
thanks a lot! It seems like it is exact the formula I was looking for. I will test it later and let you know if it worked.
-
Hey @Kelly Moore,
the formula works and it really helped me. Thanks again!
I have one more question regarding this topic: Is the only way to exclude the holiday to subtract it like it is explained on the site you shared with me? (WORKDAY( date num_days [ holidays ]))
-
Hey @TippKick23
According to the document above, one can add a helper column (date format) and populate holiday dates in it. Then, the entire column becomes your Holiday range.
A quick search also showed this post, which is making use of multiple holiday schedules. You may not have multiple holiday list to choose from but the separate holiday sheet is a good idea for versatility. If you create that and need help inserting a cross sheet range into this formula above, let me know.
I hope this helps,
Kelly
-
Hey @Kelly Moore,
I also saw this on the page you shared with me, but I couldn't made this fixed to a working Column Formula. Now I made an extra sheet just for the holidays and use this as a reference in my formula. Luckily this works.
Besides the second link was also very helpful, because I really need to make use of multiple holiday schedules. And this seems to work like I need it.
Thank you very much for your very helpful and quick tips! :)
-
Hey. I'm glad you got it to work. If I needed holidays I certainly would have made a holiday sheet so I could update by only changing dates in one place. I'm glad you went that route.
Interesting you couldn't get the helper column to work as a column formula. I know the example in the help document shows the old format of a designated row number but you should have been able to use @row and the formula should have worked. But I believe your final solution is a very good one.
Have a great weekend.
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!