Days Lapsed/Column Formula
How do I create a Column Formula that will calculate how many days have lapsed since the "Issue Start Date"? I currently have the formula: =SUM(TODAY() - [Issue Start Date]1) but when I try to convert it to a Column Formula, it states it's not quite right to convert. Any suggestions?
Best Answer
-
You'll want to use either Net Days or Net Work Days depending on whether you want calendar days (Net Days) or Business Days (Net workdays). Here are the formulas you should use.
=Netdays([Issue Start Date]@row, Today())
=Networkdays([Issue Start Date]@row, Today())
Answers
-
You'll want to use either Net Days or Net Work Days depending on whether you want calendar days (Net Days) or Business Days (Net workdays). Here are the formulas you should use.
=Netdays([Issue Start Date]@row, Today())
=Networkdays([Issue Start Date]@row, Today())
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!