Update triggered on completion of a subtask
Hi all,
I need some help changing the status of an item to 100% when the first subtask for that Item in another sheet is completed.
The working sheet has the following columns and I'm trying to update the "Complete Percentage" column
The Target sheet has the following:
So when the 1st subtask of "General Arragement Drawings" reaches 100% , regardless of which is actually first, I'd like the "Complete Percentage" for "1st Module GA issued" to go to 100%.
I'm using the following formula for items that do not have subtasks.
=VLOOKUP([Description of Work]@row, {JAX LNG - Project Tracker Range 3}, 18, false)
best,
James
Best Answer
-
Hi James,
If you're just looking to see if any of these child tasks says "Complete", then you can use a formula to see if that specific range CONTAINS the word "Complete" anywhere... try this:
=IF(CONTAINS("Complete", {General Arrangement Status}), 1, 0)
Keep in mind that the cross-sheet range, {General Arrangement Status}, would just be for the selected child-rows status column, like this:
Is this what you were looking to do? Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi James,
If you're just looking to see if any of these child tasks says "Complete", then you can use a formula to see if that specific range CONTAINS the word "Complete" anywhere... try this:
=IF(CONTAINS("Complete", {General Arrangement Status}), 1, 0)
Keep in mind that the cross-sheet range, {General Arrangement Status}, would just be for the selected child-rows status column, like this:
Is this what you were looking to do? Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thanks Genevieve, that did it; I think I was over-complicating it.
best,
James
-
No problem at all! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!