Days Lapsed/Column Formula
![Ashley Pierce](https://us.v-cdn.net/6031209/uploads/userpics/2NKMA31TW5J8/nPAIF3JG5VC5S.jpg)
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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!