Formula for calculating today minus the case created date
Hi,
I'm a new user here. What is the equivalent formula from google spreadsheet to smart sheet if for example, C2 is the cell with Case Created Date?
=TODAY()-C2
I'm trying to show the actual case age without including the weekends and holidays.
Thank you in advance for the one who will answer.
Best Answers
-
Try this:
=NETWORKDAYS(C2, TODAY())
This will exclude weekends as well as any holidays you have defined in your Project Settings. Remember you can access your Project Settings by right-clicking a column header, and selecting "Edit Project Settings". Dependencies must be enabled there first, and then you can select which days of the week are in-scope as well as exclude holidays (dates) by listing them, comma-separated, in the space provided.
Hope this helps!
BRgds,
-Ray
-
Is your C2 date in the future?? If so, that's what is causing it.
If not, here are a couple things to try:
=ABS(NETWORKDAYS(C2, TODAY()))
=NETWORKDAYS(TODAY(), C2)
Answers
-
Try this:
=NETWORKDAYS(C2, TODAY())
This will exclude weekends as well as any holidays you have defined in your Project Settings. Remember you can access your Project Settings by right-clicking a column header, and selecting "Edit Project Settings". Dependencies must be enabled there first, and then you can select which days of the week are in-scope as well as exclude holidays (dates) by listing them, comma-separated, in the space provided.
Hope this helps!
BRgds,
-Ray
-
Hi @ray
Wow, Yes, I tried it but it showing as a negative number. How can I fix that?
-
Is your C2 date in the future?? If so, that's what is causing it.
If not, here are a couple things to try:
=ABS(NETWORKDAYS(C2, TODAY()))
=NETWORKDAYS(TODAY(), C2)
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!