Hi All
I am trying to build a formula to reflect Master project status based on (sub)project status. Here's what I have. So the hierarchy should be:
- If ANY of the project status contains "ongoing", then master project status to reflect "ongoing"
- If "ongoing" does not exist and any of the project status is "planned", then master project status to reflect "planned"
- If "ongoing" and "planned" do not exist and ALL of the project status is "hold", then master project status to reflect "hold"
- The remaining should reflect as "concluded"
So in the below table, the correct reflection should be:
- Row 1, 3, 4, 6, 8 should be "ongoing" (because "ongoing" applies to any)
- Row 5, 7 should be "planned"
- Row 2, 9, 10 should be "concluded"
Thank you!!