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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!