Hi,
Please need your help on the below formula.
As you can see on the image below, the stage column is set up as a dropdown list. I wanted to get a formula that says, if the project owner decided to close the project at a certain stage (these are the subtasks) because of any of the listed reasons, it will be reflected in the Stage column highlighted in yellow.
I tried to add the text in bold to see if anything will work but nothing happend.
=IF(Status2 = "Active", [Project Name]2, IF(Status3 = "Active", [Project Name]3, IF(Status4 = "Active", [Project Name]4, IF(Status5 = "Active", [Project Name]5, IF(Status6 = "Active", [Project Name]6, IF(Status2 = "Not Started", "Awaiting Kick-off", IF(Status3 = "Not Started", [Project Name]3, IF(Status4 = "Not Started", [Project Name]4, IF(Status5 = "Not Started", [Project Name]5, IF(Status6 = "Not Started", [Project Name]6, IF(Status6 = "Completed", "Closed", IF([Project Name]2 = "Planning", Stage2))))))))))))
Kind regards,
Grace
