How to calculate days since a date
I am trying to calculate how many days there have been since a certain date that I have a column for. I am tracking when I send a contract out and want to see how many days have passed since I sent that contract.
I created the formula in excel and tried to bring it over when I imported the sheet, but it didn't work.
Comments
-
In a new column, you can use simple math to calculate the number of calendar days.
=netdays([Date Column Title]@row, Today())
Or you can calculate the number of workdays using:
=networkdays([Date Column Title]@row, Today())
You can also add a list of holiday dates to this formula to adjust if you so desire.
For more Information:
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 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