Days to due Date
Hi All,
Is it possible to have the column 'Days to end date' auto-populate from the 'end date' i.e indicating number of days after end date, when status is not 'complete'?
Answers
-
Hope you are fine, yes you can add a helper column and use If statement function to do that.
Please add a copy of your sheet or a screenshot (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Try something like this...
=IF(AND(Status@row <> "Complete", [End Date]@row< TODAY()), TODAY() - [End Date]@row)
-
Hi @Paul Newcome thank you very much for this, I think it is closer to my solution, I observed that the formula calculated the difference from end date and the current date, however, I would expect it to stop auto calculation the date the 'status' of activity shows 'completed'. The objective is to know the time difference from the planned end date and the actual end date. Please see the highlighted figures in the picture here. @Bassam Khalil, kindly find the picture below:
Thank you,
Abiola
-
Hi @Abiola
I hope you're well and safe!
If I understand your process, you'd need to use a Workflow combined with the Record date action and a so-called helper column to store the actual end date. Then you'd use that to calculate the difference.
Make sense?
Would that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
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!