Need a formula, automation is able to do my task
When Assigned To changes in Task that contains "CCM Initial Checkout"(row 4) change Status in Row 3 to "Completed".
I only need it for these rows/cells, cannot have the entire column doing this.
TIA!!
Best Answer
-
Ok. Does this work?
=IF([Assigned To]4 = "", "Not Started", "Completed")
Answers
-
My suggestion would be a hidden date type column. Set up an automation to populate the date when "Assigned To" changes with the criteria of the task containing "CCM Initial Checkout".
Then in the Status column we would use an IF statement to say that if the hidden column is not blank (meaning it triggered the automation) then output "Complete".
=IF([Hidden Helper]@row <> "", "Complete")
-
That works but I need the row above to change to complete. So, when CCM Initial Task has a date started, then Status on Assigned ID turns to Complete.
The statement you gave me changed CCM Initial Task to complete.
-
OK. Do you have multiple rows containing "CCM Initial Checkout" or is it literally just rows 3 and 4 you want this for?
-
Just one row that contains "CCM Initial Checkout".
Also, [Status]3 need to still say "Not Started" until the formula runs.
-
Ok. Does this work?
=IF([Assigned To]4 = "", "Not Started", "Completed")
-
Perfect! So easy!! Thanks so much!
Chelsea
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!