Date Percentage Formula Help
I need help with a formula. I have two date-formatted columns ("Archives Start Date" and "Archives End Date") and I need a formula that displays essentially "as of today, we're X% of the way between those two dates".
Any help is greatly appreciated.
Best Answer
-
Try this:
=IF([Archive End Date]@row > [Archive Start Date]@row, MAX(MIN((([Archive End Date]@row - [Archive Start Date]@row) - ([Archive End Date]@row - TODAY())) / ([Archive End Date]@row - [Archive Start Date]@row), 1), 0), "End Date is before Start Date")
Answers
-
Try this:
=IF([Archive End Date]@row > [Archive Start Date]@row, MAX(MIN((([Archive End Date]@row - [Archive Start Date]@row) - ([Archive End Date]@row - TODAY())) / ([Archive End Date]@row - [Archive Start Date]@row), 1), 0), "End Date is before Start Date")
-
Leibel,
Thanks for your help. This worked like a charm.
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!