Trying to Calculate a Date
I am trying to calculate a date between today and a static date like 10/20/2023. I cannot seem to get a result?
Best Answers
-
If you need total days between today and 10/20/2023, you can try Ray's formula.
=[Date1]@row - TODAY()
Replace "Date1" with your date column name.
If you need total networking days between today and 10/20/2023, you can try the below formula.
=NETWORKDAYS([Date1]@row, TODAY())
-
Thanks
Answers
-
-
Hi @Tim Riggle,
Not 100% sure what you mean by a date between today and a static date. Are you looking for the number of days, number of working days or a certain point (e.g. halfway) between today and the other date?
-
I am trying to calculate the number of days from today to a date in a specific row, which is the live date.
-
If you need total days between today and 10/20/2023, you can try Ray's formula.
=[Date1]@row - TODAY()
Replace "Date1" with your date column name.
If you need total networking days between today and 10/20/2023, you can try the below formula.
=NETWORKDAYS([Date1]@row, TODAY())
-
Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 304 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!