Delta Date
Hello,
I would like add a formula to add a date delta according a deadline
For example: today 16-JUN-2022, my Deadline = 15-JUN-2022 so delta = +1
Today 16-JUN-2022, My Deadline = 10-JUN-2022. so delta = +6
Could you help me for the formula please
Best Answer
-
There might be a simpler approach but this should work:
=IF(Deadline@row < TODAY(), "+" + (TODAY() - Deadline@row), TODAY() - Deadline@row)
Let me know if that helps!
Thanks.
Answers
-
Give this a try and convert it to a column formula:
=IF(Deadline@row > TODAY(), "", TODAY() - Deadline@row)
This leaves the delta column blank for any rows where the deadline is in the future.
Let me know if that helps!
Thanks.
-
Hi,
Thanks,
Is it possile to have + "X" when late and -"X" if the deadline is in the future?
-
There might be a simpler approach but this should work:
=IF(Deadline@row < TODAY(), "+" + (TODAY() - Deadline@row), TODAY() - Deadline@row)
Let me know if that helps!
Thanks.
-
perfect
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!