Formula to return phase on project meta data sheet
Hi --
I'm a smartsheet newbie and have a sheet that was designed for us. It uses row type to identify phase, and then collects the phase on the metadata sheet.
The formula doesn't seem to be advancing to the next phase. I'd like it to return the phase with the lowest percentage started but not 0. Right now it seems to report phase up to 100% complete but doesn;t move on after that.
Here's the formula I have
=IF([% Complete]@row = 1, "Complete", IF([% Complete]@row = 0, "Not Started", INDEX(COLLECT({Project Plan task name}, {Project Plan row type}, "Phase"), 1)))
I see this formula elsewhere on community but I'm not sure how to translate it to my sheet
=INDEX(COLLECT({Testing Phase - Task Name}, {Testing Phase - % Complete}, AND(@cell < 0.99, @cell > 0), {Testing Phase - Level}, @cell = 1), 1)
Any ideas?
Thanks,
Eryka
Answers
-
Are you able to provide screenshots for context?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!