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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!