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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!