How do I set schedule health on row 1?
How do I set schedule health on row 1 for project level to be based on schedule health of tasks below?
Based on my example below, the row 1 "Schedule health" should be "Red" based on the fact that rows 11. 12, and 13 are "Red".
What would be the formula to use so that if one of the underlining rows are "Red" then the Project should be "Red"?
Best Answer
-
Glad you were able to figure it out. Please don't forget to mark your answer as the "accepted answer" so that the post is marked as resolved and others searching for a similar solution can know that one may be found here.
Answers
-
I notice some different formatting on each of the rows. Do you happen to have them indented so that the white rows are children of the gray rows and the gray are children of the blue?
-
I was able to research and figure it out so that my row 1 (project level) formula will be set to "Red" if any of the tasks/activities are "Red", if not "Red" then test for "Green: and if not :Green" which indicates tasks/activities have started and if not "Green" then test for "Blue" which indicates tasks/activities have not started where ALL tasks/activities will be set on initial load of the project plan template.
Formula used and is working:
=IF(HAS([Schedule Health]:[Schedule Health], "Red"), "Red", IF(HAS([Schedule Health]:[Schedule Health], "Green"), "Green", IF(HAS([Schedule Health]:[Schedule Health], "Blue"), "Blue")))
-
Glad you were able to figure it out. Please don't forget to mark your answer as the "accepted answer" so that the post is marked as resolved and others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!