Calculate total days between 2 columns
Hello! I searched high and low in the forum and couldn't quite find a solution to my issue. I have 2 columns "Entry Created" and "Resolve Date" that I would like to calculate the time between in Networkdays but here's the challenge:
- Both are auto populate fields (date and time inserted by smartsheet).
-I need to keep this formula as new rows are added to the sheet, but the "column formula" was not working for me.
Best Answer
-
Hi Annamarie,
Try:
=NETWORKDAYS(DATEONLY([entry created]@row), DATEONLY([resolve date]@row))
Do what you're looking for?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi Annamarie,
Try:
=NETWORKDAYS(DATEONLY([entry created]@row), DATEONLY([resolve date]@row))
Do what you're looking for?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Worked exactly as I needed it to! Thank you! So happy others are versed in the formulas for columns 😊
-
Excellent. Glad you found a solution. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!