Determine # days from 1 date range to today
JFrye
✭
Looking to assign a % complete to a project based on days from open to estimated close. Have a column showing total network days from these dates and now want to either nest a function to subtract the overall days from the current days (open to estimated close minus open to today). I am new to Smartsheet so am having a problem getting the "today" part set up correctly, Any input is appreciated.
Comments
-
=today()
Will return the current date. The parenthesis are needed after today in every case.
=today(1)
Will return tomorrow
=today(-1)
will return yesterday
https://help.smartsheet.com/function/today
-
Try...
=NETWORKDAYS([Date Opened]1, TODAY())
-
Thank you!!!
-
Thank you!!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!