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
- Customer Resources
- 64.8K Get Help
- 434 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!