Create formula so that when data changes in one cell, it overrides in another
Hi there,
I am building a Project Plan and in it, there is a Days To Go column calculated with a formula (=Deadline2 - TODAY()) based on the number of days we have left to complete the task, based on the date we manually input in a Deadline column. And then there is a Status column with dropdown options of Not Started, In Progress and Complete.
Can anyone suggest a formula that would mean when the Status column is changed to Complete, even if the Days To Go Column still has 10 days, for example, this would override the 10 days and also show as Complete?
Many thanks,
James 😊
Best Answer
-
Try something like this...
=IF(Status@row = "Complete", 0, Deadline@row - TODAY())
Answers
-
Try something like this...
=IF(Status@row = "Complete", 0, Deadline@row - TODAY())
-
Thanks for your help Paul, that's it sorted!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!