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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!