Identify current phase based on Status of summary task (rather than % completed)
I am looking to identify the current phase of a project and pull this into the Sheet Summary for reporting. In this image, I would look to identify the current as "Deployment - Prep" as previous phases are "Closed". I cannot use the %complete column.
My initial thought is to have some lengthy looping "if-statement" but this does not seem scalable. Currently I have tried this approach (which is functional, but not ideal for scalability with new projects that may not have the exact same rows):
=IF([Status (1)]1 <> "Closed", "Pre-Sales / Sales", IF([Status (1)]6 <> "closed", "Planning", IF([Status (1)]15 <> "Closed", "Deployment - Design", IF([Status (1)]36 <> "Closed", "Deployment - Prep", IF([Status (1)]44 <> "Closed", "Deployment - Install", IF([Status (1)]47 <> "Closed", "Deployment - Validate", "Live"))))))
I am hoping for an option that is based on a "match" or lookup, as I know the "Task Name" column will have consistent naming (which is pulled from templates).
Best Answer
-
Hey there. Checkout the INDEX(COLLECT... example here INDEX Function | Smartsheet Learning Center
If you change:
- Transaction Total to your Task Name column
- 'In Stock?' column with your Status column and
- true to ="Open"...
Should work provided your rows are always in the order listed.
Answers
-
Hey there. Checkout the INDEX(COLLECT... example here INDEX Function | Smartsheet Learning Center
If you change:
- Transaction Total to your Task Name column
- 'In Stock?' column with your Status column and
- true to ="Open"...
Should work provided your rows are always in the order listed.
-
THAT WORKS! Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!