Project Phases of Development
Hello! I am trying to find a way to show the development stage of a project so it can be rolled into a report. Basically if all of the tasks in a section are complete, then the development stage would be the name of the next header task. For example (see image), if "Project Planning," "Drafting," and "Developing" are all at 100% complete then the project would be in "Post Production." Once "Post-Production" is complete, the project would be in "Final Review," and so on. I would be happy to add a column for a checkbox or whatever to make this happen. Thank you in advance for your help!!
Best Answer
-
Paul Newcome ✭✭✭✭✭✭
Try something like this...
=INDEX(CHILDREN(), COUNTIFS(CHILDREN([% Complete]@row), @cell = 1) + 1)
thinkspi.com
Answers
-
Paul Newcome ✭✭✭✭✭✭
Try something like this...
=INDEX(CHILDREN(), COUNTIFS(CHILDREN([% Complete]@row), @cell = 1) + 1)
thinkspi.com
-
Hello everyone,
i'm getting in the same situation as Jennifer.
I need to get the last completed parent task, in order to know in which phase the project is.
In the example, i'd like to fill the yellow cell with the value of the green cell "Technical analysis and solution" because is the parent task (or phase) where the project is actually running (all the previous tasks are 100%).
Hope you could help me
-
Paul Newcome ✭✭✭✭✭✭
@Fabrizio PirulliDid you try my posted solution above?
thinkspi.com
-
Hi@Paul Newcomeyes, but isn't working at all. Can you help me?
-
Paul Newcome ✭✭✭✭✭✭
@Fabrizio PirulliAre you getting an error or an inaccurate result? What exactly is happening and what exactly should be happening?
thinkspi.com
-
Hi@Paul Newcomei'm getting this (two different errors on two lines):
using this formula: =INDEX(CHILDREN(); COUNTIFS(CHILDREN([% di completamento]@row); @cell = 1) + 1)
Thanks
-
Hi@Paul Newcomeany suggestions?
-
Paul Newcome ✭✭✭✭✭✭
-
Yes! I really can't reach the reason why I obtain different results
-
Andrée Starå ✭✭✭✭✭✭
Can you paste the exact formula you're using?
Be safe and have a fantastic week!
Best,
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community bymarking it as the accepted answer/helpful. 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:(邮件保护]| P: + 46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
-
Andrée Starå ✭✭✭✭✭✭
I can't see a formula in the screenshot?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:(邮件保护]| P: + 46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
This is the formula:
=INDEX(CHILDREN(); COUNTIFS(CHILDREN([% di completamento]@row); @cell = 1) + 1)
Thanks
-
Paul Newcome ✭✭✭✭✭✭
Try referencing the Primary Column in the first CHILDREN function.
=INDEX(CHILDREN((邮件保护]); COUNTIFS(CHILDREN([% di completamento]@row); @cell = 1) + 1)
thinkspi.com
-