I'd like to create a column that generates a number of working days between the finish date in a row
I'd like to create a column that generates a number of working days between the finish date in a row and today.
So, if today is Sept 15, and a task is supposed to finish on September 18, the cell in the column would display "3". What formula should I use?
Similarly, is there a variable in SmartSheet formulas to represent today's date? (like $today, etc.)
Best Answers
-
actually you can write nearly the same formula from your example:
=Finish@row - TODAY()
delivers the number of days (including weekend etc.).
Does this help, or did I still misunderstand your question?
Greetings
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
glad I could help.
Regarding holidays, there is no magic needed. Just go to your project settings and edit the working days. There is a field where you can enter public holidays. These will be used if you also activate dependencies.
Hope this helps too
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
Answers
-
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Thanks for weighing in, but it doesn't quite get to what I'm asking.
I am aware of those two functions. What I'm looking for is a variable, so I could write a formula like =Finish-$TODAY and the answer would be "3". I'm hoping I don't need a column in my spreadsheet that contains today's date!
Thanks,
Chris
-
actually you can write nearly the same formula from your example:
=Finish@row - TODAY()
delivers the number of days (including weekend etc.).
Does this help, or did I still misunderstand your question?
Greetings
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Cool! I ended up using "=NETWORKDAYS(TODAY(), Finish1)" so it would only tell me working days.
It would be even better if it automatically (automagically?) did not include holidays on the sheet, but I'll take what I can get! :)
Thank you,
Chris
-
glad I could help.
Regarding holidays, there is no magic needed. Just go to your project settings and edit the working days. There is a field where you can enter public holidays. These will be used if you also activate dependencies.
Hope this helps too
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!